mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-08-14 23:57:19 +00:00
15 lines
430 B
Modula-2
15 lines
430 B
Modula-2
|
module github.com/TeamPiped/instances-api/v2
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require github.com/gofiber/fiber/v2 v2.26.0
|
||
|
|
||
|
require (
|
||
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
||
|
github.com/klauspost/compress v1.14.2 // indirect
|
||
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||
|
github.com/valyala/fasthttp v1.33.0 // indirect
|
||
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
||
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
||
|
)
|