mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-01 05:00:03 +00:00
Go 1.17 is out of support, this brings bbolt in line with other etcd maintained projects and addresses CVEs with older versions of golang. Signed-off-by: James Blair <mail@jamesblair.net>
16 lines
280 B
Modula-2
16 lines
280 B
Modula-2
module go.etcd.io/bbolt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
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/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|