18 lines
637 B
Modula-2
18 lines
637 B
Modula-2
module github.com/wh1te909/tacticalrmm
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-resty/resty/v2 v2.3.0
|
|
github.com/josephspurrier/goversioninfo v1.2.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/nats-io/nats.go v1.10.1-0.20210107160453-a133396829fc
|
|
github.com/ugorji/go/codec v1.2.2
|
|
github.com/wh1te909/rmmagent v1.2.0
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
|
|
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|