mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
build: go mod tidy (#3451)
tidy up a bit; go build also made changs to go.mod, meaning this would have been (again) a dirty release. Need some better automation for this crap. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
committed by
Chris O'Haver
parent
672992751e
commit
e1782c46e8
1
go.mod
1
go.mod
@@ -44,7 +44,6 @@ require (
|
||||
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
|
||||
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
|
||||
google.golang.org/api v0.13.0
|
||||
google.golang.org/genproto v0.0.0-20190701230453-710ae3a149df // indirect
|
||||
google.golang.org/grpc v1.25.1
|
||||
gopkg.in/DataDog/dd-trace-go.v1 v1.19.0
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user