Skip to content

Bump github.com/libp2p/go-libp2p from 0.11.0 to 0.18.0 #17

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

Open
wants to merge 1 commit into
base: dev
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
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,23 @@ go 1.13
require (
github.com/elazarl/goproxy v0.0.0-20200803153952-ec485169a1eb // indirect
github.com/emirpasic/gods v1.12.0
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.7.4
github.com/hashicorp/golang-lru v0.5.4
github.com/jmoiron/sqlx v1.3.4
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/libp2p/go-libp2p v0.11.0
github.com/libp2p/go-libp2p-core v0.6.1
github.com/libp2p/go-libp2p v0.18.0
github.com/libp2p/go-libp2p-core v0.14.0
github.com/libp2p/go-libp2p-discovery v0.5.0
github.com/libp2p/go-libp2p-kad-dht v0.10.0
github.com/mattn/go-sqlite3 v1.14.7
github.com/multiformats/go-multiaddr v0.3.1
github.com/multiformats/go-multiaddr v0.5.0
github.com/parnurzeal/gorequest v0.2.16
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/syndtr/goleveldb v1.0.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
google.golang.org/grpc v1.24.0 // indirect
google.golang.org/protobuf v1.26.0
google.golang.org/protobuf v1.27.1
moul.io/http2curl v1.0.0 // indirect
)
Loading