Skip to content

Commit

Permalink
update kwil-db/core to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed May 10, 2024
1 parent 5bdd5c3 commit ec63d57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/jackc/pgx/v5 v5.5.2
github.com/jpillora/backoff v1.0.0
github.com/kwilteam/kuneiform v0.6.1
github.com/kwilteam/kwil-db/core v0.1.2
github.com/kwilteam/kwil-db/core v0.1.3
github.com/kwilteam/kwil-db/parse v0.1.2
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7
github.com/manifoldco/promptui v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ github.com/kwilteam/action-grammar-go v0.1.1 h1:0NeWrIN0B+pQMyiTwW/kWtqLWl7P4Exm
github.com/kwilteam/action-grammar-go v0.1.1/go.mod h1:hHGHtnrJpASW9P+F7pdr/EP2M1Hxy1N9Wx/TmjVdV6I=
github.com/kwilteam/kuneiform v0.6.1 h1:L235Dit/Fmq3wZxvpPySavWTxGO2TgDMvFoUAH/rHRA=
github.com/kwilteam/kuneiform v0.6.1/go.mod h1:LrwGyaTqTZY1Mcv4hXIJ9t8IfdOf+ZowRdCDXHtiIqU=
github.com/kwilteam/kwil-db/core v0.1.2 h1:rQ5ZpZZbEJFLGKfft3IyZyTu51Gu6hYThFQuKDmd6n4=
github.com/kwilteam/kwil-db/core v0.1.2/go.mod h1:RA50TUJ1LUMVdIWyrr0pVqfI7mqMGQyVLYvvFUbKkNk=
github.com/kwilteam/kwil-db/core v0.1.3 h1:U3baWiqlY0Qcv6+fPFljHdKwN+vvLqu16K2HiUojxHY=
github.com/kwilteam/kwil-db/core v0.1.3/go.mod h1:RA50TUJ1LUMVdIWyrr0pVqfI7mqMGQyVLYvvFUbKkNk=
github.com/kwilteam/kwil-db/parse v0.1.2 h1:RE8vzX+hZlDCz329hpoP7Az/v2BxfWZUQQQMkEVRWng=
github.com/kwilteam/kwil-db/parse v0.1.2/go.mod h1:lGzcCdSvjVrJj71nPuDQRYfF9Jnqj94wFPHEbbDq0+Y=
github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7 h1:YiPBu0pOeYOtOVfwKQqdWB07SUef9LvngF4bVFD+x34=
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// - 0.6.0+release
// - 0.6.1
// - 0.6.2-alpha0+go1.21.nocgo
const kwilVersion = "0.7.3"
const kwilVersion = "0.7.5"

// KwildVersion may be set at compile time by:
//
Expand Down
1 change: 0 additions & 1 deletion test/acceptance/kwild_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestLocalDevSetup(t *testing.T) {
helper := acceptance.NewActHelper(t)
cfg := helper.LoadConfig()
cfg.DockerComposeFile = "./docker-compose-dev.yml" // use the dev compose file
cfg.GasEnabled = true

helper.Setup(ctx)
helper.WaitUntilInterrupt()
Expand Down

0 comments on commit ec63d57

Please sign in to comment.