diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 13:29:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 13:29:13 +0700 |
| commit | e9340396d4fe00958e687008013edb1626e50329 (patch) | |
| tree | a2821062eed82e9241c1b352fd35b81ad09f7a55 /go.mod | |
| parent | e518e7afe073c725aa7f4019be7eb684c36111c7 (diff) | |
| download | ciigo-e9340396d4fe00958e687008013edb1626e50329.tar.xz | |
go.mod: set minimum Go to 1.24.0 and update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -3,22 +3,25 @@ module git.sr.ht/~shulhan/ciigo -go 1.23.4 +go 1.24.0 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.1 - git.sr.ht/~shulhan/pakakeh.go v0.60.1 - github.com/yuin/goldmark v1.7.12 + git.sr.ht/~shulhan/asciidoctor-go v0.7.2 + git.sr.ht/~shulhan/pakakeh.go v0.60.2 + github.com/yuin/goldmark v1.7.13 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect - golang.org/x/mod v0.25.0 // indirect - golang.org/x/net v0.41.0 // indirect - golang.org/x/sync v0.15.0 // indirect - golang.org/x/sys v0.33.0 // indirect - golang.org/x/tools v0.34.0 // indirect + github.com/kr/pretty v0.3.1 // indirect + github.com/rogpeppe/go-internal v1.11.0 // indirect + golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect + golang.org/x/mod v0.31.0 // indirect + golang.org/x/net v0.48.0 // indirect + golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.39.0 // indirect + golang.org/x/tools v0.40.0 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
