diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-01 08:45:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-01 08:58:26 +0700 |
| commit | 5057dfdb75b851254987ac1237f84cd4d7f54a02 (patch) | |
| tree | aef80ed8a23b52d43e119f8e62e37e102c546d3c /go.mod | |
| parent | f0de1106fa27a1e3e6ccd3fff8cbbc7f578aaad6 (diff) | |
| download | asciidoctor-go-5057dfdb75b851254987ac1237f84cd4d7f54a02.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -5,8 +5,13 @@ module git.sr.ht/~shulhan/asciidoctor-go go 1.23.4 -require git.sr.ht/~shulhan/pakakeh.go v0.59.0 +require git.sr.ht/~shulhan/pakakeh.go v0.60.0 -require golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect +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 +) //replace git.sr.ht/~shulhan/pakakeh.go => ../pakakeh.go |
