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 github.com/ipfs/go-ipfs from 0.9.1 to 0.13.1 #2

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
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ require (
github.com/gcash/bchutil v0.0.0-20200228172631-5e1930e5d630
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/mux v1.8.0
github.com/improbable-eng/grpc-web v0.9.1
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-ipfs v0.9.1
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-ipns v0.1.0
github.com/ipfs/go-merkledag v0.3.2
github.com/ipfs/go-namesys v0.3.0
github.com/ipfs/interface-go-ipfs-core v0.4.0
github.com/ipfs/go-cid v0.2.0
github.com/ipfs/go-ipfs v0.13.1
github.com/ipfs/go-ipfs-files v0.1.1
github.com/ipfs/go-ipld-format v0.4.0
github.com/ipfs/go-ipns v0.1.2
github.com/ipfs/go-merkledag v0.6.0
github.com/ipfs/go-namesys v0.5.0
github.com/ipfs/interface-go-ipfs-core v0.7.0
github.com/jessevdk/go-flags v1.4.0
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-kad-dht v0.12.2
github.com/libp2p/go-libp2p-core v0.15.1
github.com/libp2p/go-libp2p-kad-dht v0.16.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
google.golang.org/grpc v1.33.2
google.golang.org/grpc v1.46.0
gorm.io/driver/mysql v1.1.1
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
Expand Down
Loading