aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-01-04 07:53:02 +0700
committerShulhan <ms@kilabit.info>2019-01-04 13:14:43 +0700
commit65e1848bd4aec12390fe15ebd83ff4bc53a8afec (patch)
treea499ab074e8f347a8e7d14fccd1c94d783254f2d /go.mod
parent34ae901ff30a32d9aef33bfe25561ff2f685cb0c (diff)
downloadhaminer-65e1848bd4aec12390fe15ebd83ff4bc53a8afec.tar.xz
config: replace configuration with ini file format
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0ef23ce..6ed0df5 100644
--- a/go.mod
+++ b/go.mod
@@ -1 +1,5 @@
module github.com/shuLhan/haminer
+
+go 1.12
+
+require github.com/shuLhan/share v0.2.0