diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-08 00:29:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-08 01:03:26 +0700 |
| commit | 17ba3ec5a1b71fcaf7da97877abbba0071a62036 (patch) | |
| tree | 66e11533e0c3ea1802b2e7920109c9fb8e32852c /go.mod | |
| parent | 9bee4306e581f75664aed642f6804024f77ed3dd (diff) | |
| download | awwan-17ba3ec5a1b71fcaf7da97877abbba0071a62036.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -6,19 +6,19 @@ module git.sr.ht/~shulhan/awwan go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.12.0 - git.sr.ht/~shulhan/pakakeh.go v0.54.0 + git.sr.ht/~shulhan/ciigo v0.13.2 + git.sr.ht/~shulhan/pakakeh.go v0.57.0 github.com/evanw/esbuild v0.19.8 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.2 // indirect - github.com/yuin/goldmark v1.7.1 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.6.0 // indirect + github.com/yuin/goldmark v1.7.4 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.21.0 // indirect - golang.org/x/net v0.23.0 // indirect - golang.org/x/sys v0.19.0 // indirect - golang.org/x/term v0.18.0 // indirect + golang.org/x/crypto v0.27.0 // indirect + golang.org/x/net v0.29.0 // indirect + golang.org/x/sys v0.25.0 // indirect + golang.org/x/term v0.24.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
