diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-09 13:09:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-09 13:09:15 +0700 |
| commit | 98c83f1b87672edd114397c5602de71ca94207dd (patch) | |
| tree | e221485a1c71b056b64ca91e917d76ef79f908ae /go.mod | |
| parent | 3714f15bf29cfb79c3623784e391a7a4854f6815 (diff) | |
| download | ciigo-98c83f1b87672edd114397c5602de71ca94207dd.tar.xz | |
go.mod: update all dependencies
This update affect the test on onGet, where request to directory that
does not end with slash will be redirected with status code 301 (Moved
Permanently) instead of 302 (Found).
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -3,24 +3,24 @@ module git.sr.ht/~shulhan/ciigo -go 1.24.0 +go 1.25.0 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d - git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 - github.com/yuin/goldmark v1.7.13 + git.sr.ht/~shulhan/asciidoctor-go v0.7.3 + git.sr.ht/~shulhan/pakakeh.go v0.61.0 + github.com/yuin/goldmark v1.7.16 github.com/yuin/goldmark-meta v1.1.0 ) require ( github.com/kr/pretty v0.3.1 // indirect github.com/rogpeppe/go-internal v1.11.0 // 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/exp v0.0.0-20260112195511-716be5621a96 // indirect + golang.org/x/mod v0.32.0 // indirect + golang.org/x/net v0.49.0 // indirect golang.org/x/sync v0.19.0 // indirect - golang.org/x/sys v0.39.0 // indirect - golang.org/x/tools v0.40.0 // indirect + golang.org/x/sys v0.41.0 // indirect + golang.org/x/tools v0.41.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
