all: go mod tidy (#7758)

This commit is contained in:
greatroar
2021-06-10 13:16:44 +02:00
committed by GitHub
parent 1e7a3997e3
commit 0b290f7206
2 changed files with 1 additions and 9 deletions
+1 -2
View File
@@ -19,7 +19,7 @@ require (
github.com/gobwas/glob v0.2.3
github.com/gogo/protobuf v1.3.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.2
github.com/greatroar/blobloom v0.7.0
github.com/hashicorp/golang-lru v0.5.4
github.com/jackpal/gateway v1.0.7
@@ -52,7 +52,6 @@ require (
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.org/x/tools v0.1.0
google.golang.org/protobuf v1.26.0
)
go 1.14