-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
25 lines (23 loc) · 1001 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
module github.com/v-braun/go2p
go 1.12
require (
github.com/azer/logger v1.0.0 // indirect
github.com/azer/yolo v0.0.0-20180819171155-df2a2bdacdd0 // indirect
github.com/emirpasic/gods v1.12.0
github.com/fatih/color v1.7.0
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.2.2
github.com/v-braun/awaiter v0.0.0-20190702174054-2d2c95947d12
github.com/v-braun/go-must v0.0.0-20190710195319-bad755225388
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83 // indirect
)