Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from gotwarlost/proto
Browse files Browse the repository at this point in the history
bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • Loading branch information
gotwarlost authored Mar 24, 2024
2 parents 12d592f + 65e53a7 commit 89b5827
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This page lists the third-party dependencies used to build crossplane-function-c
| [github.com/pmezard/go-difflib](https://github.com/pmezard/go-difflib) | v1.0.0 | BSD-3-Clause |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | v1.7.0 | Apache-2.0 |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | v1.8.4 | MIT |
| [google.golang.org/protobuf](https://google.golang.org/protobuf) | v1.31.0 | BSD-3-Clause |
| [google.golang.org/protobuf](https://google.golang.org/protobuf) | v1.33.0 | BSD-3-Clause |
| [gopkg.in/yaml.v3](https://gopkg.in/yaml.v3) | v3.0.1 | MIT |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | v0.28.3 | Apache-2.0 |
| [sigs.k8s.io/controller-tools](https://sigs.k8s.io/controller-tools) | v0.13.0 | Apache-2.0 |
Expand Down
6 changes: 3 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -989,11 +989,11 @@ SOFTWARE.

--------------------------------------------------------------------------------
Module : google.golang.org/protobuf
Version : v1.31.0
Time : 2023-06-26T11:17:38Z
Version : v1.33.0
Time : 2024-03-05T19:00:20Z
Licence : BSD-3-Clause

Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.31.0/LICENSE:
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.33.0/LICENSE:

Copyright (c) 2018 The Go Authors. All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.28.3
sigs.k8s.io/controller-tools v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,8 @@ google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGj
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
Expand Down

0 comments on commit 89b5827

Please sign in to comment.