15 lines
430 B
Modula-2
15 lines
430 B
Modula-2
module ippserver
|
|
|
|
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/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
|
|
)
|