26 lines
811 B
Modula-2
26 lines
811 B
Modula-2
module go.digitalcircle.com.br/open/replaycli-go
|
|
|
|
go 1.17
|
|
|
|
//replace (
|
|
// go.digitalcircle.com.br/open/httpcli => ../httpcli
|
|
//)
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/nats-io/nats.go v1.13.1-0.20211018182449-f2416a8b1483
|
|
go.digitalcircle.com.br/open/httpcli v0.0.0-20211031093505-ecf33aed8afb
|
|
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.6.4 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|