rpc_safe_guard_01/go.mod

17 lines
347 B
Modula-2
Raw Normal View History

2023-07-13 17:39:26 +08:00
module rpc_safe_guard_01
go 1.20
require (
github.com/robertkrimen/otto v0.2.1
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)