Skip to content

Commit 21fb99f

Browse files
build(deps): bump github.com/gorilla/csrf from 1.7.3-0.20250123201450-9dd6af1f6d30 to 1.7.3 (#174)
* build(deps): bump github.com/gorilla/csrf Bumps [github.com/gorilla/csrf](https://github.com/gorilla/csrf) from 1.7.3-0.20250123201450-9dd6af1f6d30 to 1.7.3. - [Release notes](https://github.com/gorilla/csrf/releases) - [Commits](https://github.com/gorilla/csrf/commits/v1.7.3) --- updated-dependencies: - dependency-name: github.com/gorilla/csrf dependency-version: 1.7.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * update vendor hash Signed-off-by: Mike O'Driscoll <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Mike O'Driscoll <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike O'Driscoll <[email protected]>
1 parent 01e50cc commit 21fb99f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"-X tailscale.com/version.longStamp=${tsVersion}"
4040
"-X tailscale.com/version.shortStamp=${tsVersion}"
4141
];
42-
vendorHash = "sha256-kbr6LUI7wJPxn2OC5T9Il2krg91PeVDySh7axvl2kRQ="; # SHA based on vendoring go.mod
42+
vendorHash = "sha256-RqKsIgwkCbIMQdCKtSHqW9eiZuNcZLCYeXFhPbgxjEU="; # SHA based on vendoring go.mod
4343
};
4444
});
4545

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/google/btree v1.1.2 // indirect
4141
github.com/google/nftables v0.2.1-0.20240414091927-5e242ec57806 // indirect
4242
github.com/google/uuid v1.6.0 // indirect
43-
github.com/gorilla/csrf v1.7.3-0.20250123201450-9dd6af1f6d30 // indirect
43+
github.com/gorilla/csrf v1.7.3 // indirect
4444
github.com/gorilla/securecookie v1.1.2 // indirect
4545
github.com/hdevalence/ed25519consensus v0.2.0 // indirect
4646
github.com/illarion/gonotify/v3 v3.0.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ github.com/google/nftables v0.2.1-0.20240414091927-5e242ec57806 h1:wG8RYIyctLhdF
8585
github.com/google/nftables v0.2.1-0.20240414091927-5e242ec57806/go.mod h1:Beg6V6zZ3oEn0JuiUQ4wqwuyqqzasOltcoXPtgLbFp4=
8686
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
8787
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
88-
github.com/gorilla/csrf v1.7.3-0.20250123201450-9dd6af1f6d30 h1:fiJdrgVBkjZ5B1HJ2WQwNOaXB+QyYcNXTA3t1XYLz0M=
89-
github.com/gorilla/csrf v1.7.3-0.20250123201450-9dd6af1f6d30/go.mod h1:F1Fj3KG23WYHE6gozCmBAezKookxbIvUJT+121wTuLk=
88+
github.com/gorilla/csrf v1.7.3 h1:BHWt6FTLZAb2HtWT5KDBf6qgpZzvtbp9QWDRKZMXJC0=
89+
github.com/gorilla/csrf v1.7.3/go.mod h1:F1Fj3KG23WYHE6gozCmBAezKookxbIvUJT+121wTuLk=
9090
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=
9191
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
9292
github.com/hdevalence/ed25519consensus v0.2.0 h1:37ICyZqdyj0lAZ8P4D1d1id3HqbbG1N3iBb1Tb4rdcU=

0 commit comments

Comments
 (0)