17 lines
434 B
Modula-2
17 lines
434 B
Modula-2
module gitlab.connectone.pro/github/nats-transport
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
require (
|
|
github.com/nats-io/nats-server/v2 v2.7.4 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
|
)
|