24 lines
581 B
Modula-2
24 lines
581 B
Modula-2
module github.com/OktopUSP/oktopus/backend/services/mtp/ws-adapter
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/nats-io/nats.go v1.35.0
|
|
golang.org/x/sys v0.30.0
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/net v0.36.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|