summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2023-02-12 16:04:54 +0700
committerShulhan <m.shulhan@gmail.com>2023-02-12 16:04:54 +0700
commit7a54ca2533c0003a6808df595eba705e6ab6782e (patch)
treeb1e8352395d159e18da2e6016db7d14c42f8c958 /go.mod
parentee26c3eae887457c5b8108a7625e27c36ce6cac9 (diff)
downloadgolang-id-web-7a54ca2533c0003a6808df595eba705e6ab6782e.tar.xz
go.mod: update all dependencies
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 8268846..6320b38 100644
--- a/go.mod
+++ b/go.mod
@@ -4,13 +4,13 @@ go 1.18
require (
git.sr.ht/~shulhan/ciigo v0.9.2
- github.com/shuLhan/share v0.41.0
+ github.com/shuLhan/share v0.43.0
)
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.3.2 // indirect
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
- golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
+ git.sr.ht/~shulhan/asciidoctor-go v0.4.0 // indirect
+ golang.org/x/net v0.6.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go