Skip to content

Commit

Permalink
deps: update Nomad dep to v1.6.2 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Sep 28, 2023
1 parent 0c02a9f commit e9655aa
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.5
1.21.1
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## UNRELEASED

IMPROVEMENTS:
* deps: Updated Nomad dependency to v1.6.1 [[GH-502](https://github.com/hashicorp/levant/pull/502)]
* build: Now builds with Go v1.21.1 [[GH-507](https://github.com/hashicorp/levant/pull/507)]
* deps: Updated Nomad dependency to v1.6.2 [[GH-507](https://github.com/hashicorp/levant/pull/507)]

## 0.3.2 (October 20, 2022)

Expand Down
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/hashicorp/levant

go 1.20
go 1.21

require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/consul/api v1.18.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/hashicorp/consul/api v1.23.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/nomad v1.6.0
github.com/hashicorp/nomad/api v0.0.0-20230718185111-87d411f4e3a6
github.com/hashicorp/nomad v1.6.2
github.com/hashicorp/nomad/api v0.0.0-20230913164725-73e372ad9403
github.com/hashicorp/terraform v0.13.5
github.com/mattn/go-isatty v0.0.17
github.com/mitchellh/cli v1.1.5
Expand Down Expand Up @@ -55,23 +55,22 @@ require (
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/sean-/pager v0.0.0-20180208200047-666be9bf53b5 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/zclconf/go-cty v1.12.1 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit e9655aa

Please sign in to comment.