10 lines
196 B
Modula-2
10 lines
196 B
Modula-2
|
module git.kapelle.org/niklas/opendock-backend
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
gopkg.in/yaml.v2 v2.4.0
|
||
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||
|
)
|