diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-09 12:47:53 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-09 12:47:53 +0700 |
| commit | 0fc91c39caefa0e00832cce55ae5a0073e67f6a8 (patch) | |
| tree | ff914f7efd32aa9ef58ff062e731b95d3ffe9eba /go.mod | |
| parent | f289b7f13a1dfc7c096b13b5f194aa61dc14075f (diff) | |
| download | asciidoctor-go-0fc91c39caefa0e00832cce55ae5a0073e67f6a8.tar.xz | |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,15 +3,15 @@ module git.sr.ht/~shulhan/asciidoctor-go -go 1.24.0 +go 1.25.0 -require git.sr.ht/~shulhan/pakakeh.go v0.60.2 +require git.sr.ht/~shulhan/pakakeh.go v0.61.0 require ( - golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect - golang.org/x/mod v0.31.0 // indirect + golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect + golang.org/x/mod v0.32.0 // indirect golang.org/x/sync v0.19.0 // indirect - golang.org/x/tools v0.40.0 // indirect + golang.org/x/tools v0.41.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
