Files
poseidon/go.mod
2021-04-28 10:26:59 +02:00

9 lines
138 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
)