diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-29 23:30:42 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-29 23:30:42 +0700 |
| commit | e518e7afe073c725aa7f4019be7eb684c36111c7 (patch) | |
| tree | 6f056e2d450dfe58d53bc80ed6ee0325bc125c6e /go.mod | |
| parent | 43f3519cd7c6b14d090005470c184cc7a6bfcf3b (diff) | |
| download | ciigo-e518e7afe073c725aa7f4019be7eb684c36111c7.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -8,17 +8,17 @@ go 1.23.4 require ( git.sr.ht/~shulhan/asciidoctor-go v0.7.1 git.sr.ht/~shulhan/pakakeh.go v0.60.1 - github.com/yuin/goldmark v1.7.10 + github.com/yuin/goldmark v1.7.12 github.com/yuin/goldmark-meta v1.1.0 ) require ( - 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 + golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect + golang.org/x/mod v0.25.0 // indirect + golang.org/x/net v0.41.0 // indirect + golang.org/x/sync v0.15.0 // indirect + golang.org/x/sys v0.33.0 // indirect + golang.org/x/tools v0.34.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
