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

Chore(deps): Bump golang.org/x/crypto from 0.0.0-20200820211705-5c72a883971a to 0.1.0 #290

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: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ require (
github.com/ipfs/go-ipfs-http-client v0.1.0
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-merkledag v0.3.2
github.com/ipfs/go-path v0.0.8 // indirect
github.com/ipfs/go-unixfs v0.2.4
github.com/ipfs/interface-go-ipfs-core v0.4.0
github.com/jmhodges/levigo v1.0.0 // indirect
Expand All @@ -58,7 +57,6 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/radovskyb/watcher v1.0.7
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
Expand All @@ -69,10 +67,10 @@ require (
github.com/textileio/textile/v2 v2.1.7
github.com/tyler-smith/go-bip39 v1.0.2
github.com/uber/jaeger-client-go v2.23.1+incompatible
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.1.0
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0
Expand Down
Loading