Skip to content

Commit 70af26b

Browse files
committed
chore: bump dependencies
1 parent 9490baa commit 70af26b

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.937
1+
0.3.938

examples/crud/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ toolchain go1.24.4
77
require (
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

1416
require (
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

examples/crud/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
44
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
55
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
66
github.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=
79
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
810
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
911
github.com/gorilla/csrf v1.7.3 h1:BHWt6FTLZAb2HtWT5KDBf6qgpZzvtbp9QWDRKZMXJC0=
1012
github.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=
1315
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=
1416
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
1517
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)