oktopus/backend/services/mtp/ws-adapter/go.mod
2024-03-09 12:47:16 -03:00

22 lines
597 B
Modula-2

module github.com/OktopUSP/oktopus/backend/services/mtp/ws-adapter
go 1.22.1
require (
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
github.com/nats-io/nats.go v1.33.1
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)