Skip to content

Commit b2b924e

Browse files
committed
Fix: set fiber to direct dependency
1 parent 91ada92 commit b2b924e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module github.com/ThomasBoom89/simple-http-message-queue
22

33
go 1.22
44

5+
require github.com/gofiber/fiber/v2 v2.52.4
6+
57
require (
68
github.com/andybalholm/brotli v1.0.5 // indirect
7-
github.com/gofiber/fiber/v2 v2.52.4 // indirect
89
github.com/google/uuid v1.5.0 // indirect
910
github.com/klauspost/compress v1.17.0 // indirect
1011
github.com/mattn/go-colorable v0.1.13 // indirect

0 commit comments

Comments
 (0)