module uploadBaker go 1.18 require ( github.com/go-ping/ping v1.1.0 github.com/sirupsen/logrus v1.9.3 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.3.0 // indirect golang.org/x/net v0.11.0 // indirect golang.org/x/sync v0.2.0 // indirect golang.org/x/sys v0.9.0 // indirect )