2022-02-14 13:05:02 +05:30
|
|
|
module github.com/TeamPiped/instances-api/v2
|
|
|
|
|
2022-12-06 05:38:57 +05:30
|
|
|
go 1.19
|
2022-02-14 13:05:02 +05:30
|
|
|
|
2022-12-20 15:33:08 +05:30
|
|
|
require (
|
2023-02-03 20:56:12 +05:30
|
|
|
github.com/gofiber/fiber/v2 v2.42.0
|
2023-01-27 06:03:44 +05:30
|
|
|
github.com/google/go-github/v50 v50.0.0
|
2022-12-20 15:33:08 +05:30
|
|
|
)
|
2022-02-14 13:05:02 +05:30
|
|
|
|
2022-02-22 19:43:23 +05:30
|
|
|
require (
|
2022-12-06 08:27:04 +05:30
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-02-03 20:56:12 +05:30
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-01-03 23:11:41 +05:30
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2023-02-03 20:56:12 +05:30
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-02-03 20:56:12 +05:30
|
|
|
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
|
|
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
2023-02-09 05:06:18 +05:30
|
|
|
golang.org/x/net v0.6.0 // indirect
|
2022-02-22 19:43:23 +05:30
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-12-06 08:27:04 +05:30
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2022-02-22 19:43:23 +05:30
|
|
|
)
|
|
|
|
|
2022-02-14 13:05:02 +05:30
|
|
|
require (
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2022-02-22 19:43:23 +05:30
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
2022-02-14 13:05:02 +05:30
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-02-03 20:56:12 +05:30
|
|
|
github.com/valyala/fasthttp v1.44.0 // indirect
|
2022-02-14 13:05:02 +05:30
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2022-12-06 05:55:55 +05:30
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
2023-02-09 05:06:18 +05:30
|
|
|
golang.org/x/oauth2 v0.5.0
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
2022-02-14 13:05:02 +05:30
|
|
|
)
|