Update Nomad dependencies to 1.1.2

This commit is contained in:
sirkrypt0
2021-07-27 16:22:00 +02:00
committed by Tobias Kantusch
parent 210a048b5e
commit 3564cf767e
2 changed files with 22 additions and 13 deletions

5
go.mod
View File

@ -6,9 +6,8 @@ require (
github.com/google/uuid v1.2.0
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.1.1
github.com/hashicorp/nomad/api v0.0.0-20210610125730-91c6193bf18b
github.com/hashicorp/nomad v1.1.2
github.com/hashicorp/nomad/api v0.0.0-20210727093536-62057de30422
github.com/mitchellh/mapstructure v1.4.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0