Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
bump schema version for clickhouse lts compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio committed Dec 4, 2023
1 parent 672dec6 commit 841e120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

replace github.com/jimsmart/schema => github.com/semiotic-ai/schema v0.0.0-20231013140230-ca2e893c4ab1
replace github.com/jimsmart/schema => github.com/semiotic-ai/schema v0.0.0-20231204185452-913e2b1c41d6

2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,8 @@ github.com/semiotic-ai/schema v0.0.0-20230727171059-24e630184512 h1:OYGti3Jz92zL
github.com/semiotic-ai/schema v0.0.0-20230727171059-24e630184512/go.mod h1:dwA6tLbVjXHg8H9yXxUTdmwo77miO9m8NBqyhlGK074=
github.com/semiotic-ai/schema v0.0.0-20231013140230-ca2e893c4ab1 h1:j672F1H/pZAmTiJVF8f2oxdKhWvtKkRfSZHY5rs42/E=
github.com/semiotic-ai/schema v0.0.0-20231013140230-ca2e893c4ab1/go.mod h1:dwA6tLbVjXHg8H9yXxUTdmwo77miO9m8NBqyhlGK074=
github.com/semiotic-ai/schema v0.0.0-20231204185452-913e2b1c41d6 h1:SS6C0GUr75PJoMp6OHxGjPiiLJqWTM+QsQAg4ucsrDQ=
github.com/semiotic-ai/schema v0.0.0-20231204185452-913e2b1c41d6/go.mod h1:dwA6tLbVjXHg8H9yXxUTdmwo77miO9m8NBqyhlGK074=
github.com/sethvargo/go-retry v0.2.3 h1:oYlgvIvsju3jNbottWABtbnoLC+GDtLdBHxKWxQm/iU=
github.com/sethvargo/go-retry v0.2.3/go.mod h1:1afjQuvh7s4gflMObvjLPaWgluLLyhA1wmVZ6KLpICw=
github.com/shirou/gopsutil v2.19.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
Expand Down

0 comments on commit 841e120

Please sign in to comment.