Skip to content

Commit dd31d42

Browse files
committed
Add go modules files
1 parent b624a0b commit dd31d42

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/hashworks/srrdb-Terminal-Client
2+
3+
go 1.14
4+
5+
require github.com/hashworks/go-srrdb-API v1.1.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/hashworks/go-srrdb-API v1.1.0 h1:5AgAIGh8qggZMoL+VGYS/mo/Q3HFwRONqv1PZLMlxt8=
2+
github.com/hashworks/go-srrdb-API v1.1.0/go.mod h1:FwwURM0w9ZjP+oPAyntJN4Kx4+2Eqll3Wzcx2Lom904=

0 commit comments

Comments
 (0)