1
1
module github.com/Axway/agents-mulesoft
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.21.3
4
6
5
7
// replace github.com/Axway/agent-sdk => /home/ubuntu/go/src/github.com/Axway/agent-sdk
6
8
7
9
require (
8
10
github.com/Axway/agent-sdk v1.1.72
9
- github.com/elastic/beats/v7 v7.17.15
11
+ github.com/elastic/beats/v7 v7.17.17
10
12
github.com/getkin/kin-openapi v0.76.0
11
13
github.com/sirupsen/logrus v1.9.3
12
14
github.com/stretchr/testify v1.8.4
@@ -16,46 +18,47 @@ require (
16
18
)
17
19
18
20
require (
19
- github.com/Microsoft/go-winio v0.5.2 // indirect
21
+ github.com/Microsoft/go-winio v0.6.1 // indirect
20
22
github.com/Shopify/sarama v1.26.4 // indirect
21
23
github.com/StackExchange/wmi v0.0.0-20170221213301-9f32b5905fd6 // indirect
22
24
github.com/armon/go-radix v1.0.0 // indirect
23
25
github.com/cespare/xxhash/v2 v2.2.0 // indirect
24
26
github.com/davecgh/go-spew v1.1.1 // indirect
25
27
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
26
- github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf // indirect
28
+ github.com/dlclark/regexp2 v1.10.0 // indirect
27
29
github.com/docker/distribution v2.8.2+incompatible // indirect
28
- github.com/docker/docker v1.13.1 // indirect
30
+ github.com/docker/docker v24.0.7+incompatible // indirect
29
31
github.com/docker/go-connections v0.4.0 // indirect
30
- github.com/docker/go-units v0.4 .0 // indirect
31
- github.com/dop251/goja v0.0.0-20200831102558-9af81ddcf0e1 // indirect
32
- github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6 // indirect
33
- github.com/dustin/go-humanize v1.0.0 // indirect
32
+ github.com/docker/go-units v0.5 .0 // indirect
33
+ github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d // indirect
34
+ github.com/dop251/goja_nodejs v0.0.0-20231122114759-e84d9a924c5c // indirect
35
+ github.com/dustin/go-humanize v1.0.1 // indirect
34
36
github.com/eapache/go-resiliency v1.2.0 // indirect
35
37
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
36
38
github.com/eapache/queue v1.1.0 // indirect
37
39
github.com/elastic/ecs v1.12.0 // indirect
38
- github.com/elastic/elastic-agent-client/v7 v7.0.0-20220607160924-1a71765a8bbe // indirect
40
+ github.com/elastic/elastic-agent-client/v7 v7.8.0 // indirect
41
+ github.com/elastic/elastic-agent-libs v0.7.5 // indirect
39
42
github.com/elastic/go-concert v0.2.0 // indirect
40
43
github.com/elastic/go-licenser v0.4.1 // indirect
41
44
github.com/elastic/go-lumber v0.1.0 // indirect
42
45
github.com/elastic/go-seccomp-bpf v1.2.0 // indirect
43
46
github.com/elastic/go-structform v0.0.9 // indirect
44
- github.com/elastic/go-sysinfo v1.8.1 // indirect
47
+ github.com/elastic/go-sysinfo v1.11.2 // indirect
45
48
github.com/elastic/go-txfile v0.0.7 // indirect
46
49
github.com/elastic/go-ucfg v0.8.6 // indirect
47
50
github.com/elastic/go-windows v1.0.1 // indirect
48
51
github.com/elastic/gosigar v0.14.2 // indirect
49
52
github.com/emicklei/proto v1.9.2 // indirect
50
- github.com/fatih/color v1.13 .0 // indirect
53
+ github.com/fatih/color v1.16 .0 // indirect
51
54
github.com/fsnotify/fsnotify v1.5.4 // indirect
52
55
github.com/gabriel-vasile/mimetype v1.4.0 // indirect
53
56
github.com/ghodss/yaml v1.0.0 // indirect
54
57
github.com/go-logr/logr v0.4.0 // indirect
55
58
github.com/go-ole/go-ole v1.2.6 // indirect
56
59
github.com/go-openapi/jsonpointer v0.19.5 // indirect
57
60
github.com/go-openapi/swag v0.19.5 // indirect
58
- github.com/go-sourcemap/sourcemap v2.1.2 +incompatible // indirect
61
+ github.com/go-sourcemap/sourcemap v2.1.3 +incompatible // indirect
59
62
github.com/goccy/go-json v0.10.2 // indirect
60
63
github.com/gofrs/flock v0.7.2-0.20190320160742-5135e617513b // indirect
61
64
github.com/gofrs/uuid v4.4.0+incompatible // indirect
@@ -64,7 +67,7 @@ require (
64
67
github.com/golang/protobuf v1.5.3 // indirect
65
68
github.com/golang/snappy v0.0.4 // indirect
66
69
github.com/gomodule/redigo v1.8.3 // indirect
67
- github.com/google/go-cmp v0.5.9 // indirect
70
+ github.com/google/go-cmp v0.6.0 // indirect
68
71
github.com/google/gofuzz v1.1.0 // indirect
69
72
github.com/google/uuid v1.3.1 // indirect
70
73
github.com/googleapis/gnostic v0.5.5 // indirect
@@ -78,7 +81,7 @@ require (
78
81
github.com/hashicorp/hcl v1.0.1-vault-3 // indirect
79
82
github.com/imdario/mergo v0.3.12 // indirect
80
83
github.com/inconshreveable/mousetrap v1.1.0 // indirect
81
- github.com/jcchavezs/porto v0.4 .0 // indirect
84
+ github.com/jcchavezs/porto v0.6 .0 // indirect
82
85
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
83
86
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
84
87
github.com/jcmturner/gofork v1.0.0 // indirect
@@ -87,18 +90,18 @@ require (
87
90
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
88
91
github.com/jonboulle/clockwork v0.2.2 // indirect
89
92
github.com/json-iterator/go v1.1.12 // indirect
90
- github.com/klauspost/compress v1.13.6 // indirect
91
- github.com/lestrrat-go/blackmagic v1.0.1 // indirect
93
+ github.com/klauspost/compress v1.15.9 // indirect
94
+ github.com/lestrrat-go/blackmagic v1.0.2 // indirect
92
95
github.com/lestrrat-go/httpcc v1.0.1 // indirect
93
96
github.com/lestrrat-go/httprc v1.0.4 // indirect
94
97
github.com/lestrrat-go/iter v1.0.2 // indirect
95
- github.com/lestrrat-go/jwx/v2 v2.0.12 // indirect
98
+ github.com/lestrrat-go/jwx/v2 v2.0.19 // indirect
96
99
github.com/lestrrat-go/option v1.0.1 // indirect
97
- github.com/magefile/mage v1.14 .0 // indirect
100
+ github.com/magefile/mage v1.15 .0 // indirect
98
101
github.com/magiconair/properties v1.8.6 // indirect
99
102
github.com/mailru/easyjson v0.7.1 // indirect
100
- github.com/mattn/go-colorable v0.1.12 // indirect
101
- github.com/mattn/go-isatty v0.0.14 // indirect
103
+ github.com/mattn/go-colorable v0.1.13 // indirect
104
+ github.com/mattn/go-isatty v0.0.20 // indirect
102
105
github.com/miekg/dns v1.1.41 // indirect
103
106
github.com/mitchellh/hashstructure v1.1.0 // indirect
104
107
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -111,7 +114,7 @@ require (
111
114
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
112
115
github.com/pkg/errors v0.9.1 // indirect
113
116
github.com/pmezard/go-difflib v1.0.0 // indirect
114
- github.com/prometheus/procfs v0.7.3 // indirect
117
+ github.com/prometheus/procfs v0.12.0 // indirect
115
118
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
116
119
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
117
120
github.com/segmentio/asm v1.2.0 // indirect
@@ -135,26 +138,26 @@ require (
135
138
github.com/xdg/stringprep v1.0.3 // indirect
136
139
go.elastic.co/apm v1.15.0 // indirect
137
140
go.elastic.co/apm/module/apmelasticsearch v1.7.2 // indirect
138
- go.elastic.co/apm/module/apmhttp v1.7.2 // indirect
139
- go.elastic.co/ecszap v1.0.1 // indirect
140
- go.elastic.co/fastjson v1.1 .0 // indirect
141
- go.uber.org/atomic v1.9 .0 // indirect
142
- go.uber.org/multierr v1.8 .0 // indirect
143
- go.uber. org/zap v1.21 .0 // indirect
144
- golang.org/x/crypto v0.14.0 // indirect
141
+ go.elastic.co/apm/module/apmhttp v1.15.0 // indirect
142
+ go.elastic.co/ecszap v1.0.2 // indirect
143
+ go.elastic.co/fastjson v1.3 .0 // indirect
144
+ go.uber.org/multierr v1.11 .0 // indirect
145
+ go.uber.org/zap v1.26 .0 // indirect
146
+ golang. org/x/crypto v0.18 .0 // indirect
147
+ golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
145
148
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
146
- golang.org/x/mod v0.9 .0 // indirect
147
- golang.org/x/net v0.17 .0 // indirect
148
- golang.org/x/oauth2 v0.11 .0 // indirect
149
- golang.org/x/sys v0.13 .0 // indirect
150
- golang.org/x/term v0.13 .0 // indirect
151
- golang.org/x/text v0.13 .0 // indirect
149
+ golang.org/x/mod v0.14 .0 // indirect
150
+ golang.org/x/net v0.20 .0 // indirect
151
+ golang.org/x/oauth2 v0.13 .0 // indirect
152
+ golang.org/x/sys v0.16 .0 // indirect
153
+ golang.org/x/term v0.16 .0 // indirect
154
+ golang.org/x/text v0.14 .0 // indirect
152
155
golang.org/x/time v0.3.0 // indirect
153
- golang.org/x/tools v0.6 .0 // indirect
154
- google.golang.org/appengine v1.6.7 // indirect
155
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
156
- google.golang.org/grpc v1.59.0 // indirect
157
- google.golang.org/protobuf v1.31 .0 // indirect
156
+ golang.org/x/tools v0.17 .0 // indirect
157
+ google.golang.org/appengine v1.6.8 // indirect
158
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
159
+ google.golang.org/grpc v1.60.1 // indirect
160
+ google.golang.org/protobuf v1.32 .0 // indirect
158
161
gopkg.in/inf.v0 v0.9.1 // indirect
159
162
gopkg.in/ini.v1 v1.66.6 // indirect
160
163
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
@@ -164,7 +167,7 @@ require (
164
167
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
165
168
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
166
169
gopkg.in/yaml.v3 v3.0.1 // indirect
167
- howett.net/plist v1.0.0 // indirect
170
+ howett.net/plist v1.0.1 // indirect
168
171
k8s.io/api v0.21.1 // indirect
169
172
k8s.io/apimachinery v0.22.7 // indirect
170
173
k8s.io/client-go v0.21.1 // indirect
@@ -178,6 +181,7 @@ replace (
178
181
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20210823122811-11c3ef800752
179
182
github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20190717161051-705d9623b7c1+incompatible
180
183
github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
184
+ github.com/dop251/goja_nodejs => github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6
181
185
github.com/getkin/kin-openapi => github.com/getkin/kin-openapi v0.67.0
182
186
github.com/google/gopacket => github.com/adriansr/gopacket v1.1.18-0.20200327165309-dd62abfa8a41
183
187
github.com/insomniacslk/dhcp => github.com/elastic/dhcp v0.0.0-20200227161230-57ec251c7eb3 // indirect
0 commit comments