Simple roundtrip from ipptool works.

This commit is contained in:
2020-11-01 20:05:53 +01:00
parent 83f35d045c
commit cadcedf43c
16 changed files with 744 additions and 152 deletions

9
go.mod
View File

@@ -5,10 +5,9 @@ go 1.14
require (
github.com/godbus/dbus/v5 v5.0.3
github.com/holoplot/go-avahi v0.0.0-20200423113835-c8b94bb23ec8
github.com/kr/pretty v0.1.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)