@@ -11,7 +11,7 @@ require (
11
11
github.com/arduino/go-paths-helper v1.12.1
12
12
github.com/arduino/go-properties-orderedmap v1.8.1
13
13
github.com/client9/misspell v0.3.4
14
- github.com/go-git/go-git/v5 v5.12.0
14
+ github.com/go-git/go-git/v5 v5.13.2
15
15
github.com/olekukonko/tablewriter v0.0.5
16
16
github.com/ory/jsonschema/v3 v3.0.4
17
17
github.com/sirupsen/logrus v1.9.3
@@ -27,20 +27,20 @@ require (
27
27
dario.cat/mergo v1.0.0 // indirect
28
28
github.com/Microsoft/go-winio v0.6.1 // indirect
29
29
github.com/OneOfOne/xxhash v1.2.8 // indirect
30
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
30
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
31
31
github.com/arduino/go-win32-utils v1.0.0 // indirect
32
32
github.com/cespare/xxhash v1.1.0 // indirect
33
33
github.com/cloudflare/circl v1.3.7 // indirect
34
34
github.com/cmaglie/pb v1.0.27 // indirect
35
35
github.com/codeclysm/extract/v4 v4.0.0 // indirect
36
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
36
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
37
37
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
38
github.com/dgraph-io/ristretto v0.0.3 // indirect
39
39
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
40
40
github.com/emirpasic/gods v1.18.1 // indirect
41
41
github.com/fsnotify/fsnotify v1.6.0 // indirect
42
42
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
43
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
43
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
44
44
github.com/go-logr/logr v1.2.4 // indirect
45
45
github.com/go-logr/stdr v1.2.2 // indirect
46
46
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
@@ -68,15 +68,15 @@ require (
68
68
github.com/pborman/uuid v1.2.1 // indirect
69
69
github.com/pelletier/go-toml v1.9.4 // indirect
70
70
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
71
- github.com/pjbgf/sha1cd v0.3.0 // indirect
71
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
72
72
github.com/pkg/errors v0.9.1 // indirect
73
73
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
74
74
github.com/rivo/uniseg v0.4.4 // indirect
75
75
github.com/sagikazarmark/locafero v0.3.0 // indirect
76
76
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
77
77
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
78
78
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
79
- github.com/skeema/knownhosts v1.2.2 // indirect
79
+ github.com/skeema/knownhosts v1.3.0 // indirect
80
80
github.com/sourcegraph/conc v0.3.0 // indirect
81
81
github.com/spaolacci/murmur3 v1.1.0 // indirect
82
82
github.com/spf13/afero v1.10.0 // indirect
@@ -95,13 +95,13 @@ require (
95
95
go.opentelemetry.io/otel/trace v1.18.0 // indirect
96
96
go.uber.org/atomic v1.9.0 // indirect
97
97
go.uber.org/multierr v1.9.0 // indirect
98
- golang.org/x/crypto v0.31 .0 // indirect
98
+ golang.org/x/crypto v0.32 .0 // indirect
99
99
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
100
100
golang.org/x/mod v0.21.0 // indirect
101
- golang.org/x/net v0.33 .0 // indirect
101
+ golang.org/x/net v0.34 .0 // indirect
102
102
golang.org/x/sync v0.10.0 // indirect
103
- golang.org/x/sys v0.28 .0 // indirect
104
- golang.org/x/term v0.27 .0 // indirect
103
+ golang.org/x/sys v0.29 .0 // indirect
104
+ golang.org/x/term v0.28 .0 // indirect
105
105
golang.org/x/text v0.21.0 // indirect
106
106
golang.org/x/tools v0.25.0 // indirect
107
107
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
0 commit comments