-
- Downloads
go mod tidy by Marie Kondō
... | ... | @@ -3,14 +3,9 @@ module github.com/iotaledger/goshimmer |
go 1.14 | ||
require ( | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/dgraph-io/badger/v2 v2.0.2 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v1.13.1 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/drand/drand v0.8.1 | ||
github.com/drand/kyber v1.0.1-0.20200331114745-30e90cc60f99 | ||
github.com/gobuffalo/packr/v2 v2.7.1 | ||
... | ... | @@ -23,7 +18,6 @@ require ( |
github.com/labstack/gommon v0.3.0 | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/mr-tron/base58 v1.1.3 | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/panjf2000/ants/v2 v2.2.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/pflag v1.0.5 | ||
... | ... |
Please register or sign in to comment