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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 812a78e  build(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 
(#55)
812a78e is described below

commit 812a78e1327b303679a80971286382425befb274
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 9 17:11:35 2024 +0200

    build(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 (#55)
    
    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 
to 1.6.0.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 4 ++--
 go.sum | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index d5524d8..498cf5b 100644
--- a/go.mod
+++ b/go.mod
@@ -25,8 +25,9 @@ require (
        github.com/aws/aws-sdk-go-v2/credentials v1.16.16
        github.com/aws/aws-sdk-go-v2/service/glue v1.73.1
        github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
+       github.com/aws/smithy-go v1.19.0
        github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
-       github.com/google/uuid v1.3.1
+       github.com/google/uuid v1.6.0
        github.com/hamba/avro/v2 v2.16.0
        github.com/pterm/pterm v0.12.78
        github.com/stretchr/testify v1.8.4
@@ -51,7 +52,6 @@ require (
        github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
        github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
        github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
-       github.com/aws/smithy-go v1.19.0 // indirect
        github.com/containerd/console v1.0.3 // indirect
        github.com/davecgh/go-spew v1.1.1 // indirect
        github.com/golang/snappy v0.0.4 // indirect
diff --git a/go.sum b/go.sum
index 831ff4b..ad2e856 100644
--- a/go.sum
+++ b/go.sum
@@ -66,8 +66,8 @@ github.com/golang/snappy v0.0.4/go.mod 
h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEW
 github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
 github.com/google/go-cmp v0.5.8/go.mod 
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
 github.com/google/gofuzz v1.0.0/go.mod 
h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
-github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
-github.com/google/uuid v1.3.1/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
+github.com/google/uuid v1.6.0/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
 github.com/gookit/color v1.4.2/go.mod 
h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQHCoQ=
 github.com/gookit/color v1.5.0/go.mod 
h1:43aQb+Zerm/BWh2GnrgOQm7ffz7tvQXEKV6BFMl7wAo=
 github.com/gookit/color v1.5.4 h1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=

Reply via email to