diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-07 23:18:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-23 12:46:53 +0700 |
| commit | dece1a8cd040c6617ca394748e0e1d4f3f49a41a (patch) | |
| tree | 505bcf8a44ece3fd5de7b48fc0e7528802e09213 /go.mod | |
| parent | f46317aeb4582c45b06b74a4e74356d88311c876 (diff) | |
| download | kilabit.info-dece1a8cd040c6617ca394748e0e1d4f3f49a41a.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,16 +3,16 @@ module git.sr.ht/~shulhan/kilabit.info go 1.21 require ( - git.sr.ht/~shulhan/ciigo v0.13.0 - git.sr.ht/~shulhan/pakakeh.go v0.55.1 + git.sr.ht/~shulhan/ciigo v0.13.2 + git.sr.ht/~shulhan/pakakeh.go v0.57.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.2 // 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/net v0.26.0 // indirect - golang.org/x/sys v0.21.0 // indirect + golang.org/x/net v0.29.0 // indirect + golang.org/x/sys v0.25.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
