💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 91c96bdab5edc8ebed80544a36… captured on 2023-04-26 at 13:22:54. 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/kkyr/fig v0.3.1
11 github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
12 github.com/mattn/go-sqlite3 v1.14.16
13 github.com/mitchellh/go-homedir v1.1.0 // indirect
14 github.com/nulab/go-git-http-xfer v1.4.0
15 github.com/pitr/gig v0.9.8
16 github.com/pquerna/otp v1.4.0
17 github.com/stretchr/objx v0.1.1 // indirect
18 golang.org/x/crypto v0.8.0
19 gopkg.in/yaml.v2 v2.4.0 // indirect
20 modernc.org/sqlite v1.22.0
21 )
22