2022-02-14 07:35:02 +00:00
|
|
|
module github.com/TeamPiped/instances-api/v2
|
|
|
|
|
2023-08-27 14:50:06 +00:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.21.0
|
2022-02-14 07:35:02 +00:00
|
|
|
|
2022-12-20 10:03:08 +00:00
|
|
|
require (
|
2023-10-16 13:11:00 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.50.0
|
2023-08-20 19:04:25 +00:00
|
|
|
github.com/google/go-github/v54 v54.0.0
|
2022-12-20 10:03:08 +00:00
|
|
|
)
|
2022-02-14 07:35:02 +00:00
|
|
|
|
2022-02-22 14:13:23 +00:00
|
|
|
require (
|
2023-03-17 20:08:18 +00:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
|
2023-06-19 15:49:48 +00:00
|
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
2023-07-05 21:57:03 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2023-08-27 14:50:06 +00:00
|
|
|
github.com/google/uuid v1.3.1 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-06-19 09:11:57 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-08-27 14:50:06 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2022-12-06 00:25:55 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-10-06 11:16:15 +00:00
|
|
|
golang.org/x/net v0.16.0 // indirect
|
2022-02-22 14:13:23 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-07-05 21:57:03 +00:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2022-02-22 14:13:23 +00:00
|
|
|
)
|
|
|
|
|
2022-02-14 07:35:02 +00:00
|
|
|
require (
|
2023-03-24 22:59:31 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2022-02-22 14:13:23 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-08-27 14:50:06 +00:00
|
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-10-16 13:11:00 +00:00
|
|
|
github.com/valyala/fasthttp v1.50.0 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2023-10-06 11:16:15 +00:00
|
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.13.0
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2022-02-14 07:35:02 +00:00
|
|
|
)
|