summaryrefslogtreecommitdiff
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
parentee26c3eae887457c5b8108a7625e27c36ce6cac9 (diff)
downloadgolang-id-web-7a54ca2533c0003a6808df595eba705e6ab6782e.tar.xz
go.mod: update all dependencies
-rw-r--r--go.mod8
-rw-r--r--go.sum16
2 files changed, 12 insertions, 12 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
diff --git a/go.sum b/go.sum
index dafec7f..399d36e 100644
--- a/go.sum
+++ b/go.sum
@@ -1,10 +1,10 @@
-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=
+git.sr.ht/~shulhan/asciidoctor-go v0.4.0 h1:MvE0d3KvpFy7msogBSclPnq4c61QuOxkD/1vDDFTR0Q=
+git.sr.ht/~shulhan/asciidoctor-go v0.4.0/go.mod h1:zBOpWZVZusDQ5UmfqwmuELkSLTXdhoPMOZiq5ISfH1Y=
git.sr.ht/~shulhan/ciigo v0.9.2 h1:BgQRSaBKRsgjPrfeErL+jQS3fBoRXvS+Pk62ehnnDak=
git.sr.ht/~shulhan/ciigo v0.9.2/go.mod h1:NaDMWKYxz6BkLiKqoLisH1tIIt74azA0sZs00vfh4yQ=
-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.6.0 h1:L4ZwwTvKW9gr0ZMS1yrHD9GZhIuVjOBBnaKH+SPQK0Q=
+golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
+golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU=
+golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=