20 lines
459 B
Modula-2
20 lines
459 B
Modula-2
module oktopUSP/backend/services/acs
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/nats-io/nats.go v1.34.1
|
|
github.com/oleiade/lane v1.0.1
|
|
golang.org/x/net v0.24.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.22.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|