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/emirpasic/gods from 1.12.0 to 1.18.1 #28

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ replace (
)

require (
github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716 // indirect
github.com/AsynkronIT/gonet v0.0.0-20161127091928-0553637be225
github.com/Workiva/go-datastructures v1.0.52
github.com/armon/go-metrics v0.3.0 // indirect
github.com/cespare/xxhash v1.1.0
Expand All @@ -22,7 +20,7 @@ require (
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/couchbase/gocb v1.6.7
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
github.com/emirpasic/gods v1.12.0
github.com/emirpasic/gods v1.18.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.2 // indirect
Expand All @@ -32,7 +30,6 @@ require (
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go.net v0.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
Expand All @@ -41,8 +38,6 @@ require (
github.com/serialx/hashring v0.0.0-20180504054112-49a4782e9908
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
Expand Down