From 18daecb17ffbf17bafc0074b990fe4fa6ce9f042 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 14:08:47 +0700 Subject: go.mod: set minimum Go version to 1.24.0 and update all dependencies --- go.mod | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ffeec18..efd67e6 100644 --- a/go.mod +++ b/go.mod @@ -3,32 +3,31 @@ module git.sr.ht/~shulhan/gorankusu -go 1.23.4 +go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.1 - git.sr.ht/~shulhan/pakakeh.go v0.60.0 - github.com/tsenart/vegeta/v12 v12.12.0 - golang.org/x/tools v0.29.0 + git.sr.ht/~shulhan/ciigo v0.15.3 + git.sr.ht/~shulhan/pakakeh.go v0.60.2 + github.com/tsenart/vegeta/v12 v12.13.0 + golang.org/x/tools v0.40.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.2 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.2 // indirect github.com/influxdata/tdigest v0.0.1 // indirect github.com/josharian/intern v1.0.0 // indirect - github.com/kr/pretty v0.3.1 // indirect - github.com/mailru/easyjson v0.9.0 // indirect - github.com/rogpeppe/go-internal v1.10.0 // indirect + github.com/kr/text v0.2.0 // indirect + github.com/mailru/easyjson v0.9.1 // indirect github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect - github.com/yuin/goldmark v1.7.8 // indirect + github.com/yuin/goldmark v1.7.13 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect - golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/text v0.21.0 // indirect - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // 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/text v0.32.0 // indirect + gonum.org/v1/gonum v0.11.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) -- cgit v1.3