Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng762 authored and benbaley committed Jun 3, 2020
1 parent 7799b08 commit a747d12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/cespare/cp v0.1.0
github.com/cespare/xxhash v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/deckarep/golang-set v1.7.1
github.com/docker/docker v17.12.0-ce-rc1.0.20180625184442-8e610b2b55bf+incompatible
github.com/edsrzf/mmap-go v1.0.1-0.20190108065903-904c4ced31cd // indirect
github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa
Expand All @@ -27,7 +27,7 @@ require (
github.com/golang/protobuf v1.2.1-0.20181128192352-1d3f30b51784
github.com/golang/snappy v0.0.1
github.com/google/go-cmp v0.4.0 // indirect
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
github.com/hashicorp/golang-lru v0.5.4
github.com/herumi/bls v0.0.0-20200517120024-accfc25c06c0
github.com/huin/goupnp v0.0.0-20161224104101-679507af18f3
github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
Expand Down Expand Up @@ -58,8 +58,8 @@ require (
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sys v0.0.0-20190412213103-97732733099d
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
golang.org/x/text v0.3.1-0.20171227012246-e19ae1496984 // indirect
golang.org/x/tools v0.0.0-20170215214335-be0fcc31ae23
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
Expand Down

0 comments on commit a747d12

Please sign in to comment.