bbolt/go.mod
Mustafa Elbehery 219ce53aff [release-1.4] Bump Go to 1.23.9
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-05-29 00:58:57 +02:00

22 lines
448 B
Modula-2

module go.etcd.io/bbolt
go 1.23
toolchain go1.23.9
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.10.0
golang.org/x/sys v0.29.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
)