Skip to content

Commit 8e61d5d

Browse files
authored
update go mod (#1)
1 parent 6294642 commit 8e61d5d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
module github.com/gnokoheat/oplog
1+
module github.com/gnokoheat/oplog
2+
3+
go 1.16
4+
5+
require gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 h1:VpOs+IwYnYBaFnrNAeB8UUWtL3vEUnzSCL1nVjPhqrw=
2+
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA=

0 commit comments

Comments
 (0)