Skip to content

Commit 2a41711

Browse files
committed
Get latest dolt, and add back init command
1 parent aa64c8f commit 2a41711

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/PuerkitoBio/goquery v1.8.1
77
github.com/cockroachdb/apd/v2 v2.0.3-0.20200518165714-d020e156310a
88
github.com/cockroachdb/errors v1.7.5
9-
github.com/dolthub/dolt/go v0.40.5-0.20231214014142-bf6f4efa51eb
9+
github.com/dolthub/dolt/go v0.40.5-0.20231214175736-2c32f8dc8f79
1010
github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi v0.0.0-20231213233028-64c353bf920f
1111
github.com/dolthub/go-mysql-server v0.17.1-0.20231213201402-47a48c5f014b
1212
github.com/dolthub/sqllogictest/go v0.0.0-20201107003712-816f3ae12d81

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
212212
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
213213
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
214214
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
215-
github.com/dolthub/dolt/go v0.40.5-0.20231214014142-bf6f4efa51eb h1:d8+ucz07P14aEmwAwtTz2psj0DJYGknQPPGLxj0SiBo=
216-
github.com/dolthub/dolt/go v0.40.5-0.20231214014142-bf6f4efa51eb/go.mod h1:EUxtWDbH5mNrd2BCPYU6vTU24e0ym9aNfHO+LyGSqms=
215+
github.com/dolthub/dolt/go v0.40.5-0.20231214175736-2c32f8dc8f79 h1:DXJJMtcu6mn0VBkwPL82ywI30OaArgKAIKvbGldshhI=
216+
github.com/dolthub/dolt/go v0.40.5-0.20231214175736-2c32f8dc8f79/go.mod h1:BppH8WUk82ZDi43JnZsaSR1X7EQ3YRBUNkDupl6ne0g=
217217
github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi v0.0.0-20231213233028-64c353bf920f h1:f250FTgZ/OaCql9G6WJt46l9VOIBF1mI81hW9cnmBNM=
218218
github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi v0.0.0-20231213233028-64c353bf920f/go.mod h1:gHeHIDGU7em40EhFTliq62pExFcc1hxDTIZ9g5UqXYM=
219219
github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2 h1:u3PMzfF8RkKd3lB9pZ2bfn0qEG+1Gms9599cr0REMww=

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import (
4646
)
4747

4848
var doltgresCommands = cli.NewSubCommandHandler("doltgresql", "it's git for data", []cli.Command{
49+
commands.InitCmd{},
4950
commands.ConfigCmd{},
5051
commands.VersionCmd{VersionStr: server.Version},
5152
sqlserver.SqlServerCmd{VersionStr: server.Version},

0 commit comments

Comments
 (0)