mirror of https://github.com/etcd-io/bbolt.git
22 lines
448 B
Modula-2
22 lines
448 B
Modula-2
module go.etcd.io/bbolt
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.6
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/stretchr/testify v1.10.0
|
|
go.etcd.io/gofail v0.2.0
|
|
golang.org/x/sync v0.11.0
|
|
golang.org/x/sys v0.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|