diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-04 07:53:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-04 13:14:43 +0700 |
| commit | 65e1848bd4aec12390fe15ebd83ff4bc53a8afec (patch) | |
| tree | a499ab074e8f347a8e7d14fccd1c94d783254f2d /go.mod | |
| parent | 34ae901ff30a32d9aef33bfe25561ff2f685cb0c (diff) | |
| download | haminer-65e1848bd4aec12390fe15ebd83ff4bc53a8afec.tar.xz | |
config: replace configuration with ini file format
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ module github.com/shuLhan/haminer + +go 1.12 + +require github.com/shuLhan/share v0.2.0 |
