Add go.mod and go.sum. Require go v1.16

This commit is contained in:
xteve-project
2021-03-29 19:47:56 +02:00
parent 884b427754
commit e44eff0645
12 changed files with 42 additions and 11 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module xteve
go 1.16
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/koron/go-ssdp v0.0.2 // indirect
)