You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ri...@apache.org on 2023/08/02 13:46:40 UTC

[beam] branch master updated: Bump github.com/fsouza/fake-gcs-server from 1.47.0 to 1.47.2 in /sdks (#27794)

This is an automated email from the ASF dual-hosted git repository.

riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 59880fe430a Bump github.com/fsouza/fake-gcs-server from 1.47.0 to 1.47.2 in /sdks (#27794)
59880fe430a is described below

commit 59880fe430a35ae64000d9061e0c0c96ba3b7a2f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 2 09:46:32 2023 -0400

    Bump github.com/fsouza/fake-gcs-server from 1.47.0 to 1.47.2 in /sdks (#27794)
    
    Bumps [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) from 1.47.0 to 1.47.2.
    - [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
    - [Commits](https://github.com/fsouza/fake-gcs-server/compare/v1.47.0...v1.47.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fsouza/fake-gcs-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 sdks/go.mod | 2 +-
 sdks/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sdks/go.mod b/sdks/go.mod
index 5306e7d8894..9f056bdd363 100644
--- a/sdks/go.mod
+++ b/sdks/go.mod
@@ -67,7 +67,7 @@ require (
 )
 
 require (
-	github.com/fsouza/fake-gcs-server v1.47.0
+	github.com/fsouza/fake-gcs-server v1.47.2
 	golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
 )
 
diff --git a/sdks/go.sum b/sdks/go.sum
index 8335b43a335..256568211d3 100644
--- a/sdks/go.sum
+++ b/sdks/go.sum
@@ -197,8 +197,8 @@ github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoD
 github.com/frankban/quicktest v1.2.2/go.mod h1:Qh/WofXFeiAFII1aEBu529AtJo6Zg2VHscnEsbBnJ20=
 github.com/frankban/quicktest v1.11.3 h1:8sXhOn0uLys67V8EsXLc6eszDs8VXWxL3iRvebPhedY=
 github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k=
-github.com/fsouza/fake-gcs-server v1.47.0 h1:XMZQFrwZLvALmYhHnAmC+WTvEcJH4RYYp19HdB7Y3So=
-github.com/fsouza/fake-gcs-server v1.47.0/go.mod h1:vqUZbI12uy9IkRQ54Q4p5AniQsSiUq8alO9Nv2egMmA=
+github.com/fsouza/fake-gcs-server v1.47.2 h1:wfKD9Ura+o22jK75Yf476k0n4BA3q9bfX/PqNuqp4To=
+github.com/fsouza/fake-gcs-server v1.47.2/go.mod h1:vqUZbI12uy9IkRQ54Q4p5AniQsSiUq8alO9Nv2egMmA=
 github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
 github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=