update gomod again

This commit is contained in:
James Cor
2022-04-27 15:15:37 -07:00
parent 4b85e4fe23
commit e0a2d702f2
+2 -1
View File
@@ -68,7 +68,7 @@ require (
)
require (
github.com/dolthub/go-mysql-server v0.11.1-0.20220427215633-fa7217b2bfbc
github.com/dolthub/go-mysql-server v0.11.1-0.20220427221346-ea348ff6d067
github.com/google/flatbuffers v2.0.5+incompatible
github.com/gosuri/uilive v0.0.4
github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6
@@ -140,6 +140,7 @@ require (
replace (
github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi => ./gen/proto/dolt/services/eventsapi
github.com/dolthub/go-mysql-server => ../../go-mysql-server
github.com/oliveagle/jsonpath => github.com/dolthub/jsonpath v0.0.0-20210609232853-d49537a30474
)