oktopus/backend/services/bulkdata/http/go.mod
dependabot[bot] 17a692bcb5
chore(deps): bump golang.org/x/crypto in /backend/services/bulkdata/http
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 00:48:03 +00:00

18 lines
436 B
Modula-2

module github.com/oktopUSP/backend/services/bulkdata
go 1.22.3
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.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)