aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-02-12 15:23:22 +0700
committerShulhan <ms@kilabit.info>2023-02-12 15:23:22 +0700
commit7f5909865d9595009bb6f6d8975d84bb3d8e369f (patch)
treeea0d32b342c9051a6ddbc76d5fcc0532b4d46984 /go.mod
parent9d8bb7a4699c8e34696535acd23c0ae4516adf6e (diff)
downloadciigo-7f5909865d9595009bb6f6d8975d84bb3d8e369f.tar.xz
go.mod: update share module to version 0.43.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 5057b01..5dbc0e4 100644
--- a/go.mod
+++ b/go.mod
@@ -7,12 +7,12 @@ go 1.18
require (
git.sr.ht/~shulhan/asciidoctor-go v0.3.2
- github.com/shuLhan/share v0.41.0
+ github.com/shuLhan/share v0.43.0
)
require (
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
- golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
+ golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
+ golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go