oktopus/backend/services/bulkdata/http/go.mod
copilot-swe-agent[bot] d81dda9c7c Fix all dependabot security updates: crypto, koa, next.js, js-yaml
Co-authored-by: leandrofars <83298718+leandrofars@users.noreply.github.com>
2026-02-20 15:20:01 +00:00

21 lines
458 B
Modula-2

module github.com/oktopUSP/backend/services/bulkdata
go 1.24.0
toolchain go1.24.12
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.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)