openamt/go.mod
Jacob Payne 1fd12871ae update code to reflect repository rename
Signed-off-by: Jacob Payne <jacob@spectrocloud.com>
2023-04-17 14:13:33 -07:00

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