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
24 changes: 7 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,26 @@ module go.dedis.ch/cothority/v3
go 1.14

require (
github.com/BurntSushi/toml v0.3.1
github.com/BurntSushi/toml v1.1.0
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/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/drand/drand v1.1.1
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/ethereum/go-ethereum v1.10.22
github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
github.com/go-ldap/ldap/v3 v3.1.7
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.6.2+incompatible
Expand All @@ -41,22 +35,18 @@ require (
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/syndtr/goleveldb v1.0.0 // indirect
github.com/stretchr/testify v1.7.2
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/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df
gopkg.in/satori/go.uuid.v1 v1.2.0
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