Skip to content

Commit 11d97a0

Browse files
Merge branch 'release/0.14.0'
2 parents efcdeed + 72d9407 commit 11d97a0

File tree

2 files changed

+115
-33
lines changed

2 files changed

+115
-33
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.17
55
replace github.com/spf13/cobra => github.com/spf13/cobra v1.4.0
66

77
require (
8-
github.com/ONSdigital/dp-authorisation/v2 v2.19.0
8+
github.com/ONSdigital/dp-authorisation/v2 v2.22.0
99
github.com/ONSdigital/dp-component-test v0.7.0
10-
github.com/ONSdigital/dp-healthcheck v1.3.0
10+
github.com/ONSdigital/dp-healthcheck v1.4.0-beta
1111
github.com/ONSdigital/dp-mongodb/v3 v3.0.2
1212
github.com/ONSdigital/dp-net v1.4.1
13-
github.com/ONSdigital/log.go/v2 v2.2.0
13+
github.com/ONSdigital/log.go/v2 v2.3.0-beta
1414
github.com/cucumber/godog v0.12.2
1515
github.com/gofrs/uuid v4.2.0+incompatible
1616
github.com/gorilla/mux v1.8.0
@@ -22,12 +22,12 @@ require (
2222

2323
require (
2424
github.com/ONSdigital/dp-api-clients-go v1.43.0 // indirect
25-
github.com/ONSdigital/dp-api-clients-go/v2 v2.140.2 // indirect
25+
github.com/ONSdigital/dp-api-clients-go/v2 v2.153.0 // indirect
2626
github.com/ONSdigital/dp-mongodb-in-memory v1.3.1 // indirect
27-
github.com/ONSdigital/dp-net/v2 v2.4.0 // indirect
27+
github.com/ONSdigital/dp-net/v2 v2.5.0-beta // indirect
2828
github.com/ONSdigital/dp-rchttp v1.0.0 // indirect
2929
github.com/ONSdigital/go-ns v0.0.0-20210916104633-ac1c1c52327e // indirect
30-
github.com/aws/aws-sdk-go v1.44.30 // indirect
30+
github.com/aws/aws-sdk-go v1.44.52 // indirect
3131
github.com/chromedp/cdproto v0.0.0-20211126220118-81fa0469ad77 // indirect
3232
github.com/chromedp/chromedp v0.7.6 // indirect
3333
github.com/chromedp/sysutil v1.0.0 // indirect
@@ -39,7 +39,7 @@ require (
3939
github.com/gobwas/httphead v0.1.0 // indirect
4040
github.com/gobwas/pool v0.2.1 // indirect
4141
github.com/gobwas/ws v1.1.0 // indirect
42-
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
42+
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
4343
github.com/golang/snappy v0.0.4 // indirect
4444
github.com/gopherjs/gopherjs v1.17.2 // indirect
4545
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
@@ -57,19 +57,20 @@ require (
5757
github.com/mattn/go-isatty v0.0.14 // indirect
5858
github.com/maxcnunes/httpfake v1.2.4 // indirect
5959
github.com/pmezard/go-difflib v1.0.0 // indirect
60+
github.com/rogpeppe/go-internal v1.8.1 // indirect
6061
github.com/smartystreets/assertions v1.13.0 // indirect
6162
github.com/spf13/afero v1.8.2 // indirect
6263
github.com/spf13/pflag v1.0.5 // indirect
6364
github.com/square/mongo-lock v0.0.0-20220601164918-701ecf357cd7 // indirect
64-
github.com/stretchr/testify v1.7.0 // indirect
65+
github.com/stretchr/testify v1.7.5 // indirect
6566
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
6667
github.com/xdg-go/scram v1.1.1 // indirect
6768
github.com/xdg-go/stringprep v1.0.3 // indirect
6869
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
6970
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
70-
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
71+
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
7172
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
72-
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
73+
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect
7374
golang.org/x/text v0.3.7 // indirect
74-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
75+
gopkg.in/yaml.v3 v3.0.1 // indirect
7576
)

0 commit comments

Comments
 (0)