forked from go-git/go-git
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
42 lines (39 loc) · 1.53 KB
/
Copy pathgo.mod
File metadata and controls
42 lines (39 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
modulegithub.com/go-git/go-git/v5
// go-git supports the last 3 stable Go versions.
go1.19
require (
dario.cat/mergov1.0.0
github.com/ProtonMail/go-cryptov0.0.0-20230828082145-3c4c8a2d2371
github.com/armon/go-socks5v0.0.0-20160902184237-e75332964ef5
github.com/elazarl/goproxyv0.0.0-20230808193330-2592e75ae04a
github.com/emirpasic/godsv1.18.1
github.com/gliderlabs/sshv0.3.5
github.com/go-git/gcfgv1.5.1-0.20230307220236-3a3c6141e376
github.com/go-git/go-billy/v5v5.5.0
github.com/go-git/go-git-fixtures/v4v4.3.2-0.20231010084843-55a94097c399
github.com/golang/groupcachev0.0.0-20210331224755-41bb18bfe9da
github.com/google/go-cmpv0.6.0
github.com/jbenet/go-contextv0.0.0-20150711004518-d14ea06fba99
github.com/kevinburke/ssh_configv1.2.0
github.com/pjbgf/sha1cdv0.3.0
github.com/sergi/go-diffv1.1.0
github.com/skeema/knownhostsv1.2.1
github.com/xanzy/ssh-agentv0.3.3
golang.org/x/cryptov0.16.0
golang.org/x/netv0.19.0
golang.org/x/sysv0.15.0
golang.org/x/textv0.14.0
gopkg.in/check.v1v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/Microsoft/go-winiov0.6.1// indirect
github.com/anmitsu/go-shlexv0.0.0-20200514113438-38f4b401e2be// indirect
github.com/cloudflare/circlv1.3.3// indirect
github.com/cyphar/filepath-securejoinv0.2.4// indirect
github.com/kr/prettyv0.3.1// indirect
github.com/kr/textv0.2.0// indirect
github.com/rogpeppe/go-internalv1.11.0// indirect
golang.org/x/modv0.12.0// indirect
golang.org/x/toolsv0.13.0// indirect
gopkg.in/warnings.v0v0.1.2// indirect
)