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

Commit

Permalink
update kwil-db/parse to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba authored Feb 23, 2024
1 parent 1719ed0 commit 38a947f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9
github.com/kwilteam/kwil-db/parse v0.0.0-20240223181826-495a9347e320
github.com/kwilteam/kwil-db/parse v0.1.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kwilteam/action-grammar-go v0.0.1-0.20240223175558-46afbf6169f2 h1:9AHdsit1eg3Km1Ii8Twkf1N3pTtIpDVgx9kxUPA5RRU=
github.com/kwilteam/action-grammar-go v0.0.1-0.20240223175558-46afbf6169f2/go.mod h1:7IGtP+L2Z1wd3rf9wiC5rv3sx/HuEV9GRRytbomSk1c=
github.com/kwilteam/kwil-db/parse v0.0.0-20240223181826-495a9347e320 h1:gjTyNc5a9r9W9Ev7XRKkP8My6jFD0J77JEL8zKIPxZk=
github.com/kwilteam/kwil-db/parse v0.0.0-20240223181826-495a9347e320/go.mod h1:Qfl06WSv3JaoVG/ga/kl99U2Gd2iiZO6+sgEFFQDbY8=
github.com/kwilteam/kwil-db/parse v0.1.0 h1:q6kqIOiO9t5pUrSdspmzKAlMM5eokRhHbilynC9+MF0=
github.com/kwilteam/kwil-db/parse v0.1.0/go.mod h1:Qfl06WSv3JaoVG/ga/kl99U2Gd2iiZO6+sgEFFQDbY8=
github.com/kwilteam/sql-grammar-go v0.0.3-0.20240223175539-c7cfe24d9dc1 h1:WZJLm4ZYL4TuvCvFB8qb9sHfBiQ+dP4mHxgkHSQ6/O8=
github.com/kwilteam/sql-grammar-go v0.0.3-0.20240223175539-c7cfe24d9dc1/go.mod h1:OqmGyCwHfBZvYv/sYPrQ5Ih290dhlD5AcKOHDlUSS0Y=
github.com/pganalyze/pg_query_go/v5 v5.1.0 h1:MlxQqHZnvA3cbRQYyIrjxEjzo560P6MyTgtlaf3pmXg=
Expand Down

0 comments on commit 38a947f

Please sign in to comment.