forked from banzaicloud/spot-termination-exporter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (20 loc) · 954 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
module github.com/gjtempleton/spot-termination-exporter
go 1.17
require (
github.com/prometheus/client_golang v0.8.0
github.com/sirupsen/logrus v1.0.4
)
require (
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/golang/protobuf v1.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.0 // indirect
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
github.com/prometheus/common v0.0.0-20180228092548-6fb6fce6f8b7 // indirect
github.com/prometheus/procfs v0.0.0-20180228150732-d274e363d575 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20180228161326-91a49db82a88 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20180224232135-f6cff0780e54 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)