mirror of
https://github.com/kairos-io/openamt.git
synced 2025-04-27 10:20:53 +00:00
19 lines
412 B
Modula-2
19 lines
412 B
Modula-2
module openamt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
rpc v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|
|
|
|
replace rpc => github.com/open-amt-cloud-toolkit/rpc-go v0.0.0-20230306150617-96cc235bf732
|