diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-06 09:51:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-06 09:52:31 +0700 |
| commit | ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a (patch) | |
| tree | c416156fb774a6ce4ccfcc7509cff7a1bbc55df3 /go.mod | |
| parent | d4b59bd3cefeb40c5c59f5bf79d10d48e725b0f3 (diff) | |
| download | asciidoctor-go-ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a.tar.xz | |
go.mod: update all dependencies and Go to version 1.23.4
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,8 +3,10 @@ module git.sr.ht/~shulhan/asciidoctor-go -go 1.22.0 +go 1.23.4 -require git.sr.ht/~shulhan/pakakeh.go v0.58.1 +require git.sr.ht/~shulhan/pakakeh.go v0.59.0 + +require golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
