9 lines
148 B
Modula-2
9 lines
148 B
Modula-2
module github.com/theta42/theta-agent
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|