@@ -12,12 +12,12 @@ require (
12
12
github.com/go-kit/kit v0.13.0
13
13
github.com/google/uuid v1.5.0
14
14
github.com/gorilla/mux v1.8.1
15
- github.com/hashicorp/go-retryablehttp v0.7.4
15
+ github.com/hashicorp/go-retryablehttp v0.7.6
16
16
github.com/igrmk/treemap/v2 v2.0.1
17
17
github.com/jlaffaye/ftp v0.2.0
18
18
github.com/moov-io/ach v1.37.3
19
19
github.com/moov-io/base v0.48.5
20
- github.com/moov-io/cryptfs v0.7.1
20
+ github.com/moov-io/cryptfs v0.7.2
21
21
github.com/moov-io/go-ftp v0.3.2
22
22
github.com/moov-io/go-sftp v0.13.3
23
23
github.com/ory/dockertest/v3 v3.9.1
@@ -35,9 +35,9 @@ require (
35
35
gocloud.dev v0.34.0
36
36
gocloud.dev/pubsub/kafkapubsub v0.34.0
37
37
goftp.io/server v0.4.1
38
- golang.org/x/crypto v0.22 .0
38
+ golang.org/x/crypto v0.23 .0
39
39
golang.org/x/sync v0.7.0
40
- golang.org/x/text v0.14 .0
40
+ golang.org/x/text v0.15 .0
41
41
)
42
42
43
43
require (
@@ -78,11 +78,11 @@ require (
78
78
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 // indirect
79
79
github.com/aws/smithy-go v1.14.0 // indirect
80
80
github.com/beorn7/perks v1.0.1 // indirect
81
- github.com/cenkalti/backoff/v3 v3.0.0 // indirect
81
+ github.com/cenkalti/backoff/v3 v3.2.2 // indirect
82
82
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
83
83
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
84
84
github.com/cespare/xxhash/v2 v2.2.0 // indirect
85
- github.com/cloudflare/circl v1.3.7 // indirect
85
+ github.com/cloudflare/circl v1.3.8 // indirect
86
86
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
87
87
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
88
88
github.com/containerd/continuity v0.3.0 // indirect
@@ -98,7 +98,7 @@ require (
98
98
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
99
99
github.com/felixge/httpsnoop v1.0.4 // indirect
100
100
github.com/fsnotify/fsnotify v1.7.0 // indirect
101
- github.com/go-jose/go-jose/v3 v3 .0.0 // indirect
101
+ github.com/go-jose/go-jose/v4 v4 .0.1 // indirect
102
102
github.com/go-kit/log v0.2.1 // indirect
103
103
github.com/go-logfmt/logfmt v0.6.0 // indirect
104
104
github.com/go-logr/logr v1.3.0 // indirect
@@ -124,12 +124,12 @@ require (
124
124
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
125
125
github.com/hashicorp/go-multierror v1.1.1 // indirect
126
126
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
127
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
127
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
128
128
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
129
- github.com/hashicorp/go-sockaddr v1.0.2 // indirect
129
+ github.com/hashicorp/go-sockaddr v1.0.6 // indirect
130
130
github.com/hashicorp/go-uuid v1.0.3 // indirect
131
131
github.com/hashicorp/hcl v1.0.0 // indirect
132
- github.com/hashicorp/vault/api v1.10 .0 // indirect
132
+ github.com/hashicorp/vault/api v1.13 .0 // indirect
133
133
github.com/imdario/mergo v0.3.12 // indirect
134
134
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
135
135
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
@@ -188,9 +188,9 @@ require (
188
188
go.uber.org/multierr v1.11.0 // indirect
189
189
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
190
190
golang.org/x/mod v0.15.0 // indirect
191
- golang.org/x/net v0.24 .0 // indirect
191
+ golang.org/x/net v0.25 .0 // indirect
192
192
golang.org/x/oauth2 v0.16.0 // indirect
193
- golang.org/x/sys v0.19 .0 // indirect
193
+ golang.org/x/sys v0.20 .0 // indirect
194
194
golang.org/x/time v0.5.0 // indirect
195
195
golang.org/x/tools v0.18.0 // indirect
196
196
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
0 commit comments