Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/crypto from 0.0.0-20201208171446-5f87f3452ae9 to 0.1.0 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-retryablehttp v0.6.4
github.com/imdario/mergo v0.3.6 // indirect
github.com/keybase/go-keychain v1.1.6
github.com/keybase/go-keychain v1.1.6 // indirect
github.com/klauspost/compress v1.11.3 // indirect
github.com/linkedin/goavro/v2 v2.10.0 // indirect
github.com/newrelic/go-insights v1.0.3
Expand All @@ -27,12 +27,8 @@ require (
github.com/prometheus/common v0.15.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/yahoo/athenz v1.9.25 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
Expand All @@ -41,4 +37,4 @@ require (
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19 // indirect
)

replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
Loading