go.mod
1 module github.com/alibaba/OpenSandbox/tests/go 2 3 go 1.24.0 4 5 require ( 6 github.com/alibaba/OpenSandbox/sdks/sandbox/go v0.0.0 7 github.com/stretchr/testify v1.11.1 8 ) 9 10 require ( 11 github.com/davecgh/go-spew v1.1.1 // indirect 12 github.com/pmezard/go-difflib v1.0.0 // indirect 13 gopkg.in/yaml.v3 v3.0.1 // indirect 14 ) 15 16 replace github.com/alibaba/OpenSandbox/sdks/sandbox/go => ../../sdks/sandbox/go