Skip to content

Commit

Permalink
Merge pull request #434 from hashicorp/f-dep-updates-0.3.1-release
Browse files Browse the repository at this point in the history
deps: update dependancies for next minor release
  • Loading branch information
jrasell authored Mar 26, 2021
2 parents c0d41b6 + ff043df commit b239f18
Show file tree
Hide file tree
Showing 8 changed files with 215 additions and 104 deletions.
34 changes: 20 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,42 @@ require (
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
github.com/DataDog/datadog-api-client-go v1.0.0-beta.7
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/armon/go-metrics v0.3.3
github.com/armon/go-metrics v0.3.6
github.com/armon/go-radix v1.0.0 // indirect
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/fatih/color v1.10.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.4
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/cronexpr v1.1.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.12.0
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-msgpack v1.1.5
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-plugin v1.0.1
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl/v2 v2.9.1
github.com/hashicorp/nomad/api v0.0.0-20210223222946-149b150fb2d8
github.com/imdario/mergo v0.3.12 // indirect
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/cli v1.1.2
github.com/mitchellh/copystructure v1.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.15.0
github.com/stretchr/testify v1.5.1
github.com/zclconf/go-cty v1.3.1 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.5 // indirect
github.com/stretchr/testify v1.6.1
github.com/zclconf/go-cty v1.8.1 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20210119180700-e258113e47cc // indirect
google.golang.org/grpc v1.35.0
Expand Down
93 changes: 63 additions & 30 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugins/test/noop-apm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-apm
go 1.14

require (
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/nomad-autoscaler v0.3.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
)

replace github.com/hashicorp/nomad-autoscaler => ../../../
60 changes: 42 additions & 18 deletions plugins/test/noop-apm/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugins/test/noop-strategy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-strategy
go 1.14

require (
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/nomad-autoscaler v0.3.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
)

replace github.com/hashicorp/nomad-autoscaler => ../../../
60 changes: 42 additions & 18 deletions plugins/test/noop-strategy/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugins/test/noop-target/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hashicorp/nomad-autoscaler/plugins/test/noop-target
go 1.14

require (
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/nomad-autoscaler v0.3.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
)

replace github.com/hashicorp/nomad-autoscaler => ../../..
60 changes: 42 additions & 18 deletions plugins/test/noop-target/go.sum

Large diffs are not rendered by default.

0 comments on commit b239f18

Please sign in to comment.