File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1- 0.3.937
1+ 0.3.938
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ toolchain go1.24.4
77require (
88 github.com/a-h/kv v0.0.0-20250429164327-e923751a9968
99 github.com/a-h/templ v0.3.924
10- github.com/gorilla/schema v1.3.0
10+ github.com/gorilla/csrf v1.7.3
11+ github.com/gorilla/schema v1.4.1
12+ github.com/segmentio/ksuid v1.0.4
1113 zombiezen.com/go/sqlite v1.4.2
1214)
1315
1416require (
1517 github.com/dustin/go-humanize v1.0.1 // indirect
1618 github.com/google/uuid v1.6.0 // indirect
17- github.com/gorilla/csrf v1.7.3 // indirect
1819 github.com/gorilla/securecookie v1.1.2 // indirect
1920 github.com/mattn/go-isatty v0.0.20 // indirect
2021 github.com/ncruces/go-strftime v0.1.9 // indirect
2122 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
22- github.com/segmentio/ksuid v1.0.4 // indirect
2323 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
2424 golang.org/x/sys v0.34.0 // indirect
2525 modernc.org/libc v1.65.7 // indirect
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
44github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
55github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
66github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
7+ github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0 =
8+ github.com/google/gofuzz v1.2.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
79github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
810github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
911github.com/gorilla/csrf v1.7.3 h1:BHWt6FTLZAb2HtWT5KDBf6qgpZzvtbp9QWDRKZMXJC0 =
1012github.com/gorilla/csrf v1.7.3 /go.mod h1:F1Fj3KG23WYHE6gozCmBAezKookxbIvUJT+121wTuLk =
11- github.com/gorilla/schema v1.3.0 h1:rbciOzXAx3IB8stEFnfTwO3sYa6EWlQk79XdyustPDA =
12- github.com/gorilla/schema v1.3.0 /go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM =
13+ github.com/gorilla/schema v1.4.1 h1:jUg5hUjCSDZpNGLuXQOgIWGdlgrIdYvgQ0wZtdK1M3E =
14+ github.com/gorilla/schema v1.4.1 /go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM =
1315github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA =
1416github.com/gorilla/securecookie v1.1.2 /go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo =
1517github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
You can’t perform that action at this time.
0 commit comments