-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
27 lines (25 loc) · 999 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 github.com/Kdag-K/kdag
go 1.14
require (
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
github.com/dgraph-io/badger v1.6.2
github.com/gammazero/nexus/v3 v3.0.0
github.com/google/uuid v1.2.0
github.com/jonknight73/badger v0.0.0-20200218142835-fa9c019859f6
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
github.com/pion/datachannel v1.4.14
github.com/pion/webrtc/v2 v2.2.0
github.com/pkg/errors v0.9.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.8.0
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.6
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)