1
1
module xpanse-agent
2
2
3
3
go 1.22.5
4
+ toolchain go1.24.1
4
5
5
6
require (
6
- github.com/apenella/go-ansible/v2 v2.1.0
7
+ github.com/apenella/go-ansible/v2 v2.1.1
7
8
github.com/go-co-op/gocron/v2 v2.15.0
8
9
github.com/go-git/go-git/v5 v5.13.2
9
10
github.com/google/uuid v1.6.0
@@ -23,29 +24,19 @@ require (
23
24
github.com/cloudflare/circl v1.3.7 // indirect
24
25
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
25
26
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
26
- github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
27
27
github.com/emirpasic/gods v1.18.1 // indirect
28
28
github.com/fsnotify/fsnotify v1.7.0 // indirect
29
- github.com/getkin/kin-openapi v0.127.0 // indirect
30
29
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
31
30
github.com/go-git/go-billy/v5 v5.6.2 // indirect
32
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
33
- github.com/go-openapi/swag v0.23.0 // indirect
34
31
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
35
32
github.com/hashicorp/hcl v1.0.0 // indirect
36
33
github.com/inconshreveable/mousetrap v1.1.0 // indirect
37
- github.com/invopop/yaml v0.3.1 // indirect
38
34
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
39
35
github.com/jonboulle/clockwork v0.4.0 // indirect
40
- github.com/josharian/intern v1.0.0 // indirect
41
36
github.com/kevinburke/ssh_config v1.2.0 // indirect
42
37
github.com/magiconair/properties v1.8.7 // indirect
43
- github.com/mailru/easyjson v0.7.7 // indirect
44
38
github.com/mitchellh/mapstructure v1.5.0 // indirect
45
- github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
46
- github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
47
39
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
48
- github.com/perimeterx/marshmallow v1.1.5 // indirect
49
40
github.com/pjbgf/sha1cd v0.3.2 // indirect
50
41
github.com/pkg/errors v0.9.1 // indirect
51
42
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -55,23 +46,21 @@ require (
55
46
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
56
47
github.com/skeema/knownhosts v1.3.0 // indirect
57
48
github.com/sourcegraph/conc v0.3.0 // indirect
58
- github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
59
49
github.com/spf13/afero v1.11.0 // indirect
60
50
github.com/spf13/cast v1.6.0 // indirect
61
51
github.com/spf13/pflag v1.0.6 // indirect
62
52
github.com/stretchr/objx v0.5.2 // indirect
63
53
github.com/subosito/gotenv v1.6.0 // indirect
64
- github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
65
54
github.com/xanzy/ssh-agent v0.3.3 // indirect
66
55
go.uber.org/atomic v1.9.0 // indirect
67
56
go.uber.org/multierr v1.9.0 // indirect
68
- golang.org/x/crypto v0.32 .0 // indirect
57
+ golang.org/x/crypto v0.35 .0 // indirect
69
58
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
70
59
golang.org/x/mod v0.19.0 // indirect
71
- golang.org/x/net v0.34 .0 // indirect
72
- golang.org/x/sync v0.10 .0 // indirect
73
- golang.org/x/sys v0.29 .0 // indirect
74
- golang.org/x/text v0.21 .0 // indirect
60
+ golang.org/x/net v0.36 .0 // indirect
61
+ golang.org/x/sync v0.11 .0 // indirect
62
+ golang.org/x/sys v0.30 .0 // indirect
63
+ golang.org/x/text v0.22 .0 // indirect
75
64
golang.org/x/tools v0.23.0 // indirect
76
65
gopkg.in/ini.v1 v1.67.0 // indirect
77
66
gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments