diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-04 15:07:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-04 15:07:50 +0700 |
| commit | a9e626c6306697a64af87b1b7fa4f61b0580d5a8 (patch) | |
| tree | 79db30d26b761ed961f9066e773432480d8a97f8 /go.mod | |
| parent | f9d7f5a462ef3ba6d07f0f13af6816badcea09e1 (diff) | |
| download | asciidoctor-go-a9e626c6306697a64af87b1b7fa4f61b0580d5a8.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,15 +3,15 @@ module git.sr.ht/~shulhan/asciidoctor-go -go 1.25.0 +go 1.26.0 -require git.sr.ht/~shulhan/pakakeh.go v0.61.0 +require git.sr.ht/~shulhan/pakakeh.go v0.62.0 require ( - 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.41.0 // indirect + golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect + golang.org/x/mod v0.34.0 // indirect + golang.org/x/sync v0.20.0 // indirect + golang.org/x/tools v0.43.0 // indirect ) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
