summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-04-10 21:33:48 +0700
committerShulhan <ms@kilabit.info>2021-04-10 23:42:56 +0700
commit763af4d899348097011e6acc58cfc5aae1d9b8e5 (patch)
tree35ba1c932e6535bdf4ff9fa198cb88fc57855f89 /go.mod
parent1faa338cf8944ba7dc33bd2e39059e170f02cfe3 (diff)
downloadkilabit.info-763af4d899348097011e6acc58cfc5aae1d9b8e5.tar.xz
all: upgrade dependencies
This changes affected any use of ciigo library.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 4 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 8816c65..390c64b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,11 @@
module git.sr.ht/~shulhan/kilabit.info
-go 1.15
+go 1.16
require (
- git.sr.ht/~shulhan/ciigo v0.5.1-0.20210304054314-c5ec00bb9174
- github.com/shuLhan/share v0.23.1-0.20210304190300-018db6238847
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
- golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
+ git.sr.ht/~shulhan/ciigo v0.6.0
+ github.com/shuLhan/share v0.25.1
+ golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
)
//replace git.sr.ht/~shulhan/ciigo => ../ciigo