
It exists a default configuration. It can be overwritten by adding a configuration.yaml. This can again be overwritten by environment variables.
10 lines
191 B
Modula-2
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
|
|
)
|