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 (
|
2021-08-29 03:39:58 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-06-27 06:23:37 +00:00
|
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
|
|
github.com/lib/pq v1.10.2
|
2021-08-29 03:39:58 +00:00
|
|
|
github.com/nats-io/nats-server/v2 v2.4.0 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.12.0
|
2021-05-29 03:20:12 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.6
|
2021-08-29 03:39:58 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-01-12 06:32:00 +00:00
|
|
|
)
|