Tidy Go modules

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2021-04-07 14:06:42 +02:00
parent 6a0269f7b9
commit 892675b697
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -56,7 +56,7 @@ require (
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
gopkg.in/ini.v1 v1.62.0