fix: go mod tidy

This commit is contained in:
Harshavardhana
2020-04-29 22:31:34 -07:00
parent d090a17ed0
commit c7470e6e6e
2 changed files with 2 additions and 14 deletions

2
go.mod
View File

@@ -114,7 +114,6 @@ require (
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
@@ -128,5 +127,4 @@ require (
gopkg.in/ldap.v3 v3.0.3
gopkg.in/olivere/elastic.v5 v5.0.80
gopkg.in/yaml.v2 v2.2.4
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)