Skip to content

Commit

Permalink
[Feature]Support Go Module since Go 1.11 (#14)
Browse files Browse the repository at this point in the history
* support go module
  • Loading branch information
Zheaoli authored and sasha-s committed Apr 27, 2019
1 parent 5dc88f4 commit b6bd41d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module github.com/sasha-s/go-deadlock


require github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ=
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=

0 comments on commit b6bd41d

Please sign in to comment.