diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,14 +6,14 @@ module git.sr.ht/~shulhan/gorankusu go 1.23.4 require ( - git.sr.ht/~shulhan/ciigo v0.15.0 - git.sr.ht/~shulhan/pakakeh.go v0.59.0 + 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 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.6.2-0.20250106025231-ed20fc1c23e8 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.6.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 @@ -22,7 +22,7 @@ require ( 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/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect + golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // 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 |
