Spaces:
Running
Running
| module github.com/yourusername/repo-diagram/backend | |
| go 1.21 | |
| require ( | |
| github.com/gin-gonic/gin v1.9.1 | |
| github.com/go-git/go-git/v5 v5.4.2 | |
| github.com/google/go-github/v55 v55.0.0 | |
| github.com/joho/godotenv v1.4.0 | |
| github.com/robfig/cron/v3 v3.0.1 | |
| github.com/sirupsen/logrus v1.9.3 | |
| golang.org/x/oauth2 v0.11.0 | |
| gopkg.in/yaml.v3 v3.0.1 | |
| ) |