Skip to content

Commit dc9debd

Browse files
author
Eric Chlebek
committed
Add go.mod and go.sum
Signed-off-by: Eric Chlebek <eric@sensu.io>
1 parent 73c6309 commit dc9debd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/echlebek/lasr
2+
3+
go 1.12
4+
5+
require github.com/boltdb/bolt v1.3.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
2+
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=

0 commit comments

Comments
 (0)