Update modules and dependencies

This commit is contained in:
2020-10-28 16:57:16 +01:00
parent da8355f4ea
commit e0ff8d79c3
2 changed files with 24 additions and 46 deletions

10
go.mod
View File

@@ -4,7 +4,11 @@ go 1.14
require (
github.com/godbus/dbus/v5 v5.0.3
github.com/holoplot/go-avahi v0.0.0-20200330183759-353f06b94992
github.com/sirupsen/logrus v1.6.0
golang.org/x/tools/gopls v0.3.4 // indirect
github.com/holoplot/go-avahi v0.0.0-20200423113835-c8b94bb23ec8
github.com/kr/pretty v0.1.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)