2021-01-12 06:32:00 +00:00
|
|
|
module github.com/wh1te909/tacticalrmm
|
|
|
|
|
2021-02-17 23:26:56 +00:00
|
|
|
go 1.16
|
2021-01-12 06:32:00 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/nats-io/nats.go v1.10.1-0.20210107160453-a133396829fc
|
2021-02-17 23:26:56 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.4
|
2021-02-27 00:23:03 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b // indirect
|
2021-01-12 06:32:00 +00:00
|
|
|
)
|