1
1
module github.com/ONSdigital/dp-filter-api
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
// to avoid 'sonatype-2021-4899' non-CVE Vulnerability
6
6
exclude github.com/gorilla/sessions v1.2.1
7
7
8
+ // to avoide [CVE-2022-29153] CWE-918: Server-Side Request Forgery (SSRF)
9
+ exclude github.com/hashicorp/consul/api v1.1.0
10
+
8
11
require (
9
12
github.com/ONSdigital/dp-api-clients-go v1.43.0
10
- github.com/ONSdigital/dp-api-clients-go/v2 v2.145 .0
13
+ github.com/ONSdigital/dp-api-clients-go/v2 v2.186 .0
11
14
github.com/ONSdigital/dp-healthcheck v1.3.0
12
- github.com/ONSdigital/dp-kafka/v2 v2.5.0
15
+ github.com/ONSdigital/dp-kafka/v2 v2.7.3
13
16
github.com/ONSdigital/dp-mongodb-in-memory v1.3.1
14
- github.com/ONSdigital/dp-mongodb/v3 v3.0.2
15
- github.com/ONSdigital/dp-net v1.4.1
17
+ github.com/ONSdigital/dp-mongodb/v3 v3.3.0
18
+ github.com/ONSdigital/dp-net v1.5.0
16
19
github.com/ONSdigital/dp-net/v2 v2.4.0
17
20
github.com/ONSdigital/go-ns v0.0.0-20210916104633-ac1c1c52327e
18
21
github.com/ONSdigital/log.go/v2 v2.2.0
@@ -22,47 +25,49 @@ require (
22
25
github.com/pkg/errors v0.9.1
23
26
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
24
27
github.com/smartystreets/goconvey v1.7.2
25
- go.mongodb.org/mongo-driver v1.9.1
28
+ go.mongodb.org/mongo-driver v1.10.3
26
29
)
27
30
28
31
require (
29
- github.com/Shopify/sarama v1.34.1 // indirect
30
- github.com/aws/aws-sdk-go v1.44.44 // indirect
32
+ github.com/Shopify/sarama v1.37.2 // indirect
33
+ github.com/aws/aws-sdk-go v1.44.115 // indirect
31
34
github.com/davecgh/go-spew v1.1.1 // indirect
32
35
github.com/eapache/go-resiliency v1.3.0 // indirect
33
36
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
34
37
github.com/eapache/queue v1.1.0 // indirect
35
38
github.com/fatih/color v1.13.0 // indirect
36
39
github.com/go-avro/avro v0.0.0-20171219232920-444163702c11 // indirect
37
- github.com/go-stack/stack v1.8.1 // indirect
38
40
github.com/golang/snappy v0.0.4 // indirect
39
- github.com/gopherjs/gopherjs v0.0.0-20220104163920-15ed2e8cf2bd // indirect
41
+ github.com/google/uuid v1.3.0 // indirect
42
+ github.com/gopherjs/gopherjs v1.17.2 // indirect
40
43
github.com/hashicorp/errwrap v1.1.0 // indirect
41
44
github.com/hashicorp/go-multierror v1.1.1 // indirect
42
45
github.com/hashicorp/go-uuid v1.0.3 // indirect
43
46
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
44
47
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
45
48
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
46
- github.com/jcmturner/gofork v1.0.0 // indirect
47
- github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
49
+ github.com/jcmturner/gofork v1.7.6 // indirect
50
+ github.com/jcmturner/gokrb5/v8 v8.4.3 // indirect
48
51
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
49
52
github.com/jmespath/go-jmespath v0.4.0 // indirect
50
53
github.com/jtolds/gls v4.20.0+incompatible // indirect
51
- github.com/klauspost/compress v1.15.7 // indirect
52
- github.com/mattn/go-colorable v0.1.12 // indirect
53
- github.com/mattn/go-isatty v0.0.14 // indirect
54
- github.com/pierrec/lz4/v4 v4.1.15 // indirect
54
+ github.com/klauspost/compress v1.15.11 // indirect
55
+ github.com/mattn/go-colorable v0.1.13 // indirect
56
+ github.com/mattn/go-isatty v0.0.16 // indirect
57
+ github.com/montanaflynn/stats v0.6.6 // indirect
58
+ github.com/pierrec/lz4/v4 v4.1.17 // indirect
55
59
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
56
- github.com/smartystreets/assertions v1.2.1 // indirect
57
- github.com/spf13/afero v1.8.2 // indirect
60
+ github.com/rogpeppe/go-internal v1.9.0 // indirect
61
+ github.com/smartystreets/assertions v1.13.0 // indirect
62
+ github.com/spf13/afero v1.9.2 // indirect
58
63
github.com/square/mongo-lock v0.0.0-20220601164918-701ecf357cd7 // indirect
59
64
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
60
65
github.com/xdg-go/scram v1.1.1 // indirect
61
66
github.com/xdg-go/stringprep v1.0.3 // indirect
62
67
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
63
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
64
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
65
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
66
- golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
67
- golang.org/x/text v0.3.7 // indirect
68
+ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
69
+ golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
70
+ golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
71
+ golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
72
+ golang.org/x/text v0.3.8 // indirect
68
73
)
0 commit comments