-
- Downloads
Use Go modules for dependency management
go.mod
0 → 100644
module github.com/iotaledger/goshimmer | |||
go 1.12 | |||
require ( | |||
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 // indirect | |||
github.com/dgraph-io/badger v2.0.0-rc.2.0.20190610165348-a804ffa35fb9+incompatible | |||
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect | |||
github.com/dustin/go-humanize v1.0.0 // indirect | |||
github.com/ethereum/go-ethereum v1.8.27 | |||
github.com/gdamore/tcell v1.1.2 | |||
github.com/golang/protobuf v1.3.1 // indirect | |||
github.com/google/open-location-code/go v0.0.0-20190603181809-cf814bded323 | |||
github.com/magiconair/properties v1.8.1 | |||
github.com/pkg/errors v0.8.1 | |||
github.com/rivo/tview v0.0.0-20190609162513-b62197ade412 | |||
github.com/stretchr/testify v1.3.0 // indirect | |||
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 | |||
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a | |||
) |
go.sum
0 → 100644
Please register or sign in to comment