summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2021-03-18 00:51:50 +0700
committerShulhan <m.shulhan@gmail.com>2021-03-18 00:51:50 +0700
commite7286f763ac7974bb24d7362e5b84e3252279646 (patch)
tree81478d58c49cf046e6338938c0d1245a69d09fc7 /go.mod
parentd68bcb862ca0e2ceb958b1e0ed9b37f2755f35a2 (diff)
downloadgolang-id-web-e7286f763ac7974bb24d7362e5b84e3252279646.tar.xz
all: pembaruan dependensi
Pembaruan ini mempengaruhi cara menggunakan paket ciigo secara keseluruhan.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d0b42c9..bbc32d6 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module github.com/golang-id/web
go 1.15
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201226102329-36285ff15434 // indirect
- git.sr.ht/~shulhan/ciigo v0.3.1-0.20201213122359-5b4ccb6434d7
- github.com/shuLhan/share v0.21.0
- golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
+ 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
)