forked from web3coach/the-blockchain-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 548 Bytes
/
Copy pathgo.mod
File metadata and controls
16 lines (14 loc) · 548 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/web3coach/the-blockchain-bar
go 1.16
require (
github.com/aristanetworks/goarista v0.0.0-20200211191935-58c705f5cf52 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/caddyserver/certmagic v0.11.2
github.com/davecgh/go-spew v1.1.1
github.com/ethereum/go-ethereum v1.9.25
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.5.1
)