Skip to content

Commit 917809f

Browse files
Bump the go-modules group across 1 directory with 3 updates (#314)
Bumps the go-modules group with 3 updates in the / directory: [github.com/nuts-foundation/go-did](https://github.com/nuts-foundation/go-did), [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/nuts-foundation/go-did` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/nuts-foundation/go-did/releases) - [Commits](nuts-foundation/go-did@v0.21.0...v0.22.0) Updates `github.com/oapi-codegen/runtime` from 1.4.2 to 1.6.0 - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](oapi-codegen/runtime@v1.4.2...v1.6.0) Updates `golang.org/x/crypto` from 0.53.0 to 0.54.0 - [Commits](golang/crypto@v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: github.com/nuts-foundation/go-did dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/crypto dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 402f767 commit 917809f

2 files changed

Lines changed: 62 additions & 50 deletions

File tree

go.mod

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,72 +9,76 @@ require (
99
github.com/labstack/echo/v4 v4.15.4
1010
github.com/lestrrat-go/jwx v1.2.31
1111
github.com/markbates/goth v1.82.0
12-
github.com/nuts-foundation/go-did v0.21.0
12+
github.com/nuts-foundation/go-did v0.22.0
1313
github.com/nuts-foundation/go-nuts-client v0.3.1
14-
github.com/oapi-codegen/runtime v1.4.2
14+
github.com/oapi-codegen/runtime v1.6.0
1515
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
1616
github.com/rs/zerolog v1.35.1
1717
github.com/spf13/pflag v1.0.10
1818
github.com/stretchr/testify v1.11.1
19-
golang.org/x/crypto v0.53.0
19+
golang.org/x/crypto v0.54.0
2020
)
2121

2222
require (
2323
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
25-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
25+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
2626
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
2727
github.com/fsnotify/fsnotify v1.4.9 // indirect
2828
github.com/getkin/kin-openapi v0.133.0 // indirect
2929
github.com/go-chi/chi/v5 v5.2.2 // indirect
3030
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3131
github.com/go-openapi/swag v0.23.0 // indirect
32-
github.com/goccy/go-json v0.10.5 // indirect
32+
github.com/goccy/go-json v0.10.6 // indirect
3333
github.com/gorilla/context v1.1.1 // indirect
3434
github.com/gorilla/mux v1.8.1 // indirect
3535
github.com/gorilla/sessions v1.1.1 // indirect
3636
github.com/josharian/intern v1.0.0 // indirect
3737
github.com/labstack/gommon v0.5.0 // indirect
3838
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
39-
github.com/lestrrat-go/blackmagic v1.0.3 // indirect
39+
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
40+
github.com/lestrrat-go/dsig v1.2.1 // indirect
41+
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
4042
github.com/lestrrat-go/httpcc v1.0.1 // indirect
41-
github.com/lestrrat-go/httprc v1.0.6 // indirect
43+
github.com/lestrrat-go/httprc/v3 v3.0.5 // indirect
4244
github.com/lestrrat-go/iter v1.0.2 // indirect
43-
github.com/lestrrat-go/jwx/v2 v2.1.6 // indirect
45+
github.com/lestrrat-go/jwx/v3 v3.1.1 // indirect
4446
github.com/lestrrat-go/option v1.0.1 // indirect
47+
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
4548
github.com/mailru/easyjson v0.7.7 // indirect
4649
github.com/mattn/go-colorable v0.1.15 // indirect
4750
github.com/mattn/go-isatty v0.0.22 // indirect
4851
github.com/mitchellh/copystructure v1.2.0 // indirect
4952
github.com/mitchellh/mapstructure v1.5.0 // indirect
5053
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5154
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
52-
github.com/mr-tron/base58 v1.2.0 // indirect
55+
github.com/mr-tron/base58 v1.3.0 // indirect
5356
github.com/multiformats/go-base32 v0.1.0 // indirect
5457
github.com/multiformats/go-base36 v0.2.0 // indirect
55-
github.com/multiformats/go-multibase v0.2.0 // indirect
58+
github.com/multiformats/go-multibase v0.3.0 // indirect
5659
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 // indirect
5760
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
5861
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
5962
github.com/perimeterx/marshmallow v1.1.5 // indirect
6063
github.com/pkg/errors v0.9.1 // indirect
6164
github.com/pmezard/go-difflib v1.0.0 // indirect
62-
github.com/segmentio/asm v1.2.0 // indirect
65+
github.com/segmentio/asm v1.2.1 // indirect
6366
github.com/shengdoushi/base58 v1.0.0 // indirect
6467
github.com/speakeasy-api/jsonpath v0.6.0 // indirect
6568
github.com/speakeasy-api/openapi-overlay v0.10.2 // indirect
6669
github.com/valyala/bytebufferpool v1.0.0 // indirect
70+
github.com/valyala/fastjson v1.6.10 // indirect
6771
github.com/valyala/fasttemplate v1.2.2 // indirect
6872
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
6973
github.com/woodsbury/decimal128 v1.3.0 // indirect
70-
golang.org/x/mod v0.36.0 // indirect
74+
golang.org/x/mod v0.37.0 // indirect
7175
golang.org/x/net v0.56.0 // indirect
7276
golang.org/x/oauth2 v0.27.0 // indirect
73-
golang.org/x/sync v0.21.0 // indirect
74-
golang.org/x/sys v0.46.0 // indirect
75-
golang.org/x/text v0.38.0 // indirect
77+
golang.org/x/sync v0.22.0 // indirect
78+
golang.org/x/sys v0.47.0 // indirect
79+
golang.org/x/text v0.40.0 // indirect
7680
golang.org/x/time v0.15.0 // indirect
77-
golang.org/x/tools v0.45.0 // indirect
81+
golang.org/x/tools v0.47.0 // indirect
7882
gopkg.in/yaml.v2 v2.4.0 // indirect
7983
gopkg.in/yaml.v3 v3.0.1 // indirect
8084
)

0 commit comments

Comments
 (0)