-
- Downloads
Switch BadgerDB to latest stable release v1.6.0
... | ... | @@ -3,13 +3,10 @@ module github.com/iotaledger/goshimmer |
go 1.12 | ||
require ( | ||
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/dgraph-io/badger v1.6.0 | ||
github.com/ethereum/go-ethereum v1.8.27 | ||
github.com/gdamore/tcell v1.1.2 | ||
github.com/go-zeromq/zmq4 v0.4.0 | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/open-location-code/go v0.0.0-20190603181809-cf814bded323 | ||
github.com/gorilla/websocket v1.4.0 | ||
github.com/iotaledger/iota.go v1.0.0-beta.7 | ||
... | ... | @@ -20,5 +17,5 @@ require ( |
github.com/rivo/tview v0.0.0-20190609162513-b62197ade412 | ||
github.com/zeromq/goczmq v4.1.0+incompatible // indirect | ||
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 | ||
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 | ||
) |
Please register or sign in to comment