-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 766 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module clout
go 1.16
require (
github.com/bitclout/core v1.0.1 // indirect
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/dgraph-io/badger/v3 v3.2011.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/justincampbell/timeago v0.0.0-20160528003754-027f40306f1d
github.com/mattn/go-sqlite3 v1.14.7
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/tyler-smith/go-bip32 v1.0.0 // indirect
github.com/tyler-smith/go-bip39 v1.1.0
github.com/wcharczuk/go-chart v2.0.1+incompatible
github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e
rogchap.com/v8go v0.6.0
)