-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
20 lines (18 loc) · 852 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/zippoxer/george
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/gobwas/glob v0.2.3
github.com/joho/godotenv v1.3.0
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/sergi/go-diff v1.0.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/zippoxer/kingpin v0.0.0-20190326215213-8c683705940e
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
)
go 1.13