-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.18 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
module exampleonionhere.onion/plutus
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/akamensky/argparse v1.2.1
github.com/awnumar/memguard v0.22.1
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.2
github.com/jinzhu/gorm v1.9.12
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/mbndr/logo v0.0.0-20171019193322-06195deb9d53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/monero-ecosystem/go-monero-rpc-client v0.0.0-20200124164006-0afb4abdfc3c
github.com/satori/go.uuid v1.2.0
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/ratelimit v0.1.0
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)