forked from razor-network/oracle-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 948 Bytes
/
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
module razor
go 1.15
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/ethereum/go-ethereum v1.10.8
github.com/getsentry/sentry-go v0.11.0
github.com/magiconair/properties v1.8.4
github.com/manifoldco/promptui v0.8.0
github.com/miguelmota/go-solidity-sha3 v0.1.1
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/razor-network/goInfo v0.0.0-20200404012835-b5f882ee2288
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
modernc.org/sortutil v1.1.0
)