File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module golang-template
2
2
3
3
go 1.20
4
4
5
- require github.com/gofiber/fiber/v2 v2.51.0
5
+ require github.com/gofiber/fiber/v2 v2.52.5
6
6
7
7
require (
8
8
github.com/andybalholm/brotli v1.0.6 // indirect
9
- github.com/google/uuid v1.4 .0 // indirect
9
+ github.com/google/uuid v1.5 .0 // indirect
10
10
github.com/klauspost/compress v1.17.3 // indirect
11
11
github.com/mattn/go-colorable v0.1.13 // indirect
12
12
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -15,5 +15,5 @@ require (
15
15
github.com/valyala/bytebufferpool v1.0.0 // indirect
16
16
github.com/valyala/fasthttp v1.51.0 // indirect
17
17
github.com/valyala/tcplisten v1.0.0 // indirect
18
- golang.org/x/sys v0.14 .0 // indirect
18
+ golang.org/x/sys v0.15 .0 // indirect
19
19
)
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ github.com/andybalholm/brotli v1.0.6 h1:Yf9fFpf49Zrxb9NlQaluyE92/+X7UVHlhMNJN2sx
2
2
github.com/andybalholm/brotli v1.0.6 /go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig =
3
3
github.com/gofiber/fiber/v2 v2.51.0 h1:JNACcZy5e2tGApWB2QrRpenTWn0fq0hkFm6k0C86gKQ =
4
4
github.com/gofiber/fiber/v2 v2.51.0 /go.mod h1:xaQRZQJGqnKOQnbQw+ltvku3/h8QxvNi8o6JiJ7Ll0U =
5
+ github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yGMo =
6
+ github.com/gofiber/fiber/v2 v2.52.5 /go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ =
5
7
github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4 =
6
8
github.com/google/uuid v1.4.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
9
+ github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU =
10
+ github.com/google/uuid v1.5.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
7
11
github.com/klauspost/compress v1.17.3 h1:qkRjuerhUU1EmXLYGkSH6EZL+vPSxIrYjLNAK4slzwA =
8
12
github.com/klauspost/compress v1.17.3 /go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM =
9
13
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
@@ -25,3 +29,5 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc
25
29
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
26
30
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q =
27
31
golang.org/x/sys v0.14.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
32
+ golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
33
+ golang.org/x/sys v0.15.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments