13 lines
311 B
Modula-2
13 lines
311 B
Modula-2
module github.com/jar3b/nacl
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/jar3b/grawt v0.1.10
|
|
github.com/nats-io/nats-streaming-server v0.21.1 // indirect
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/nats-io/stan.go v0.8.3
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|