Add e2e tests in ci stage

This commit is contained in:
Maximilian Paß
2021-04-28 13:42:33 +02:00
parent 77f84ccf56
commit 0dc4d28c1b
12 changed files with 118 additions and 23 deletions

4
go.mod
View File

@ -8,12 +8,12 @@ require (
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/api v0.0.0-20210430020956-28b8767b278f
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-20210426230700-d19ff857e887 // indirect
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)