Skip to content

Commit 694b316

Browse files
authored
Merge pull request #3139 from alecsammon/remove_go_kit
Remove the go-kit dependency
2 parents c76b4ab + 354b67f commit 694b316

File tree

6 files changed

+62
-351
lines changed

6 files changed

+62
-351
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require (
77
github.com/dolthub/jsonpath v0.0.2-0.20240227200619-19675ab05c71
88
github.com/dolthub/sqllogictest/go v0.0.0-20201107003712-816f3ae12d81
99
github.com/dolthub/vitess v0.0.0-20250730174048-497aebb8cea7
10-
github.com/go-kit/kit v0.10.0
1110
github.com/go-sql-driver/mysql v1.7.2-0.20231213112541-0004702b931d
1211
github.com/gocraft/dbr/v2 v2.7.2
1312
github.com/google/uuid v1.3.0
@@ -36,6 +35,7 @@ require (
3635
github.com/kr/text v0.2.0 // indirect
3736
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
3837
github.com/tetratelabs/wazero v1.8.2 // indirect
38+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
3939
golang.org/x/mod v0.12.0 // indirect
4040
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
4141
google.golang.org/protobuf v1.28.1 // indirect

0 commit comments

Comments
 (0)