2022-02-14 07:35:02 +00:00
|
|
|
module github.com/TeamPiped/instances-api/v2
|
|
|
|
|
2022-12-06 00:08:57 +00:00
|
|
|
go 1.19
|
2022-02-14 07:35:02 +00:00
|
|
|
|
2022-12-06 00:25:55 +00:00
|
|
|
require github.com/gofiber/fiber/v2 v2.40.1
|
2022-02-14 07:35:02 +00:00
|
|
|
|
2022-02-22 14:13:23 +00:00
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
|
2022-02-22 14:13:23 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
)
|
|
|
|
|
2022-02-14 07:35:02 +00:00
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/google/go-github/v42 v42.0.0
|
2022-02-22 14:13:23 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/valyala/fasthttp v1.41.0 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
2022-02-22 14:13:23 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
2022-12-06 00:25:55 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
)
|