Initial commit.
This commit is contained in:
commit
63539b5bc1
9 changed files with 401 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue