2022-05-10 16:27:51 +00:00
|
|
|
module github.com/amidaware/tacticalrmm
|
2021-01-12 06:32:00 +00:00
|
|
|
|
2022-06-30 06:37:58 +00:00
|
|
|
go 1.18
|
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
|
2022-05-14 23:00:31 +00:00
|
|
|
github.com/jmoiron/sqlx v1.3.5
|
2022-06-30 06:37:58 +00:00
|
|
|
github.com/lib/pq v1.10.6
|
|
|
|
github.com/nats-io/nats-server/v2 v2.8.4 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.16.0
|
2022-05-14 23:00:31 +00:00
|
|
|
github.com/ugorji/go/codec v1.2.7
|
2022-03-10 00:57:55 +00:00
|
|
|
github.com/wh1te909/trmm-shared v0.0.0-20220227075846-f9f757361139
|
2022-06-30 06:37:58 +00:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2021-01-12 06:32:00 +00:00
|
|
|
)
|
2021-11-13 00:36:57 +00:00
|
|
|
|
2022-08-10 00:49:20 +00:00
|
|
|
require github.com/sirupsen/logrus v1.9.0
|
2022-05-10 16:27:51 +00:00
|
|
|
|
2021-11-13 00:36:57 +00:00
|
|
|
require (
|
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2022-06-30 06:37:58 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
2022-08-10 00:49:20 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2021-11-13 00:36:57 +00:00
|
|
|
)
|