Skip to content

Commit

Permalink
use core/v0.4.0-beta.2 for the v0.10.0-beta.3 release (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchappelow authored Feb 10, 2025
1 parent 7d6a6ef commit 22f7d2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/knadh/koanf/providers/posflag v0.1.0
github.com/knadh/koanf/providers/structs v0.1.0
github.com/knadh/koanf/v2 v2.1.2
github.com/kwilteam/kwil-db/core v0.4.0-beta.1
github.com/kwilteam/kwil-db/core v0.4.0-beta.2
github.com/kwilteam/openzeppelin-merkle-tree-go v0.0.0-20250128210530-6c29061dd35f // tmp hacky fix branch
github.com/libp2p/go-libp2p v0.38.2
github.com/libp2p/go-libp2p-kad-dht v0.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ github.com/kr/pty v1.1.3/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.4.0-beta.1 h1:whHdiV5lUBaL3n+7/X1/FNzAE7sdnbwBXvhW0U4aNDY=
github.com/kwilteam/kwil-db/core v0.4.0-beta.1/go.mod h1:Ge2x1zhnpALglsdCuWI7wfJ9+CcjCCMBKEAnVcTio0Y=
github.com/kwilteam/kwil-db/core v0.4.0-beta.2 h1:lh6VPXacCV/ebFYcJ+ozdZho5LC4S1a0LuSG++qwFBU=
github.com/kwilteam/kwil-db/core v0.4.0-beta.2/go.mod h1:qCJDLuzzyjJ5PM/COu9jq/PlFpzeRYcgbpKDmUages4=
github.com/kwilteam/openzeppelin-merkle-tree-go v0.0.0-20250128210530-6c29061dd35f h1:a603or4yeR3SAU8cHnDDwd4puQNJFRCKxXqC9933stc=
github.com/kwilteam/openzeppelin-merkle-tree-go v0.0.0-20250128210530-6c29061dd35f/go.mod h1:nTL6dEhIaq+HRALHQ86MMNnySDhTDFao/iNJbJCzFlM=
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 @@ -13,7 +13,7 @@ require (
github.com/docker/go-connections v0.5.0
github.com/ethereum/go-ethereum v1.14.13
github.com/kwilteam/kwil-db v0.10.0-beta-1.0.20250203233330-7ed1d5f0a9d7
github.com/kwilteam/kwil-db/core v0.4.0-beta.1
github.com/kwilteam/kwil-db/core v0.4.0-beta.2
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.35.0
github.com/testcontainers/testcontainers-go/modules/compose v0.34.0
Expand Down

0 comments on commit 22f7d2a

Please sign in to comment.