Update Nomad to 1.1.1 and other project dependencies

This commit is contained in:
sirkrypt0
2021-06-10 18:53:48 +02:00
parent 61bc7d0143
commit 19cd4b840e
3 changed files with 87 additions and 50 deletions

8
go.mod
View File

@ -7,13 +7,13 @@ require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/nomad v1.0.4
github.com/hashicorp/nomad/api v0.0.0-20210505182403-7d5a9ecde95c
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/hashicorp/nomad v1.1.1
github.com/hashicorp/nomad/api v0.0.0-20210610125730-91c6193bf18b
github.com/mitchellh/mapstructure v1.4.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)