feat: WIP

This commit is contained in:
jar3b@outlook.com
2021-09-23 02:42:00 +03:00
parent 81873b6339
commit 0b9114e50c
10 changed files with 688 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/jar3b/nats-transport
go 1.17
require (
github.com/golang/protobuf v1.5.2
github.com/nats-io/nats.go v1.12.3
google.golang.org/protobuf v1.27.1
)
require (
github.com/nats-io/nats-server/v2 v2.6.0 // 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-20210616213533-5ff15b29337e // indirect
)