forked from mosaicnetworks/babble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.05 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
module github.com/mosaicnetworks/babble
go 1.14
require (
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
github.com/dgraph-io/badger v1.6.0
github.com/gammazero/nexus/v3 v3.0.0
github.com/jonknight73/badger v0.0.0-20200218142835-fa9c019859f6
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/magiconair/properties v1.8.1 // indirect
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/pion/datachannel v1.4.14
github.com/pion/webrtc/v2 v2.2.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.2.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2
github.com/ugorji/go/codec v1.1.7
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
)