Skip to content

Commit e955494

Browse files
authored
Revert "Update go-sql-driver/mysql to v1.7.1" (#7006)
This reverts commit 0051277, which was introduced by #6976
1 parent 04a4805 commit e955494

28 files changed

+504
-743
lines changed

go.mod

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/eggsampler/acme/v3 v3.4.0
1212
github.com/go-logr/stdr v1.2.2
1313
github.com/go-redis/redis/v8 v8.11.5
14-
github.com/go-sql-driver/mysql v1.7.1
14+
github.com/go-sql-driver/mysql v1.5.0
1515
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
1616
github.com/google/certificate-transparency-go v1.1.4
1717
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -94,7 +94,11 @@ require (
9494
k8s.io/klog/v2 v2.80.1 // indirect
9595
)
9696

97+
// Versions of go-sql-driver/mysql >1.5.0 introduce performance regressions for
98+
// us, so we exclude them.
99+
97100
// This version is required by parts of the honeycombio/beeline-go package
98-
// that we do not rely upon. It appears to introduce performance regressions
99-
// for us.
100101
exclude github.com/go-sql-driver/mysql v1.6.0
102+
103+
// This version is required by borp
104+
exclude github.com/go-sql-driver/mysql v1.7.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
168168
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
169169
github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=
170170
github.com/go-redis/redis/v8 v8.11.5/go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo=
171-
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
172-
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
171+
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
172+
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
173173
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
174174
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
175175
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=

vendor/github.com/go-sql-driver/mysql/.travis.yml

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-sql-driver/mysql/AUTHORS

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-sql-driver/mysql/CHANGELOG.md

Lines changed: 0 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)