go_test.mod 550 B

12345678910111213141516171819202122
  1. module github.com/nats-io/nats.go
  2. go 1.19
  3. require (
  4. github.com/golang/protobuf v1.4.2
  5. github.com/klauspost/compress v1.16.5
  6. github.com/nats-io/nats-server/v2 v2.9.19
  7. github.com/nats-io/nkeys v0.4.4
  8. github.com/nats-io/nuid v1.0.1
  9. go.uber.org/goleak v1.2.1
  10. golang.org/x/text v0.9.0
  11. google.golang.org/protobuf v1.23.0
  12. )
  13. require (
  14. github.com/minio/highwayhash v1.0.2 // indirect
  15. github.com/nats-io/jwt/v2 v2.4.1 // indirect
  16. golang.org/x/crypto v0.9.0 // indirect
  17. golang.org/x/sys v0.8.0 // indirect
  18. golang.org/x/time v0.3.0 // indirect
  19. )