go_test.mod 264 B

1234567891011
  1. module github.com/nats-io/nats.go
  2. go 1.15
  3. require (
  4. github.com/golang/protobuf v1.4.2
  5. github.com/nats-io/nats-server/v2 v2.2.3-0.20210501163444-670f44f1e82e
  6. github.com/nats-io/nkeys v0.3.0
  7. github.com/nats-io/nuid v1.0.1
  8. google.golang.org/protobuf v1.23.0
  9. )