diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-06-28 11:01:58 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-06-28 11:01:58 +0700 |
| commit | eb78ead4a51cfbd597631bf376999bfaf0c146da (patch) | |
| tree | 523d3aa13b06ea12752d31f69aff698bf0049c44 /go.mod | |
| parent | 9c4778295e83cf6e4b5feaea41286378c15858bd (diff) | |
| download | kilabit.info-eb78ead4a51cfbd597631bf376999bfaf0c146da.tar.xz | |
go.mod: update with latest dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,9 +2,11 @@ module github.com/shuLhan/kilabit go 1.13 -//replace github.com/shuLhan/ciigo => ../ciigo - require ( - github.com/shuLhan/ciigo v0.1.2-0.20200605065132-70b8770952cc - github.com/shuLhan/share v0.16.0 + github.com/shuLhan/ciigo v0.1.2-0.20200627022111-8a9bd096fb54 + github.com/shuLhan/share v0.16.1-0.20200627020222-d13579896847 ) + +//replace github.com/shuLhan/ciigo => ../../../../../src/ciigo + +//replace github.com/shuLhan/share => ../../../../../src/share |
