bbolt/go.mod
Benjamin Wang 3c3da590b1 CMD: add cobra style 'surgery clear-page-elements' command
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2023-03-25 07:42:01 +08:00

19 lines
411 B
Modula-2

module go.etcd.io/bbolt
go 1.19
require (
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
go.etcd.io/gofail v0.1.0
golang.org/x/sys v0.6.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)