diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-11 21:42:37 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-11 21:42:55 +0700 |
| commit | bfd1ed30bf21a09431f383118225017664e166b7 (patch) | |
| tree | 3c797c55319de711fd2451038097e9a8417acd49 /go.mod | |
| parent | 155de07f93dcae8a9b27bf8238f3cec7c53ca15d (diff) | |
| download | kilabit.info-bfd1ed30bf21a09431f383118225017664e166b7.tar.xz | |
go.mod: update with latest ciigo
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,10 +3,11 @@ module github.com/shuLhan/kilabit go 1.13 require ( - github.com/shuLhan/ciigo v0.1.2-0.20200627022111-8a9bd096fb54 - github.com/shuLhan/share v0.16.1-0.20200627020222-d13579896847 + github.com/shuLhan/ciigo v0.2.1-0.20201108175550-d407e926cec1 + github.com/shuLhan/share v0.20.1 + golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect ) -//replace github.com/shuLhan/ciigo => ../../../../../src/ciigo +//replace github.com/shuLhan/ciigo => ../ciigo //replace github.com/shuLhan/share => ../../../../../src/share |
