-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 942 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 942 Bytes
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
module github.com/ness-network/ness
go 1.15
require (
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/blang/semver v3.5.1+incompatible
github.com/boltdb/bolt v1.3.1
github.com/cenkalti/backoff v1.1.0
github.com/google/go-cmp v0.2.0
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/rs/cors v1.6.0
github.com/shopspring/decimal v1.1.0
github.com/sirupsen/logrus v1.1.1
github.com/skycoin/encodertest v0.0.0-20190217072920-14c2e31898b9
github.com/skycoin/skycoin v0.25.2-0.20211109103940-9ca7016bd686
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2
github.com/toqueteos/webbrowser v1.1.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect
)