9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
module git.annabunch.es/annabunches/smartswitch-server
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/spf13/viper v1.6.3
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|