diff --git a/core/client/example/go.mod b/core/client/example/go.mod index ec51c2b67..9e64fc233 100644 --- a/core/client/example/go.mod +++ b/core/client/example/go.mod @@ -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.1 + github.com/kwilteam/kwil-db/parse v0.2.2 ) require ( diff --git a/go.mod b/go.mod index 8f8e464b0..78cf35173 100644 --- a/go.mod +++ b/go.mod @@ -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.1 + github.com/kwilteam/kwil-db/parse v0.2.2 github.com/kwilteam/kwil-extensions v0.0.0-20230727040522-1cfd930226b7 github.com/manifoldco/promptui v0.9.0 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index 5800564bc..b662f610c 100644 --- a/go.sum +++ b/go.sum @@ -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.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-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-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= diff --git a/test/go.mod b/test/go.mod index f3ad514e0..f77358747 100644 --- a/test/go.mod +++ b/test/go.mod @@ -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.1 + github.com/kwilteam/kwil-db/parse v0.2.2 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