14 lines
415 B
Modula-2
14 lines
415 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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/sirupsen/logrus v1.7.0
|
|
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
|
|
)
|