Skip to content

Commit

Permalink
prepare for v0.8.1, bump core and parse module requires (#820)
Browse files Browse the repository at this point in the history
* prepare for v0.8.1, bump core and parse module requires

* tidy client example app
  • Loading branch information
jchappelow authored Jun 11, 2024
1 parent a1c713d commit 8880c19
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions core/client/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module mykwilapp
go 1.22.1

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

require (
Expand Down
8 changes: 4 additions & 4 deletions core/client/example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
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.0 h1:ZuiiCTJaRNH0MP6nTdhAi1ThjeV50DLkSSjugXBSuck=
github.com/kwilteam/kwil-db/core v0.2.0/go.mod h1:IZX/X9cPUg1Ppet0MCsBV/Kot6JCikiITcahzSp2i3c=
github.com/kwilteam/kwil-db/parse v0.2.0 h1:FiiSgS2/75sZw0ciLA59uExzlgbDfqqzWXEhWpQ6F1M=
github.com/kwilteam/kwil-db/parse v0.2.0/go.mod h1:1KEivQBUonQ0JseYPVlVL8L+URcPa0y6kGSos8cs3XQ=
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.1 h1:/JTJ+ns8EfRrlnLWn+FOjUyrTC9T0KJMhBleBJWRLQ8=
github.com/kwilteam/kwil-db/parse v0.2.1/go.mod h1:zO/oGE5wbrZGOwVOOmHRs1R4xt2k2qD5tbO+dTC/WqU=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c=
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/jackc/pglogrepl v0.0.0-20240307033717-828fbfe908e9
github.com/jackc/pgx/v5 v5.5.5
github.com/jpillora/backoff v1.0.0
github.com/kwilteam/kwil-db/core v0.2.0
github.com/kwilteam/kwil-db/parse v0.2.0
github.com/kwilteam/kwil-db/core v0.2.1
github.com/kwilteam/kwil-db/parse v0.2.1
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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
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.0 h1:ZuiiCTJaRNH0MP6nTdhAi1ThjeV50DLkSSjugXBSuck=
github.com/kwilteam/kwil-db/core v0.2.0/go.mod h1:IZX/X9cPUg1Ppet0MCsBV/Kot6JCikiITcahzSp2i3c=
github.com/kwilteam/kwil-db/parse v0.2.0 h1:FiiSgS2/75sZw0ciLA59uExzlgbDfqqzWXEhWpQ6F1M=
github.com/kwilteam/kwil-db/parse v0.2.0/go.mod h1:1KEivQBUonQ0JseYPVlVL8L+URcPa0y6kGSos8cs3XQ=
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.1 h1:/JTJ+ns8EfRrlnLWn+FOjUyrTC9T0KJMhBleBJWRLQ8=
github.com/kwilteam/kwil-db/parse v0.2.1/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.0
github.com/kwilteam/kwil-db/parse v0.2.1
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 8880c19

Please # to comment.