tacticalrmm/go.mod

13 lines
379 B
Modula-2
Raw Normal View History

2021-01-12 06:32:00 +00:00
module github.com/wh1te909/tacticalrmm
go 1.15
require (
2021-01-19 23:10:50 +00:00
github.com/go-resty/resty/v2 v2.4.0
2021-01-12 06:32:00 +00:00
github.com/josephspurrier/goversioninfo v1.2.0
github.com/nats-io/nats.go v1.10.1-0.20210107160453-a133396829fc
github.com/ugorji/go/codec v1.2.3
2021-02-02 09:42:12 +00:00
github.com/wh1te909/rmmagent v1.4.3-0.20210202083714-12142d6dfd1f
2021-01-19 23:10:50 +00:00
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
2021-01-12 06:32:00 +00:00
)