diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-08 02:00:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-03 20:07:15 +0700 |
| commit | 219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9 (patch) | |
| tree | 92080a737879e7afc9a7627e4d6a13e6d88f3951 /go.mod | |
| parent | 21392200a3620de491a23c83fa08c0063a5a3e08 (diff) | |
| download | gorankusu-219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9.tar.xz | |
all: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -3,28 +3,29 @@ module git.sr.ht/~shulhan/gorankusu -go 1.22.0 +go 1.23.4 require ( - git.sr.ht/~shulhan/ciigo v0.14.0 - git.sr.ht/~shulhan/pakakeh.go v0.58.1 + git.sr.ht/~shulhan/ciigo v0.15.0 + git.sr.ht/~shulhan/pakakeh.go v0.59.0 github.com/tsenart/vegeta/v12 v12.12.0 - golang.org/x/tools v0.28.0 + golang.org/x/tools v0.29.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.0 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.6.2-0.20250106025231-ed20fc1c23e8 // 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.7.7 // indirect + github.com/mailru/easyjson v0.9.0 // indirect github.com/rogpeppe/go-internal v1.10.0 // indirect github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect github.com/yuin/goldmark v1.7.8 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.32.0 // indirect + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.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 gopkg.in/yaml.v2 v2.4.0 // indirect |
