forked from vfarcic/go-demo-6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
16 lines (15 loc) · 657 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module go-demo-6
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.2.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)