-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 598 Bytes
/
Copy pathgo.mod
File metadata and controls
17 lines (15 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/kinduff/csgo_exporter
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/heetch/confita v0.10.0
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.29.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20211015174653-db2dff38ab41
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)