@@ -11,7 +11,7 @@ require (
11
11
github.com/arduino/go-paths-helper v1.9.1
12
12
github.com/arduino/go-properties-orderedmap v1.7.2
13
13
github.com/client9/misspell v0.3.4
14
- github.com/go-git/go-git/v5 v5.6.1
14
+ github.com/go-git/go-git/v5 v5.7.0
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
@@ -26,7 +26,7 @@ require (
26
26
require (
27
27
github.com/Microsoft/go-winio v0.5.2 // indirect
28
28
github.com/OneOfOne/xxhash v1.2.8 // indirect
29
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
29
+ github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
30
30
github.com/acomagu/bufpipe v1.0.4 // indirect
31
31
github.com/cespare/xxhash v1.1.0 // indirect
32
32
github.com/cloudflare/circl v1.3.3 // indirect
@@ -38,14 +38,15 @@ require (
38
38
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
39
39
github.com/emirpasic/gods v1.18.1 // indirect
40
40
github.com/fsnotify/fsnotify v1.5.1 // indirect
41
- github.com/go-git/gcfg v1.5.0 // indirect
41
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
42
42
github.com/go-git/go-billy/v5 v5.4.1 // indirect
43
43
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
44
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
44
45
github.com/golang/protobuf v1.5.2 // indirect
45
46
github.com/google/uuid v1.2.0 // indirect
46
47
github.com/h2non/filetype v1.1.0 // indirect
47
48
github.com/hashicorp/hcl v1.0.0 // indirect
48
- github.com/imdario/mergo v0.3.13 // indirect
49
+ github.com/imdario/mergo v0.3.15 // indirect
49
50
github.com/inconshreveable/mousetrap v1.1.0 // indirect
50
51
github.com/jandelgado/gcov2lcov v1.0.4 // indirect
51
52
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -67,7 +68,7 @@ require (
67
68
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
68
69
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
69
70
github.com/sergi/go-diff v1.1.0 // indirect
70
- github.com/skeema/knownhosts v1.1.0 // indirect
71
+ github.com/skeema/knownhosts v1.1.1 // indirect
71
72
github.com/spaolacci/murmur3 v1.1.0 // indirect
72
73
github.com/spf13/afero v1.6.0 // indirect
73
74
github.com/spf13/cast v1.4.1 // indirect
@@ -83,13 +84,13 @@ require (
83
84
go.opentelemetry.io/otel v0.20.0 // indirect
84
85
go.opentelemetry.io/otel/metric v0.20.0 // indirect
85
86
go.opentelemetry.io/otel/trace v0.20.0 // indirect
86
- golang.org/x/crypto v0.6 .0 // indirect
87
- golang.org/x/mod v0.6 .0 // indirect
88
- golang.org/x/net v0.7 .0 // indirect
89
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
90
- golang.org/x/sys v0.5 .0 // indirect
91
- golang.org/x/text v0.7 .0 // indirect
92
- golang.org/x/tools v0.2 .0 // indirect
87
+ golang.org/x/crypto v0.9 .0 // indirect
88
+ golang.org/x/mod v0.8 .0 // indirect
89
+ golang.org/x/net v0.10 .0 // indirect
90
+ golang.org/x/sync v0.1.0 // indirect
91
+ golang.org/x/sys v0.8 .0 // indirect
92
+ golang.org/x/text v0.9 .0 // indirect
93
+ golang.org/x/tools v0.6 .0 // indirect
93
94
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
94
95
google.golang.org/grpc v1.42.0 // indirect
95
96
google.golang.org/protobuf v1.27.1 // indirect
0 commit comments