First commit. adding some stuff.

This commit is contained in:
2020-04-03 22:40:51 +02:00
commit 7cef42c3cb
5 changed files with 121 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module ippserver
go 1.14
require (
github.com/godbus/dbus/v5 v5.0.3
github.com/holoplot/go-avahi v0.0.0-20200330183759-353f06b94992
golang.org/x/tools/gopls v0.3.4 // indirect
)