Files
poseidon/go.mod
Felix Auringer f95d96acd8 Add option to configure poseidon
It exists a default configuration. It can be overwritten by adding
a configuration.yaml. This can again be overwritten by environment
variables.
2021-04-29 12:10:38 +02:00

10 lines
191 B
Modula-2

module gitlab.hpi.de/codeocean/codemoon/poseidon
go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)