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

Commit f359dc4

Browse files
authored
Merge pull request #399 from hashicorp/f-deps-nomad-1.0.4
deps: update Nomad dep to v1.0.4.
2 parents 7a0ead2 + 0f547ff commit f359dc4

File tree

4 files changed

+21
-164
lines changed

4 files changed

+21
-164
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BUG FIXES:
99
* template: Fixed issue with default variables file not being used. [[GH-353](https://github.com/hashicorp/levant/pull/353)]
1010

1111
IMPROVEMENTS:
12-
* build: Updated Nomad dependency to 1.0.0. [[GH-370](https://github.com/hashicorp/levant/pull/370)]
12+
* build: Updated Nomad dependency to 1.0.4. [[GH-399](https://github.com/hashicorp/levant/pull/399)]
1313
* cli: Added `log-level` and `log-format` flags to render command. [[GH-346](https://github.com/hashicorp/levant/pull/346)]
1414
* render: when rendering, send logging to stderr if stdout is not a terminal [[GH-386](https://github.com/hashicorp/levant/pull/386)]
1515
* template: Added [sprig](https://github.com/Masterminds/sprig) template functions. [[GH-347](https://github.com/hashicorp/levant/pull/347)]

command/dispatch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/hashicorp/levant/levant"
1010
"github.com/hashicorp/levant/logging"
11-
flaghelper "github.com/hashicorp/nomad/helper/flag-helpers"
11+
flaghelper "github.com/hashicorp/nomad/helper/flags"
1212
)
1313

1414
// DispatchCommand is the command implementation that allows users to

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ require (
77
github.com/agext/levenshtein v1.2.3 // indirect
88
github.com/davecgh/go-spew v1.1.1
99
github.com/google/go-cmp v0.5.1 // indirect
10-
github.com/hashicorp/consul/api v1.7.0
10+
github.com/hashicorp/consul/api v1.8.1
1111
github.com/hashicorp/errwrap v1.1.0 // indirect
12+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1213
github.com/hashicorp/go-hclog v0.14.1 // indirect
1314
github.com/hashicorp/go-multierror v1.1.0
1415
github.com/hashicorp/go-uuid v1.0.2 // indirect
1516
github.com/hashicorp/hcl/v2 v2.7.1 // indirect
16-
github.com/hashicorp/nomad v0.12.5-0.20201208211811-bbf1eaa833ed
17-
github.com/hashicorp/nomad/api v0.0.0-20201208211811-bbf1eaa833ed
18-
github.com/hashicorp/serf v0.9.5 // indirect
17+
github.com/hashicorp/nomad v1.0.4
18+
github.com/hashicorp/nomad/api v0.0.0-20210308192631-03a1192c1276
1919
github.com/hashicorp/terraform v0.13.5
2020
github.com/mattn/go-colorable v0.1.8 // indirect
2121
github.com/mattn/go-isatty v0.0.12
2222
github.com/mitchellh/cli v1.1.0
2323
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
24-
github.com/mitchellh/mapstructure v1.4.0 // indirect
24+
github.com/mitchellh/mapstructure v1.4.1 // indirect
2525
github.com/pkg/errors v0.9.1
2626
github.com/rs/zerolog v1.6.0
2727
github.com/sean-/conswriter v0.0.0-20180208195008-f5ae3917a627

0 commit comments

Comments
 (0)