Skip to content

Commit

Permalink
chore: Update Nomad dependency to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Dulin <[email protected]>
  • Loading branch information
alexdulin committed May 21, 2021
1 parent cf2155f commit d41e846
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 44 deletions.
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ require (
github.com/Masterminds/sprig/v3 v3.2.1
github.com/agext/levenshtein v1.2.3 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.5.2 // indirect
github.com/hashicorp/consul/api v1.8.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/nomad v1.0.4
github.com/hashicorp/nomad/api v0.0.0-20210308192631-03a1192c1276
github.com/hashicorp/nomad v1.1.0
github.com/hashicorp/nomad/api v0.0.0-20210521171707-6b083c20c8e7
github.com/hashicorp/terraform v0.13.5
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12
Expand All @@ -26,12 +24,8 @@ require (
github.com/sean-/conswriter v0.0.0-20180208195008-f5ae3917a627
github.com/sean-/pager v0.0.0-20180208200047-666be9bf53b5 // indirect
github.com/stretchr/testify v1.6.1
github.com/zclconf/go-cty v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20201029020603-3518587229cd // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit d41e846

Please sign in to comment.