This repository was archived by the owner on Mar 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55# Force the following filetypes to have unix eols, so Windows does not break them
66* . * text eol =lf
7+ LICENSE text eol =lf
78
89# Windows forced line-endings
910/.idea /* text eol =crlf
3031* .ttf binary
3132* .eot binary
3233* .woff binary
34+ * .woff2 binary
3335* .pyc binary
3436* .pdf binary
3537* .ez binary
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99
1010require (
1111 github.com/andybalholm/brotli v1.0.6 // indirect
12- github.com/klauspost/compress v1.17.3 // indirect
12+ github.com/klauspost/compress v1.17.4 // indirect
1313 github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
1414 github.com/valyala/bytebufferpool v1.0.0 // indirect
1515 github.com/valyala/tcplisten v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sx
22github.com/andybalholm/brotli v1.0.6 /go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig =
33github.com/fasthttp/router v1.4.22 h1:qwWcYBbndVDwts4dKaz+A2ehsnbKilmiP6pUhXBfYKo =
44github.com/fasthttp/router v1.4.22 /go.mod h1:KeMvHLqhlB9vyDWD5TSvTccl9qeWrjSSiTJrJALHKV0 =
5- github.com/klauspost/compress v1.17.3 h1:qkRjuerhUU1EmXLYGkSH6EZL+vPSxIrYjLNAK4slzwA =
6- github.com/klauspost/compress v1.17.3 /go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM =
5+ github.com/klauspost/compress v1.17.4 h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4 =
6+ github.com/klauspost/compress v1.17.4 /go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM =
77github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee h1:8Iv5m6xEo1NR1AvpV+7XmhI4r39LGNzwUL4YpMuL5vk =
88github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee /go.mod h1:qwtSXrKuJh/zsFQ12yEE89xfCrGKK63Rr7ctU/uCo4g =
99github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
You can’t perform that action at this time.
0 commit comments