aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-10-07 19:23:33 +0700
committerShulhan <ms@kilabit.info>2024-10-07 19:31:54 +0700
commit9a2897530017f1003d15134709cb0a21b07702d5 (patch)
tree866cb150716a7a2b970faaad47c1b358852088b8 /go.mod
parent15b2c9ae3921c73ba5d605b6318a600675a02e9e (diff)
downloadgorankusu-9a2897530017f1003d15134709cb0a21b07702d5.tar.xz
all: update dependencies
This include updating the git submodule on pakakeh.ts.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 7 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index c8fff3f..c207cfa 100644
--- a/go.mod
+++ b/go.mod
@@ -3,15 +3,13 @@
module git.sr.ht/~shulhan/gorankusu
-go 1.22
-
-toolchain go1.23.0
+go 1.22.0
require (
- git.sr.ht/~shulhan/ciigo v0.13.2
- git.sr.ht/~shulhan/pakakeh.go v0.57.0
+ git.sr.ht/~shulhan/ciigo v0.14.0
+ git.sr.ht/~shulhan/pakakeh.go v0.58.0
github.com/tsenart/vegeta/v12 v12.12.0
- golang.org/x/tools v0.24.0
+ golang.org/x/tools v0.26.0
)
require (
@@ -24,11 +22,10 @@ require (
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
- golang.org/x/mod v0.20.0 // indirect
- golang.org/x/net v0.29.0 // indirect
+ golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
- golang.org/x/sys v0.25.0 // indirect
- golang.org/x/text v0.18.0 // indirect
+ golang.org/x/sys v0.26.0 // indirect
+ golang.org/x/text v0.19.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)