17 lines
377 B
Modula-2
17 lines
377 B
Modula-2
module gitlab.connectone.pro/github/nats-transport
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/nats-io/nats.go v1.24.0
|
|
google.golang.org/protobuf v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/nats-io/nats-server/v2 v2.9.15 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
)
|