Skip to content

Commit 66b90e7

Browse files
committed
fix: downgrade gorilla/csrf temporarily
1.7.3 broke everything
1 parent 2cbcfa9 commit 66b90e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/chromad/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/alecthomas/chroma/v2 v2.17.0
99
github.com/alecthomas/kong v1.10.0
1010
github.com/alecthomas/kong-hcl v1.0.1
11-
github.com/gorilla/csrf v1.7.3
11+
github.com/gorilla/csrf v1.7.2
1212
github.com/gorilla/handlers v1.5.2
1313
github.com/gorilla/mux v1.8.1
1414
)

0 commit comments

Comments
 (0)