Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 39411a5

Browse files
committed
upgrade autoscaler dependencies, make name config required
Signed-off-by: Johan Siebens <[email protected]>
1 parent 5dea748 commit 39411a5

File tree

4 files changed

+63
-66
lines changed

4 files changed

+63
-66
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.16
55
require (
66
github.com/digitalocean/godo v1.60.0
77
github.com/hashicorp/go-hclog v0.16.0
8-
github.com/hashicorp/nomad-autoscaler v0.3.2
9-
github.com/hashicorp/nomad/api v0.0.0-20210419221345-2fc19c398d42
8+
github.com/hashicorp/nomad-autoscaler v0.3.3
9+
github.com/hashicorp/nomad/api v0.0.0-20210503143957-4ccada7924cf
1010
github.com/mitchellh/go-homedir v1.1.0
1111
github.com/stretchr/testify v1.7.0
1212
github.com/thanhpk/randstr v1.0.4

0 commit comments

Comments
 (0)