Skip to content
Closed
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
27 changes: 11 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ go 1.12

require (
github.com/BurntSushi/toml v0.3.1
github.com/allegro/bigcache v1.2.0
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156
github.com/aristanetworks/goarista v0.0.0-20180424004133-70dca2f27708
github.com/bitly/go-simplejson v0.0.0-20170206154632-da1a8928f709
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17
github.com/davecgh/go-spew v1.1.1
github.com/ethereum/go-ethereum v1.8.27
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gorilla/websocket v0.0.0-20170718202341-a69d9f6de432
github.com/hashicorp/golang-lru v0.5.0
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 // indirect
github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/raft v1.1.1
github.com/hashicorp/raft-boltdb v0.0.0-20190605210249-ef2e128ed477
Expand All @@ -25,8 +24,6 @@ require (
github.com/mattn/go-sqlite3 v0.0.0-20180218131552-696e2e43cb00
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pkg/errors v0.8.1
Expand All @@ -36,18 +33,16 @@ require (
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386 // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/spf13/viper v0.0.0-20171207042631-1a0c4a370c3e
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v0.0.0-20170725064836-b89cc31ef797
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
go.uber.org/atomic v0.0.0-20170719224650-70bd1261d36b // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v0.0.0-20170802171341-e68420e36ce8
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect
golang.org/x/tools v0.0.0-20190517183331-d88f79806bbd
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.2.2 // indirect
)
Loading