Skip to content

Commit

Permalink
use parse/v0.2.3 (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchappelow authored Jun 27, 2024
1 parent 9794a49 commit 5d29af4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/client/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.1

require (
github.com/kwilteam/kwil-db/core v0.2.1
github.com/kwilteam/kwil-db/parse v0.2.2
github.com/kwilteam/kwil-db/parse v0.2.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/jackc/pgx/v5 v5.5.5
github.com/jpillora/backoff v1.0.0
github.com/kwilteam/kwil-db/core v0.2.1
github.com/kwilteam/kwil-db/parse v0.2.2
github.com/kwilteam/kwil-db/parse v0.2.3
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7
github.com/manifoldco/promptui v0.9.0
github.com/mitchellh/mapstructure v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,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/kwil-db/core v0.2.1 h1:k3X281LOiA01/egqbfiFXORVI/4pbj1ROsop6p5ACTs=
github.com/kwilteam/kwil-db/core v0.2.1/go.mod h1:IZX/X9cPUg1Ppet0MCsBV/Kot6JCikiITcahzSp2i3c=
github.com/kwilteam/kwil-db/parse v0.2.2 h1:zZCHzXv9HTWBLLeZp9WwrEt+jd0PllZDo6rI1UKhBk8=
github.com/kwilteam/kwil-db/parse v0.2.2/go.mod h1:zO/oGE5wbrZGOwVOOmHRs1R4xt2k2qD5tbO+dTC/WqU=
github.com/kwilteam/kwil-db/parse v0.2.3 h1:R4EyobIJjve3bv1Z+bjK2BcNn6217asBlsnBEpf5E1c=
github.com/kwilteam/kwil-db/parse v0.2.3/go.mod h1:zO/oGE5wbrZGOwVOOmHRs1R4xt2k2qD5tbO+dTC/WqU=
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7 h1:YiPBu0pOeYOtOVfwKQqdWB07SUef9LvngF4bVFD+x34=
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7/go.mod h1:+BrFrV+3qcdYIfptqjwatE5gT19azuRHJzw77wMPY8c=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/ethereum/go-ethereum v1.14.3
github.com/kwilteam/kwil-db v0.7.2
github.com/kwilteam/kwil-db/core v0.2.1
github.com/kwilteam/kwil-db/parse v0.2.2
github.com/kwilteam/kwil-db/parse v0.2.3
github.com/stretchr/testify v1.9.0
github.com/testcontainers/testcontainers-go v0.29.1
github.com/testcontainers/testcontainers-go/modules/compose v0.29.2-0.20240321072901-c83b93cb1eff
Expand Down

0 comments on commit 5d29af4

Please sign in to comment.