summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-11 21:42:37 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-11 21:42:55 +0700
commitbfd1ed30bf21a09431f383118225017664e166b7 (patch)
tree3c797c55319de711fd2451038097e9a8417acd49 /go.mod
parent155de07f93dcae8a9b27bf8238f3cec7c53ca15d (diff)
downloadkilabit.info-bfd1ed30bf21a09431f383118225017664e166b7.tar.xz
go.mod: update with latest ciigo
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index fcf5951..d7980e5 100644
--- a/go.mod
+++ b/go.mod
@@ -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