diff --git a/go.mod b/go.mod index 76814eb..b6ae360 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/stretchr/testify v1.2.2 github.com/viant/assertly v0.4.8 github.com/viant/toolbox v0.24.0 - golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect + golang.org/x/crypto@0.0.0-20201203163018-be400aefbc4c // indirect golang.org/x/net v0.0.0-20190313220215-9f648a60d977 golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f // indirect