Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. - [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
456 B
Modula-2
20 lines
456 B
Modula-2
module github.com/oktopUSP/backend/services/bulkdata
|
|
|
|
go 1.22.3
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/nats-io/nats.go v1.34.1
|
|
github.com/rs/cors v1.11.0
|
|
)
|
|
|
|
require (
|
|
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.35.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|