This commit is contained in:
Brian Buller 2021-08-26 12:03:11 -05:00
parent f45b90f172
commit a3bfc9ba7b
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module git.bullercodeworks.com/brian/boltease
go 1.16
require (
github.com/boltdb/bolt v1.3.1
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k=
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=