@@ -3,35 +3,35 @@ module github.com/gruntwork-io/git-xargs
3
3
go 1.21
4
4
5
5
require (
6
- github.com/go-git/go-git/v5 v5.6.1
6
+ github.com/go-git/go-git/v5 v5.13.0
7
7
github.com/google/go-github/v43 v43.0.0
8
8
github.com/gruntwork-io/go-commons v0.8.2
9
9
github.com/pterm/pterm v0.12.42
10
- github.com/sirupsen/logrus v1.7 .0
11
- github.com/stretchr/testify v1.7 .0
10
+ github.com/sirupsen/logrus v1.9 .0
11
+ github.com/stretchr/testify v1.10 .0
12
12
github.com/urfave/cli v1.22.5
13
13
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
14
14
)
15
15
16
16
require (
17
17
atomicgo.dev/cursor v0.1.1 // indirect
18
18
atomicgo.dev/keyboard v0.2.8 // indirect
19
- github.com/Microsoft/go-winio v0.5.2 // indirect
20
- github.com/ProtonMail /go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
21
- github.com/acomagu/bufpipe v1.0.4 // indirect
22
- github.com/cloudflare/circl v1.1.0 // indirect
19
+ dario.cat/mergo v1.0.0 // indirect
20
+ github.com/Microsoft /go-winio v0.6.1 // indirect
21
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
22
+ github.com/cloudflare/circl v1.3.7 // indirect
23
23
github.com/containerd/console v1.0.3 // indirect
24
24
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
25
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
25
26
github.com/davecgh/go-spew v1.1.1 // indirect
26
27
github.com/emirpasic/gods v1.18.1 // indirect
27
28
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
28
- github.com/go-git/gcfg v1.5.0 // indirect
29
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
29
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
30
+ github.com/go-git/go-billy/v5 v5.6.0 // indirect
31
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
30
32
github.com/golang/protobuf v1.4.3 // indirect
31
- github.com/google/go-cmp v0.6.0 // indirect
32
33
github.com/google/go-querystring v1.1.0 // indirect
33
34
github.com/gookit/color v1.5.0 // indirect
34
- github.com/imdario/mergo v0.3.13 // indirect
35
35
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
36
36
github.com/kevinburke/ssh_config v1.2.0 // indirect
37
37
github.com/lithammer/fuzzysearch v1.1.5 // indirect
@@ -40,18 +40,21 @@ require (
40
40
github.com/pmezard/go-difflib v1.0.0 // indirect
41
41
github.com/rivo/uniseg v0.2.0 // indirect
42
42
github.com/russross/blackfriday/v2 v2.0.1 // indirect
43
- github.com/sergi/go-diff v1.2.0 // indirect
43
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
44
44
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
45
- github.com/skeema/knownhosts v1.1 .0 // indirect
45
+ github.com/skeema/knownhosts v1.3 .0 // indirect
46
46
github.com/xanzy/ssh-agent v0.3.3 // indirect
47
47
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
48
48
golang.org/x/crypto v0.32.0 // indirect
49
+ golang.org/x/mod v0.17.0 // indirect
49
50
golang.org/x/net v0.34.0 // indirect
51
+ golang.org/x/sync v0.10.0 // indirect
50
52
golang.org/x/sys v0.29.0 // indirect
51
53
golang.org/x/term v0.28.0 // indirect
52
54
golang.org/x/text v0.21.0 // indirect
55
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
53
56
google.golang.org/appengine v1.6.7 // indirect
54
57
google.golang.org/protobuf v1.25.0 // indirect
55
58
gopkg.in/warnings.v0 v0.1.2 // indirect
56
- gopkg.in/yaml.v3 v3.0.0 // indirect
59
+ gopkg.in/yaml.v3 v3.0.1 // indirect
57
60
)
0 commit comments