aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-02-12 15:37:55 +0700
committerShulhan <ms@kilabit.info>2023-02-12 15:37:55 +0700
commitf4aafabeb7a09bdbe07d60c0d331fbb464bd68b6 (patch)
treeacca6eb1dad58fb78cae3b050dca159c8aa294d4 /go.mod
parent61d3027ba0cc694111ea1d294bef1b6914d324dc (diff)
downloadawwan-f4aafabeb7a09bdbe07d60c0d331fbb464bd68b6.tar.xz
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index b6e7a2c..5060b9f 100644
--- a/go.mod
+++ b/go.mod
@@ -7,16 +7,16 @@ go 1.18
require (
git.sr.ht/~shulhan/ciigo v0.9.2
- github.com/evanw/esbuild v0.15.7
- github.com/shuLhan/share v0.41.0
+ github.com/evanw/esbuild v0.17.7
+ github.com/shuLhan/share v0.43.0
)
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.3.2 // indirect
- golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
- golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
- golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
+ git.sr.ht/~shulhan/asciidoctor-go v0.4.0 // indirect
+ golang.org/x/crypto v0.6.0 // indirect
+ golang.org/x/net v0.6.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/term v0.5.0 // indirect
)
//replace github.com/shuLhan/share => ../share