Files
poseidon/go.mod
2021-04-30 08:25:40 +02:00

12 lines
291 B
Modula-2

module gitlab.hpi.de/codeocean/codemoon/poseidon
go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)