Skip to content

Commit

Permalink
add go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
hslam committed Jan 16, 2021
1 parent 75ed982 commit bf39349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/hslam/sem

go 1.15

require github.com/hslam/ftok v1.0.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/hslam/ftok v1.0.0 h1:p+cxCKJ+A+exuYPTmr+tz036OMrEosvOHVsCPpzm3nI=
github.com/hslam/ftok v1.0.0/go.mod h1:2ABEYCrEJ3EVr7SPlNCMEyGJUJye2mB9Wc9t3ET7Ngg=

0 comments on commit bf39349

Please sign in to comment.