inital impl

This commit is contained in:
2022-07-04 23:13:24 +02:00
parent fb23a4dbb0
commit 8f9afad583
5 changed files with 399 additions and 0 deletions

18
go.mod Normal file
View File

@@ -0,0 +1,18 @@
module uploadBaker
go 1.18
require (
github.com/go-ping/ping v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/wercker/journalhook v0.0.0-20180428041537-5d0a5ae867b3
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/google/uuid v1.2.0 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect
)