💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › 81bb88d258853792c290b41e8c… captured on 2024-02-05 at 09:48:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

-=-=-=-=-=-=-

Go Back

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/gliderlabs/ssh v0.3.5 // indirect

8 github.com/go-git/go-git/v5 v5.6.1

9 github.com/go-ldap/ldap/v3 v3.4.4

10 github.com/go-sql-driver/mysql v1.7.1

11 github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12 // indirect

12 github.com/kkyr/fig v0.3.1

13 github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect

14 github.com/mattn/go-sqlite3 v1.14.16

15 github.com/mitchellh/go-homedir v1.1.0 // indirect

16 github.com/nulab/go-git-http-xfer v1.4.0

17 github.com/pitr/gig v0.9.8

18 github.com/pquerna/otp v1.4.0

19 github.com/stretchr/objx v0.1.1 // indirect

20 golang.org/x/crypto v0.8.0

21 golang.org/x/term v0.7.0 // indirect

22 gopkg.in/yaml.v2 v2.4.0 // indirect

23 modernc.org/sqlite v1.22.0

24 )

25