Parse default job on client side

This commit is contained in:
sirkrypt0
2021-05-07 10:35:07 +02:00
committed by Konrad Hanff
parent 1aaad5c5fe
commit 9a5d982dfc
3 changed files with 823 additions and 13 deletions

5
go.mod
View File

@ -5,14 +5,11 @@ go 1.16
require (
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/cronexpr v1.1.1 // indirect
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/kr/text v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b