go_test.mod 553 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.17.0
  6. github.com/nats-io/nats-server/v2 v2.10.0
  7. github.com/nats-io/nkeys v0.4.5
  8. github.com/nats-io/nuid v1.0.1
  9. go.uber.org/goleak v1.2.1
  10. golang.org/x/text v0.13.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.5.2 // indirect
  16. golang.org/x/crypto v0.13.0 // indirect
  17. golang.org/x/sys v0.12.0 // indirect
  18. golang.org/x/time v0.3.0 // indirect
  19. )