module github.com/timshannon/bolthold

go 1.16

require (
	go.etcd.io/bbolt v1.3.8
	golang.org/x/sys v0.15.0 // indirect
)
