forked from hashicorp/nomad-autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.04 KB
/
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
24
25
26
27
28
29
module github.com/hashicorp/nomad-autoscaler
go 1.13
require (
github.com/DataDog/datadog-api-client-go v1.0.0-beta.7
github.com/agext/levenshtein v1.2.3 // indirect
github.com/armon/go-metrics v0.3.3
github.com/aws/aws-sdk-go-v2 v0.23.0
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/google/go-cmp v0.4.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-hclog v0.12.0
github.com/hashicorp/go-msgpack v1.1.5
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v1.0.1
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/nomad/api v0.0.0-20200909222706-48e6706e689b
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/common v0.9.1
github.com/stretchr/testify v1.5.1
github.com/zclconf/go-cty v1.3.1 // indirect
)