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

Commit

Permalink
update sql-parser to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed Jun 2, 2023
1 parent 1843295 commit 1f115f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kwilteam/kuneiform
go 1.19

require (
github.com/kwilteam/kwil-db v0.2.1-0.20230601234649-cdb284be65e1
github.com/kwilteam/kwil-db v0.3.0
github.com/spf13/cobra v1.7.0
)

Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ github.com/cstockton/go-conv v1.0.0/go.mod h1:HuiHkkRgOA0IoBNPC7ysG7kNpjDYlgM7Kj
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/kwilteam/kwil-db v0.2.1-0.20230530200111-0196b0b65b9c h1:Wc+znyKqSu6hroP4Q8709SodQTWqmoyXzYXdnBp+Iw0=
github.com/kwilteam/kwil-db v0.2.1-0.20230530200111-0196b0b65b9c/go.mod h1:uA75+Hkfp35LMLcONvS+jjwA2yStCPwKHlG3/Z242/4=
github.com/kwilteam/kwil-db v0.2.1-0.20230601234649-cdb284be65e1/go.mod h1:uA75+Hkfp35LMLcONvS+jjwA2yStCPwKHlG3/Z242/4=
github.com/kwilteam/kwil-db v0.3.0 h1:UP5KuhRF1bCdJGbxYRpsP0h9xLf0E1SFN6NX2IrFo6E=
github.com/kwilteam/kwil-db v0.3.0/go.mod h1:TKqY9oZUHnf9KW1G6pKzVIAAzd1owAt8TD3YU0eBj6w=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 1f115f9

Please sign in to comment.