summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
)