Some checks failed
continuous-integration/drone/push Build encountered an error
15 lines
257 B
Modula-2
15 lines
257 B
Modula-2
module xteve
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/koron/go-ssdp v0.1.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.50.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|