diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-04 12:43:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-04 14:00:13 +0700 |
| commit | a75f83a70583f3b3c80af05e83c6665e2a89cdd6 (patch) | |
| tree | d5f206af65e658a2f5b15795a6c423fd473ea651 /go.mod | |
| parent | 6faa2096cd2b13b8d5b16a4d9940777ea4dc3d03 (diff) | |
| download | gorankusu-a75f83a70583f3b3c80af05e83c6665e2a89cdd6.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -3,13 +3,15 @@ module git.sr.ht/~shulhan/gorankusu -go 1.21 +go 1.22 + +toolchain go1.23.0 require ( - git.sr.ht/~shulhan/ciigo v0.13.0 - git.sr.ht/~shulhan/pakakeh.go v0.55.1-0.20240608161152-274ef1036f8a - github.com/tsenart/vegeta/v12 v12.11.1 - golang.org/x/tools v0.22.0 + git.sr.ht/~shulhan/ciigo v0.13.1 + git.sr.ht/~shulhan/pakakeh.go v0.57.0 + github.com/tsenart/vegeta/v12 v12.12.0 + golang.org/x/tools v0.23.0 ) require ( @@ -20,12 +22,12 @@ require ( github.com/mailru/easyjson v0.7.7 // 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.1 // indirect + github.com/yuin/goldmark v1.7.4 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/net v0.26.0 // indirect - golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.21.0 // indirect - golang.org/x/text v0.16.0 // indirect + golang.org/x/net v0.28.0 // indirect + golang.org/x/sync v0.8.0 // indirect + golang.org/x/sys v0.24.0 // indirect + golang.org/x/text v0.17.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
