Skip to content
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
20 changes: 4 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,23 @@ go 1.14

require (
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20191023202215-f096da5361bb // indirect
github.com/bford/golang-x-crypto v0.0.0-20160518072526-27db609c9d03
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/c4dt/qrgo v0.0.0-20210312092726-8242850e1027
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/containerd/containerd v1.4.4 // indirect
github.com/containerd/containerd v1.5.18 // indirect
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.5+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
github.com/go-ldap/ldap/v3 v3.1.7
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.3 // indirect
Expand All @@ -34,28 +29,21 @@ require (
github.com/lib/pq v1.10.0 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prataprc/goparsec v0.0.0-20180806094145-2600a2a4a410
github.com/rs/cors v1.7.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/urfave/cli v1.22.3
go.dedis.ch/kyber/v3 v3.0.13
go.dedis.ch/onet/v3 v3.2.10
go.dedis.ch/protobuf v1.0.11
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
go.etcd.io/bbolt v1.3.5
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gotest.tools/v3 v3.0.3 // indirect
)
Loading