feat: add logic
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/jar3b/nacl
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/jar3b/grawt v0.1.5
|
||||
github.com/nats-io/nats-server/v2 v2.1.2 // indirect
|
||||
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
||||
github.com/nats-io/nats.go v1.9.1
|
||||
github.com/nats-io/stan.go v0.6.0
|
||||
github.com/sirupsen/logrus v1.4.2
|
||||
)
|
||||
Reference in New Issue
Block a user