Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created February 16, 2021 05:13
Show Gist options
  • Select an option

  • Save mr-pascal/efa7248c94ecfa6da31d92edf5d150b8 to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/efa7248c94ecfa6da31d92edf5d150b8 to your computer and use it in GitHub Desktop.
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