inital working commit

This commit is contained in:
2022-11-18 23:32:47 +01:00
parent 0c5ef1aad7
commit bac31b3d05
5 changed files with 686 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module VodaDocsis
go 1.19
require (
github.com/influxdata/line-protocol/v2 v2.2.1
github.com/sirupsen/logrus v1.9.0
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
golang.org/x/crypto v0.2.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
golang.org/x/sys v0.2.0 // indirect
)