Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.25.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
563 B
Modula-2
23 lines
563 B
Modula-2
module github.com/OktopUSP/oktopus/ws
|
|
|
|
go 1.21.6
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/nats-io/nats.go v1.35.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/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|