Go Mod Stuff

This commit is contained in:
Steam Deck User 2023-02-10 14:13:43 -06:00
parent 8d9019e01b
commit 27c984c322
2 changed files with 11 additions and 0 deletions

7
go.mod Normal file
View File

@ -0,0 +1,7 @@
module git.bullercodeworks.com/brian/boltease
go 1.20
require github.com/boltdb/bolt v1.3.1
require golang.org/x/sys v0.5.0 // 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.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=