diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-11 18:48:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-11 18:48:37 +0700 |
| commit | a87283b9236f24f62b0a8936ba0b7232c0407c45 (patch) | |
| tree | 304b62cc96b4432bccf3da0c376b353b5ac4506e /go.mod | |
| parent | f0d019b04e9cab6ad00a2be4e7f99e9b1df15471 (diff) | |
| download | rescached-a87283b9236f24f62b0a8936ba0b7232c0407c45.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -3,19 +3,20 @@ module git.sr.ht/~shulhan/rescached -go 1.22.0 +go 1.23.4 require ( - git.sr.ht/~shulhan/ciigo v0.13.2 - git.sr.ht/~shulhan/pakakeh.go v0.57.0 + git.sr.ht/~shulhan/ciigo v0.15.0 + git.sr.ht/~shulhan/pakakeh.go v0.59.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.0 // indirect - github.com/yuin/goldmark v1.7.4 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.6.2-0.20250106025231-ed20fc1c23e8 // indirect + github.com/yuin/goldmark v1.7.8 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.29.0 // indirect - golang.org/x/sys v0.25.0 // indirect + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect + golang.org/x/net v0.34.0 // indirect + golang.org/x/sys v0.29.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
