summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-26 00:55:22 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-26 01:30:50 +0700
commitad5923ca07b1d37ab88b8c4515afa7fc39f99831 (patch)
treeaf97099bcd20d5f40a1b61b76504057678893124 /go.mod
parent63eacb03a79c44378a26ca0693dd239160e546b7 (diff)
downloadkilabit.info-ad5923ca07b1d37ab88b8c4515afa7fc39f99831.tar.xz
go.mod: update with latest ciigo module
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 37c7f08..a77e799 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/kilabit.info
go 1.13
require (
- git.sr.ht/~shulhan/ciigo v0.2.1-0.20201111155426-9d7fb5db0adf
- github.com/shuLhan/share v0.20.1
+ git.sr.ht/~shulhan/ciigo v0.2.1-0.20201125182647-7520991ff810
+ github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
)