diff options
| author | Shulhan <ms@kilabit.info> | 2025-04-18 16:58:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-04-18 16:58:49 +0700 |
| commit | 2dc36221ea0e76526958850b7436b8a914ef3ebc (patch) | |
| tree | 98255016867bf0117c45cb02ff239bbf7f5708dc /go.mod | |
| parent | 88a73230e53273325bfcebfb103e2af58f354909 (diff) | |
| download | ciigo-2dc36221ea0e76526958850b7436b8a914ef3ebc.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -6,19 +6,19 @@ module git.sr.ht/~shulhan/ciigo go 1.23.4 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.2 - git.sr.ht/~shulhan/pakakeh.go v0.60.0 - github.com/yuin/goldmark v1.7.8 + git.sr.ht/~shulhan/asciidoctor-go v0.7.0 + git.sr.ht/~shulhan/pakakeh.go v0.60.1 + github.com/yuin/goldmark v1.7.10 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect - golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/tools v0.29.0 // indirect + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect + golang.org/x/mod v0.24.0 // indirect + golang.org/x/net v0.39.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/sys v0.32.0 // indirect + golang.org/x/tools v0.32.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
