-
- Downloads

updates dependencies

... | ... | @@ -11,7 +11,7 @@ require ( |
github.com/google/open-location-code/go v0.0.0-20190903173953-119bc96a3a51 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/iotaledger/autopeering-sim v0.0.0-20191206234543-6bc473d306a9 | ||
github.com/iotaledger/hive.go v0.0.0-20191208004610-567900b261bd | ||
github.com/iotaledger/hive.go v0.0.0-20191215153041-f324513d92ce | ||
github.com/iotaledger/iota.go v1.0.0-beta.10 | ||
github.com/labstack/echo v3.3.10+incompatible | ||
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect | ||
... | ... | @@ -31,10 +31,9 @@ require ( |
go.uber.org/zap v1.13.0 | ||
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c | ||
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect | ||
golang.org/x/net v0.0.0-20191207000613-e7e4b65ae663 | ||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect | ||
golang.org/x/sys v0.0.0-20191206220618-eeba5f6aabab // indirect | ||
golang.org/x/tools v0.0.0-20191206204035-259af5ff87bd // indirect | ||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect | ||
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect | ||
golang.org/x/tools v0.0.0-20191217033636-bbbf87ae2631 // indirect | ||
gopkg.in/yaml.v2 v2.2.7 // indirect | ||
) |
Please register or sign in to comment