aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-08 09:20:21 -0700
committerGitHub <noreply@github.com>2024-07-08 09:20:21 -0700
commit86cc7efc3e05e8f3ff54f69887ba23e50ef750ce (patch)
tree64e638d25ca27781a05dd6a7250026a681fee9ed /go.mod
parentb7928fcab6e535a7faf691778c089bf98d77ab4b (diff)
downloadseaweedfs-86cc7efc3e05e8f3ff54f69887ba23e50ef750ce.tar.xz
seaweedfs-86cc7efc3e05e8f3ff54f69887ba23e50ef750ce.zip
chore(deps): bump google.golang.org/grpc/security/advancedtls from 0.0.0-20240621202332-c8568c99b8c5 to 1.0.0 (#5751)
chore(deps): bump google.golang.org/grpc/security/advancedtls Bumps [google.golang.org/grpc/security/advancedtls](https://github.com/grpc/grpc-go) from 0.0.0-20240621202332-c8568c99b8c5 to 1.0.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/commits/v1.0.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc/security/advancedtls dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5534b6763..49ee84f55 100644
--- a/go.mod
+++ b/go.mod
@@ -155,7 +155,7 @@ require (
go.etcd.io/etcd/client/pkg/v3 v3.5.14
go.uber.org/atomic v1.11.0
golang.org/x/sync v0.7.0
- google.golang.org/grpc/security/advancedtls v0.0.0-20240621202332-c8568c99b8c5
+ google.golang.org/grpc/security/advancedtls v1.0.0
)
require (