diff options
| author | Shulhan <ms@kilabit.info> | 2025-04-18 15:26:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-04-18 15:26:32 +0700 |
| commit | 02bd8e9662cef9cf2c5f1ae0b560e7070c9fc564 (patch) | |
| tree | abb82fd5a7ceeb616c27e766fd8cb1d163da8e1b /go.mod | |
| parent | f25296bef9bb02f3be87e61c54703e26b7814096 (diff) | |
| download | asciidoctor-go-02bd8e9662cef9cf2c5f1ae0b560e7070c9fc564.tar.xz | |
all: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,13 +5,13 @@ module git.sr.ht/~shulhan/asciidoctor-go go 1.23.4 -require git.sr.ht/~shulhan/pakakeh.go v0.60.0 +require git.sr.ht/~shulhan/pakakeh.go v0.60.1 require ( - golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect - golang.org/x/mod v0.22.0 // indirect - golang.org/x/sync v0.10.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/sync v0.13.0 // indirect + golang.org/x/tools v0.32.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
