23 lines
458 B
Modula-2
23 lines
458 B
Modula-2
module github.com/wild-cloud/wild-central/daemon
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/rs/cors v1.11.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/time v0.14.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|