diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-08 20:56:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-12-08 20:56:20 +0700 |
| commit | 48b753829937f060439c7020f41cf2461a22fcf2 (patch) | |
| tree | 7fea67edc445a4fb50be4284e622315705de04e1 /go.mod | |
| parent | 85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4 (diff) | |
| download | asciidoctor-go-48b753829937f060439c7020f41cf2461a22fcf2.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/asciidoctor-go -go 1.21 +go 1.22.0 -require git.sr.ht/~shulhan/pakakeh.go v0.57.0 +require git.sr.ht/~shulhan/pakakeh.go v0.58.1 //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
