Cli get repo from git remote (#3830)

This commit is contained in:
Anbraten
2024-06-25 00:39:18 +02:00
committed by GitHub
parent d6aa870d08
commit e9e512bcdd
3 changed files with 49 additions and 0 deletions

1
go.mod
View File

@@ -27,6 +27,7 @@ require (
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
github.com/fsnotify/fsnotify v1.7.0
github.com/gin-gonic/gin v1.10.0
github.com/gitsight/go-vcsurl v1.0.1
github.com/go-ap/httpsig v0.0.0-20221203064646-3647b4d88fdf
github.com/go-sql-driver/mysql v1.8.1
github.com/golang-jwt/jwt/v5 v5.2.1