From e56c34aa7c499b1f5350be17785ce72e764c5549 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:52:09 +0000 Subject: [PATCH] chore(deps): Update module github.com/lestrrat-go/jwx/v2 to v2.0.19 (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/lestrrat-go/jwx/v2](https://togithub.com/lestrrat-go/jwx) | `v2.0.18` -> `v2.0.19` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flestrrat-go%2fjwx%2fv2/v2.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flestrrat-go%2fjwx%2fv2/v2.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flestrrat-go%2fjwx%2fv2/v2.0.18/v2.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flestrrat-go%2fjwx%2fv2/v2.0.18/v2.0.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2) ### [`v2.0.19`](https://togithub.com/lestrrat-go/jwx/releases/tag/v2.0.19) [Compare Source](https://togithub.com/lestrrat-go/jwx/compare/v2.0.18...v2.0.19) v2.0.19 09 Jan 2024 [New Features] * [jws] Added jws.IsVerificationError to check if the error returned by `jws.Verify` was caused by actual verification step or something else, for example, while fetching a key from datasource [Security Fixes] * [jws] JWS messages formated in full JSON format (i.e. not the compact format, which consists of three base64 strings concatenated with a '.') with missing "protected" headers could cause a panic, thereby introducing a possiblity of a DoS. This has been fixed so that the `jws.Parse` function succeeds in parsing a JWS message lacking a protected header. Calling `jws.Verify` on this same JWS message will result in a failed verification attempt. Note that this behavior will differ slightly when parsing JWS messages in compact form, which result in an error.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cerbos/cerbos-sdk-go). --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Charith Ellawala Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Charith Ellawala --- CONTRIBUTING.md | 2 +- cerbos/client.go | 2 +- cerbos/credentials.go | 2 +- cerbos/example_test.go | 2 +- cerbos/grpc.go | 2 +- cerbos/grpc_admin.go | 2 +- cerbos/grpc_admin_test.go | 2 +- cerbos/grpc_test.go | 2 +- cerbos/model.go | 2 +- cerbos/model_test.go | 2 +- cerbos/request_opts.go | 2 +- cerbos/tests.go | 2 +- cerbos/util.go | 2 +- go.mod | 2 +- go.sum | 32 ++------------------------------ hack/copyright_header.txt | 2 +- internal/auth.go | 2 +- internal/auth_test.go | 2 +- internal/io.go | 2 +- internal/model.go | 2 +- internal/network.go | 2 +- internal/pb.go | 2 +- internal/tests/tests.go | 2 +- internal/validate.go | 2 +- testutil/example_test.go | 2 +- testutil/testutil.go | 2 +- tools/tools.go | 2 +- 27 files changed, 28 insertions(+), 56 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5a1cfa..06aae7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Submitting pull requests - Write idiomatic Go. [Effective Go](https://golang.org/doc/effective_go) is the canonical source while the [Uber style guide](https://github.com/uber-go/guide/blob/master/style.md) contains a lot of good advice as well. - Make sure each source file contains the appropriate licence header: ``` - Copyright 2021-2023 Zenauth Ltd. + Copyright 2021-2024 Zenauth Ltd. SPDX-License-Identifier: Apache-2.0 ``` - Add tests to cover the functionality you are adding or modifying. diff --git a/cerbos/client.go b/cerbos/client.go index 217240b..c05c188 100644 --- a/cerbos/client.go +++ b/cerbos/client.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/cerbos/credentials.go b/cerbos/credentials.go index e0404db..4a347c8 100644 --- a/cerbos/credentials.go +++ b/cerbos/credentials.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/cerbos/example_test.go b/cerbos/example_test.go index 8c25454..d614977 100644 --- a/cerbos/example_test.go +++ b/cerbos/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos_test diff --git a/cerbos/grpc.go b/cerbos/grpc.go index 2609b11..926db95 100644 --- a/cerbos/grpc.go +++ b/cerbos/grpc.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/cerbos/grpc_admin.go b/cerbos/grpc_admin.go index 8555405..34238d8 100644 --- a/cerbos/grpc_admin.go +++ b/cerbos/grpc_admin.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/cerbos/grpc_admin_test.go b/cerbos/grpc_admin_test.go index 668da40..91c5bbd 100644 --- a/cerbos/grpc_admin_test.go +++ b/cerbos/grpc_admin_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 //go:build tests diff --git a/cerbos/grpc_test.go b/cerbos/grpc_test.go index f41c568..581d3b4 100644 --- a/cerbos/grpc_test.go +++ b/cerbos/grpc_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 //go:build tests diff --git a/cerbos/model.go b/cerbos/model.go index 8ee24f9..714bf3d 100644 --- a/cerbos/model.go +++ b/cerbos/model.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/cerbos/model_test.go b/cerbos/model_test.go index 81c3c50..4f7e9b6 100644 --- a/cerbos/model_test.go +++ b/cerbos/model_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 //go:build tests diff --git a/cerbos/request_opts.go b/cerbos/request_opts.go index eac635e..796da6b 100644 --- a/cerbos/request_opts.go +++ b/cerbos/request_opts.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/cerbos/tests.go b/cerbos/tests.go index 653e131..ff53be2 100644 --- a/cerbos/tests.go +++ b/cerbos/tests.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 //go:build tests diff --git a/cerbos/util.go b/cerbos/util.go index a6bb57d..7308241 100644 --- a/cerbos/util.go +++ b/cerbos/util.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package cerbos diff --git a/go.mod b/go.mod index 5a47eab..09f25e2 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/google/go-cmp v0.6.0 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 github.com/jdxcode/netrc v1.0.0 - github.com/lestrrat-go/jwx/v2 v2.0.18 + github.com/lestrrat-go/jwx/v2 v2.0.19 github.com/ory/dockertest/v3 v3.10.0 github.com/rs/xid v1.5.0 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 7b3005e..004ad4f 100644 --- a/go.sum +++ b/go.sum @@ -27,7 +27,6 @@ github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/decred/dcrd/crypto/blake256 v1.0.1/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0= github.com/docker/cli v23.0.1+incompatible h1:LRyWITpGzl2C9e9uGxzisptnxAn1zfZKXy13Ul2Q5oM= @@ -85,9 +84,8 @@ github.com/lestrrat-go/httprc v1.0.4 h1:bAZymwoZQb+Oq8MEbyipag7iSq6YIga8Wj6GOiJG github.com/lestrrat-go/httprc v1.0.4/go.mod h1:mwwz3JMTPBjHUkkDv/IGJ39aALInZLrhBp0X7KGUZlo= github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI= github.com/lestrrat-go/iter v1.0.2/go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4= -github.com/lestrrat-go/jwx/v2 v2.0.18 h1:HHZkYS5wWDDyAiNBwztEtDoX07WDhGEdixm8G06R50o= -github.com/lestrrat-go/jwx/v2 v2.0.18/go.mod h1:fAJ+k5eTgKdDqanzCuK6DAt3W7n3cs2/FX7JhQdk83U= -github.com/lestrrat-go/option v1.0.0/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I= +github.com/lestrrat-go/jwx/v2 v2.0.19 h1:ekv1qEZE6BVct89QA+pRF6+4pCpfVrOnEJnTnT4RXoY= +github.com/lestrrat-go/jwx/v2 v2.0.19/go.mod h1:l3im3coce1lL2cDeAjqmaR+Awx+X8Ih+2k8BuHNJ4CU= github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU= github.com/lestrrat-go/option v1.0.1/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= @@ -152,22 +150,17 @@ github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17 github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g= golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= @@ -175,17 +168,11 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -195,37 +182,22 @@ golang.org/x/sys v0.0.0-20191115151921-52ab43148777/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= -golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ= golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/hack/copyright_header.txt b/hack/copyright_header.txt index 9718426..58c835c 100644 --- a/hack/copyright_header.txt +++ b/hack/copyright_header.txt @@ -1,2 +1,2 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/auth.go b/internal/auth.go index 196f23d..ac3ed98 100644 --- a/internal/auth.go +++ b/internal/auth.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/internal/auth_test.go b/internal/auth_test.go index 85845f1..9c6ff9e 100644 --- a/internal/auth_test.go +++ b/internal/auth_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal_test diff --git a/internal/io.go b/internal/io.go index 2f73edc..1fbb41c 100644 --- a/internal/io.go +++ b/internal/io.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/internal/model.go b/internal/model.go index de652b1..600a671 100644 --- a/internal/model.go +++ b/internal/model.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/internal/network.go b/internal/network.go index be0e811..154b535 100644 --- a/internal/network.go +++ b/internal/network.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/internal/pb.go b/internal/pb.go index d2490db..2dcf35b 100644 --- a/internal/pb.go +++ b/internal/pb.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/internal/tests/tests.go b/internal/tests/tests.go index 094a894..54b4754 100644 --- a/internal/tests/tests.go +++ b/internal/tests/tests.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 //go:build tests diff --git a/internal/validate.go b/internal/validate.go index a5aa075..f53d045 100644 --- a/internal/validate.go +++ b/internal/validate.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package internal diff --git a/testutil/example_test.go b/testutil/example_test.go index 2b6fb1f..a36b2da 100644 --- a/testutil/example_test.go +++ b/testutil/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package testutil_test diff --git a/testutil/testutil.go b/testutil/testutil.go index a352f6f..004753a 100644 --- a/testutil/testutil.go +++ b/testutil/testutil.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 package testutil diff --git a/tools/tools.go b/tools/tools.go index 7464dd2..b0d54dc 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright 2021-2023 Zenauth Ltd. +// Copyright 2021-2024 Zenauth Ltd. // SPDX-License-Identifier: Apache-2.0 //go:build toolsx