12 lines
232 B
Modula-2
12 lines
232 B
Modula-2
module configworker
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gin-contrib/sessions v0.0.3
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|