1module go.etcd.io/bbolt 2 3go 1.17 4 5require ( 6 github.com/stretchr/testify v1.8.1 7 go.etcd.io/gofail v0.1.0 8 golang.org/x/sys v0.4.0 9) 10 11require ( 12 github.com/davecgh/go-spew v1.1.1 // indirect 13 github.com/pmezard/go-difflib v1.0.0 // indirect 14 golang.org/x/sync v0.5.0 // indirect 15 gopkg.in/yaml.v3 v3.0.1 // indirect 16)