summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-17 18:43:30 +0700
committerShulhan <ms@kilabit.info>2022-02-17 18:43:30 +0700
commitefd7c51dddac86c4880830401b9eb635bb497ff3 (patch)
tree43703348c00c55a99fdb1246b26e05280eb4f29e /go.mod
parenta985ef3ec4bec025d751ddcdfae2e269a2f4c507 (diff)
downloadkilabit.info-efd7c51dddac86c4880830401b9eb635bb497ff3.tar.xz
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0f59c2c..f9094be 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,10 @@ module git.sr.ht/~shulhan/kilabit.info
go 1.16
require (
- git.sr.ht/~shulhan/ciigo v0.6.1-0.20211027150143-0bfe10781a53
- github.com/shuLhan/share v0.31.0
+ git.sr.ht/~shulhan/ciigo v0.7.2-0.20220216170803-42e9c244d3c9
+ github.com/shuLhan/share v0.34.0
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)
//replace git.sr.ht/~shulhan/ciigo => ../ciigo