forked from icon-project/btp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
executable file
·32 lines (30 loc) · 1.28 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/icon-project/btp
go 1.13
require (
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bshuster-repo/logrus-logstash-hook v0.4.1
github.com/dgraph-io/badger v1.5.4
github.com/dgryski/go-farm v0.0.0-20190416075124-e1214b5e05dc // indirect
github.com/ethereum/go-ethereum v1.10.2
github.com/evalphobia/logrus_fluent v0.5.4
github.com/fluent/fluent-logger-golang v1.4.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/haltingstate/secp256k1-go v0.0.0-20151224084235-572209b26df6
github.com/jroimartin/gocui v0.4.0
github.com/labstack/echo/v4 v4.1.10
github.com/mitchellh/mapstructure v1.1.2
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tinylib/msgp v1.1.2 // indirect
github.com/vmihailenco/msgpack/v4 v4.3.11
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)