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

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed Jun 20, 2023
1 parent 8916fae commit c3ef619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9
github.com/kwilteam/kuneiform-grammar-go v0.1.0
github.com/kwilteam/kwil-db v0.3.1-0.20230614215414-18d90cf55955
github.com/kwilteam/kwil-db v0.3.2-0.20230619192610-61f4f30d30e9
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.1
Expand All @@ -15,7 +15,7 @@ require (
github.com/cstockton/go-conv v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kwilteam/sql-grammar-go v0.0.0-20230614214308-49b3d70d9050 // indirect
github.com/kwilteam/sql-grammar-go v0.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20230419192730-864b3d6c5c2c // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/kwilteam/kuneiform-grammar-go v0.1.0 h1:1slMPce6dN5UUoFCPU6ifysnauA1/k1wwJpon/KCzbs=
github.com/kwilteam/kuneiform-grammar-go v0.1.0/go.mod h1:uki0OHLCXttIQqy/DsJ5X9WaNtRf3HB/OmxCCd+XdZU=
github.com/kwilteam/kwil-db v0.3.1-0.20230614215414-18d90cf55955 h1:bBoHQWxAH39+bqQwm1tcbyskxHzyQGmew0iqGgk530k=
github.com/kwilteam/kwil-db v0.3.1-0.20230614215414-18d90cf55955/go.mod h1:uWT675bjJGsthgKDBYfoh5AVZYcNTE6fLWPSGKqYkAA=
github.com/kwilteam/sql-grammar-go v0.0.0-20230614214308-49b3d70d9050 h1:ywIBZG9a84M/jeRfsDiYKKJZmv8imE6yRNDbJ/oxfek=
github.com/kwilteam/sql-grammar-go v0.0.0-20230614214308-49b3d70d9050/go.mod h1:OqmGyCwHfBZvYv/sYPrQ5Ih290dhlD5AcKOHDlUSS0Y=
github.com/kwilteam/kwil-db v0.3.2-0.20230619192610-61f4f30d30e9 h1:dunxlt+Q/+cw7RbEuGNMgYHprWh8yViUb0RkKJtH364=
github.com/kwilteam/kwil-db v0.3.2-0.20230619192610-61f4f30d30e9/go.mod h1:S2yy4JtJTcSkwZxZpPsUthK33QlMl3R5wJJXH5w6Iiw=
github.com/kwilteam/sql-grammar-go v0.0.1 h1:Crr8YHyg1ZzrgLGuRNCa/U8rFPZ5EWt+qW/zR5d9czM=
github.com/kwilteam/sql-grammar-go v0.0.1/go.mod h1:OqmGyCwHfBZvYv/sYPrQ5Ih290dhlD5AcKOHDlUSS0Y=
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 c3ef619

Please sign in to comment.