Created
February 16, 2021 05:13
-
-
Save mr-pascal/efa7248c94ecfa6da31d92edf5d150b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module medium_go_fiber_swagger | |
| go 1.15 | |
| require ( | |
| github.com/andybalholm/brotli v1.0.1 // indirect | |
| github.com/gofiber/fiber/v2 v2.5.0 // indirect | |
| github.com/klauspost/compress v1.11.7 // indirect | |
| github.com/valyala/fasthttp v1.20.0 // indirect | |
| golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment