diff --git a/functions/job_history/go.mod b/functions/job_history/go.mod index 16ef3fe..2a2cb9e 100644 --- a/functions/job_history/go.mod +++ b/functions/job_history/go.mod @@ -39,7 +39,7 @@ require ( golang.org/x/oauth2 v0.13.0 // indirect golang.org/x/sys v0.13.0 // indirect google.golang.org/appengine v1.6.8 // indirect - google.golang.org/protobuf v1.31.0 // indirect + google.golang.org/protobuf v1.33.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )