aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2025-08-26 15:31:16 +0530
committerPriyansh <[email protected]>2025-08-26 15:31:16 +0530
commit2b42c3666467a26043e92982cf4fa0eb11280c70 (patch)
tree906efabe7a477339ffda56344120afb028760691 /go.mod
parent0c66e0b7dedda5aab5a5848513ccafffdad66d6b (diff)
downloadeda-main.tar.xz
eda-main.zip
github api/graphql integration w/ partialsHEADmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b34e826..fc75fce 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,10 @@ go 1.24.5
require (
github.com/gofiber/fiber/v2 v2.52.9
github.com/gofiber/template/django/v3 v3.1.14
+ github.com/google/go-github/v74 v74.0.0
github.com/joho/godotenv v1.5.1
+ github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
+ golang.org/x/oauth2 v0.30.0
)
require (
@@ -13,12 +16,14 @@ require (
github.com/flosch/pongo2/v6 v6.0.0 // indirect
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/utils v1.1.0 // indirect
+ github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
+ github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect