-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 735 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/corvus-ch/bilocation
go 1.16
require (
bou.ke/monkey v1.0.1 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/antlr/antlr4 v0.0.0-20190223165740-dade65a895c2
github.com/bketelsen/logr v0.0.0-20170116012416-f3d070bdd1c5
github.com/corvus-ch/logr v0.0.0-20180917163152-45217966b77e
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.2.0
github.com/pkg/xattr v0.4.0
github.com/sebdah/goldie v0.0.0-20180424091453-8784dd1ab561
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)