💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 73eeb3e71f25c0b8eb816607a8… captured on 2023-04-19 at 23:34:40. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 module gemigit
1
2 go 1.13
3
4 require (
5 github.com/gabriel-vasile/mimetype v1.4.0
6 github.com/go-git/go-git/v5 v5.4.2
7 github.com/go-ldap/ldap/v3 v3.4.4
8 github.com/go-sql-driver/mysql v1.6.0
9 github.com/kkyr/fig v0.3.0
10 github.com/mattn/go-sqlite3 v1.14.13
11 github.com/nulab/go-git-http-xfer v1.4.0
12 github.com/pitr/gig v0.9.8
13 github.com/pquerna/otp v1.4.0
14 golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
15 modernc.org/sqlite v1.17.3
16 )
17