summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 10 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 7369a04..8bdf7fa 100644
--- a/go.mod
+++ b/go.mod
@@ -1,20 +1,23 @@
module github.com/golang-id/web
-go 1.18
+go 1.21
require (
- git.sr.ht/~shulhan/ciigo v0.9.2
- github.com/shuLhan/share v0.43.0
+ git.sr.ht/~shulhan/ciigo v0.11.1-0.20240315075820-8a9875b04ea3
+ git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240316090853-e892d3a24843
)
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.4.0 // indirect
- golang.org/x/net v0.7.0 // indirect
- golang.org/x/sys v0.5.0 // indirect
+ git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 // indirect
+ github.com/yuin/goldmark v1.7.0 // indirect
+ github.com/yuin/goldmark-meta v1.1.0 // indirect
+ golang.org/x/net v0.22.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go
//replace git.sr.ht/~shulhan/ciigo => ../ciigo
-//replace github.com/shuLhan/share => ../share
+//replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go