1
0
mirror of https://github.com/kairos-io/openamt.git synced 2025-05-08 15:26:22 +00:00
openamt/go.mod

19 lines
412 B
Modula-2
Raw Normal View History

module openamt
2023-03-20 16:28:45 +00:00
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
2023-03-20 16:28:45 +00:00
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