File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/coder/coder/v2
2
2
3
3
go 1.24.1
4
-
5
4
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
5
// None of our dependencies seem to use the registries anyways, so this
7
6
// should be fine...
@@ -119,7 +118,7 @@ require (
119
118
github.com/go-chi/render v1.0.1
120
119
github.com/go-jose/go-jose/v4 v4.0.5
121
120
github.com/go-logr/logr v1.4.2
122
- github.com/go-playground/validator/v10 v10.25 .0
121
+ github.com/go-playground/validator/v10 v10.26 .0
123
122
github.com/gofrs/flock v0.12.0
124
123
github.com/gohugoio/hugo v0.143.0
125
124
github.com/golang-jwt/jwt/v4 v4.5.2
Original file line number Diff line number Diff line change @@ -408,8 +408,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
408
408
github.com/go-playground/locales v0.14.1 /go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY =
409
409
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY =
410
410
github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
411
- github.com/go-playground/validator/v10 v10.25 .0 h1:5Dh7cjvzR7BRZadnsVOzPhWsrwUr0nmsZJxEAnFLNO8 =
412
- github.com/go-playground/validator/v10 v10.25 .0 /go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus =
411
+ github.com/go-playground/validator/v10 v10.26 .0 h1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc/iMaVtFbr3Sw2k =
412
+ github.com/go-playground/validator/v10 v10.26 .0 /go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo =
413
413
github.com/go-sourcemap/sourcemap v2.1.3+incompatible h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU =
414
414
github.com/go-sourcemap/sourcemap v2.1.3+incompatible /go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg =
415
415
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y =
You can’t perform that action at this time.
0 commit comments