summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2021-04-10 22:41:39 +0700
committerShulhan <m.shulhan@gmail.com>2021-04-10 23:43:35 +0700
commitc0da203ce48742395d071caebd815374b8aeaae0 (patch)
tree17338fde3dd8bc3d6c0877b251342e89c9078e67 /go.mod
parentf8e05cfabc3d6f639a15a398b65eda8a5bbb1bd0 (diff)
downloadgolang-id-web-c0da203ce48742395d071caebd815374b8aeaae0.tar.xz
all: pembaruan dependensi
Pembaruan ini membawa perubahan terhadap penggunaan modul ciigo.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index bbc32d6..8e9f426 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,7 @@ module github.com/golang-id/web
go 1.15
require (
- git.sr.ht/~shulhan/ciigo v0.5.1-0.20210306163938-fe10c3acedac
- github.com/shuLhan/share v0.24.0
- golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
- golang.org/x/sys v0.0.0-20210317091845-390168757d9c // 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
)