aboutsummaryrefslogtreecommitdiff
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
parent9d8bb7a4699c8e34696535acd23c0ae4516adf6e (diff)
downloadciigo-7f5909865d9595009bb6f6d8975d84bb3d8e369f.tar.xz
go.mod: update share module to version 0.43.0
-rw-r--r--go.mod6
-rw-r--r--go.sum12
2 files changed, 9 insertions, 9 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
diff --git a/go.sum b/go.sum
index 3f211ac..67f1014 100644
--- a/go.sum
+++ b/go.sum
@@ -1,8 +1,8 @@
git.sr.ht/~shulhan/asciidoctor-go v0.3.2 h1:LePNUTKHKjrbaT/J53OOeefm+rU1yHl8je8F7FXh6DQ=
git.sr.ht/~shulhan/asciidoctor-go v0.3.2/go.mod h1:eW61SyB6Yl9hrLjqqPRI3VW7wV9Jnzm2fePJscvx/PU=
-github.com/shuLhan/share v0.41.0 h1:l6kdC+9g7HWnoxIDbE8uDgwjWLw2uKgNKrowB6D8DTc=
-github.com/shuLhan/share v0.41.0/go.mod h1:cC9WPeieVTmmqASTwNRdYl6F5PEQdkR2ox7xY1pS6LI=
-golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b h1:ZmngSVLe/wycRns9MKikG9OWIEjGcGAkacif7oYQaUY=
-golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
-golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 h1:v6hYoSR9T5oet+pMXwUWkbiVqx/63mlHjefrHmxwfeY=
-golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+github.com/shuLhan/share v0.43.0 h1:WEaMg7WIX6YAvDphQjbPSZqz/ubuotRtD7Fq4zGO8Wc=
+github.com/shuLhan/share v0.43.0/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA=
+golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 h1:1WGATo9HAhkWMbfyuVU0tEFP88OIkUvwaHFveQPvzCQ=
+golang.org/x/net v0.0.0-20220907135653-1e95f45603a7/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
+golang.org/x/sys v0.0.0-20220908164124-27713097b956 h1:XeJjHH1KiLpKGb6lvMiksZ9l0fVUh+AmGcm0nOMEBOY=
+golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=