Skip to content

Commit

Permalink
parse: restore the core module replace for main
Browse files Browse the repository at this point in the history
  • Loading branch information
jchappelow committed Jun 10, 2024
1 parent e20dc61 commit 38a2b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions parse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/kwilteam/kwil-db/parse

go 1.21.0

replace github.com/kwilteam/kwil-db/core => ../core

require (
github.com/antlr4-go/antlr/v4 v4.13.0
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 0 additions & 2 deletions parse/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ 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/lib/pq v1.10.7 h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=
github.com/lib/pq v1.10.7/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/pganalyze/pg_query_go/v5 v5.1.0 h1:MlxQqHZnvA3cbRQYyIrjxEjzo560P6MyTgtlaf3pmXg=
Expand Down

0 comments on commit 38a2b68

Please sign in to comment.