bbolt/go.mod
James Blair 4e41eab093
Updated go to 1.19.7
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>
2023-03-09 11:28:24 +13:00

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
)