@@ -11,7 +11,7 @@ require (
11
11
github.com/arduino/go-paths-helper v1.8.0
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.4.2
14
+ github.com/go-git/go-git/v5 v5.6.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.0
@@ -24,35 +24,34 @@ require (
24
24
)
25
25
26
26
require (
27
- github.com/Microsoft/go-winio v0.4.16 // indirect
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-20210428141323-04723f9f07d7 // indirect
29
+ github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
30
30
github.com/acomagu/bufpipe v1.0.3 // indirect
31
- github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
32
31
github.com/cespare/xxhash v1.1.0 // indirect
32
+ github.com/cloudflare/circl v1.1.0 // indirect
33
33
github.com/cmaglie/go.rice v1.0.3 // indirect
34
34
github.com/codeclysm/extract/v3 v3.0.2 // indirect
35
35
github.com/daaku/go.zipexe v1.0.1 // indirect
36
36
github.com/davecgh/go-spew v1.1.1 // indirect
37
37
github.com/dgraph-io/ristretto v0.0.3 // indirect
38
38
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
39
- github.com/emirpasic/gods v1.12.0 // indirect
39
+ github.com/emirpasic/gods v1.18.1 // indirect
40
40
github.com/fsnotify/fsnotify v1.5.1 // indirect
41
- github.com/gliderlabs/ssh v0.3.1 // indirect
42
41
github.com/go-git/gcfg v1.5.0 // indirect
43
- github.com/go-git/go-billy/v5 v5.3.1 // indirect
42
+ github.com/go-git/go-billy/v5 v5.4.0 // indirect
44
43
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
45
44
github.com/golang/protobuf v1.5.2 // indirect
46
45
github.com/google/uuid v1.2.0 // indirect
47
46
github.com/h2non/filetype v1.1.0 // indirect
48
47
github.com/hashicorp/hcl v1.0.0 // indirect
49
- github.com/imdario/mergo v0.3.12 // indirect
48
+ github.com/imdario/mergo v0.3.13 // indirect
50
49
github.com/inconshreveable/mousetrap v1.0.1 // indirect
51
50
github.com/jandelgado/gcov2lcov v1.0.4 // indirect
52
51
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
53
52
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f // indirect
54
53
github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
55
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
54
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
56
55
github.com/magiconair/properties v1.8.5 // indirect
57
56
github.com/mattn/go-runewidth v0.0.9 // indirect
58
57
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -62,33 +61,35 @@ require (
62
61
github.com/ory/x v0.0.272 // indirect
63
62
github.com/pborman/uuid v1.2.1 // indirect
64
63
github.com/pelletier/go-toml v1.9.4 // indirect
64
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
65
65
github.com/pkg/errors v0.9.1 // indirect
66
66
github.com/pmezard/go-difflib v1.0.0 // indirect
67
67
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
68
68
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
69
69
github.com/sergi/go-diff v1.1.0 // indirect
70
+ github.com/skeema/knownhosts v1.1.0 // indirect
70
71
github.com/spaolacci/murmur3 v1.1.0 // indirect
71
72
github.com/spf13/afero v1.6.0 // indirect
72
73
github.com/spf13/cast v1.4.1 // indirect
73
74
github.com/spf13/jwalterweatherman v1.1.0 // indirect
74
75
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
75
76
github.com/src-d/gcfg v1.4.0 // indirect
76
77
github.com/subosito/gotenv v1.2.0 // indirect
77
- github.com/xanzy/ssh-agent v0.3.0 // indirect
78
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
78
79
go.bug.st/cleanup v1.0.0 // indirect
79
80
go.bug.st/downloader/v2 v2.1.0 // indirect
80
81
go.opentelemetry.io/contrib v0.20.0 // indirect
81
82
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.20.0 // indirect
82
83
go.opentelemetry.io/otel v0.20.0 // indirect
83
84
go.opentelemetry.io/otel/metric v0.20.0 // indirect
84
85
go.opentelemetry.io/otel/trace v0.20.0 // indirect
85
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
86
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
87
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
86
+ golang.org/x/crypto v0.3.0 // indirect
87
+ golang.org/x/mod v0.6.0 // indirect
88
+ golang.org/x/net v0.2.0 // indirect
88
89
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
89
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
90
- golang.org/x/text v0.3.8 // indirect
91
- golang.org/x/tools v0.1.12 // indirect
90
+ golang.org/x/sys v0.3.0 // indirect
91
+ golang.org/x/text v0.4.0 // indirect
92
+ golang.org/x/tools v0.2.0 // indirect
92
93
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
93
94
google.golang.org/grpc v1.42.0 // indirect
94
95
google.golang.org/protobuf v1.27.1 // indirect
0 commit comments