forked from ZipRecruiter/cloudwatching
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 616 Bytes
/
Copy pathgo.mod
File metadata and controls
17 lines (15 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/ZipRecruiter/cloudwatching
go 1.12
require (
github.com/aws/aws-sdk-go v1.19.15
github.com/beorn7/perks v1.0.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.3.0 // indirect
github.com/prometheus/procfs v0.0.0-20190416084830-8368d24ba045 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect
golang.org/x/text v0.3.1 // indirect
)