We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ada92 commit b2b924eCopy full SHA for b2b924e
go.mod
@@ -2,9 +2,10 @@ module github.com/ThomasBoom89/simple-http-message-queue
2
3
go 1.22
4
5
+require github.com/gofiber/fiber/v2 v2.52.4
6
+
7
require (
8
github.com/andybalholm/brotli v1.0.5 // indirect
- github.com/gofiber/fiber/v2 v2.52.4 // indirect
9
github.com/google/uuid v1.5.0 // indirect
10
github.com/klauspost/compress v1.17.0 // indirect
11
github.com/mattn/go-colorable v0.1.13 // indirect
0 commit comments