Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependancies for next minor release #434

Merged
merged 6 commits into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.