💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 3de8078564158de7339605a267… captured on 2023-09-08 at 16:30:44. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 module gemigit
1
2 go 1.13
3
4 require (
5 github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
6 github.com/gabriel-vasile/mimetype v1.4.0
7 github.com/go-git/go-git/v5 v5.6.1
8 github.com/go-ldap/ldap/v3 v3.4.4
9 github.com/go-sql-driver/mysql v1.7.1
10 github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect
11 github.com/kkyr/fig v0.3.1
12 github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
13 github.com/mattn/go-sqlite3 v1.14.16
14 github.com/mitchellh/go-homedir v1.1.0 // indirect
15 github.com/nulab/go-git-http-xfer v1.4.0
16 github.com/pitr/gig v0.9.8
17 github.com/pquerna/otp v1.4.0
18 github.com/stretchr/objx v0.1.1 // indirect
19 golang.org/x/crypto v0.8.0
20 golang.org/x/term v0.7.0 // indirect
21 gopkg.in/yaml.v2 v2.4.0 // indirect
22 modernc.org/sqlite v1.22.0
23 )
24