Files
poseidon/go.mod
2021-07-29 09:57:04 +00:00

19 lines
609 B
Modula-2

module gitlab.hpi.de/codeocean/codemoon/poseidon
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
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
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // 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
)