feat: add logic

This commit is contained in:
jar3b
2020-01-22 16:40:31 +03:00
parent e2c24fe695
commit 0263f499fd
2 changed files with 88 additions and 0 deletions

12
go.mod Normal file
View 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
)