diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-27 12:36:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-27 12:36:00 -0700 |
| commit | 722a14ef57f9fa141dd9a1d711a5044e7d88e4fc (patch) | |
| tree | 62af142e24b27eacf8f28973ea28e179bcaa8ef0 /go.mod | |
| parent | edeea739ed069703732ccc13fbca9a43c44120d9 (diff) | |
| download | seaweedfs-722a14ef57f9fa141dd9a1d711a5044e7d88e4fc.tar.xz seaweedfs-722a14ef57f9fa141dd9a1d711a5044e7d88e4fc.zip | |
chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.2.0 to 0.4.2 (#5621)
* chore(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ
Bumps [github.com/ydb-platform/ydb-go-sdk-auth-environ](https://github.com/ydb-platform/ydb-go-sdk-auth-environ) from 0.2.0 to 0.4.2.
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/compare/v0.2.0...v0.4.2)
---
updated-dependencies:
- dependency-name: github.com/ydb-platform/ydb-go-sdk-auth-environ
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix compilation
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -34,7 +34,6 @@ require ( github.com/go-sql-driver/mysql v1.8.1 github.com/go-zookeeper/zk v1.0.3 // indirect github.com/gocql/gocql v1.6.0 - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.4 github.com/golang/snappy v0.0.4 // indirect @@ -151,7 +150,7 @@ require ( github.com/schollz/progressbar/v3 v3.14.2 github.com/shirou/gopsutil/v3 v3.24.4 github.com/tikv/client-go/v2 v2.0.7 - github.com/ydb-platform/ydb-go-sdk-auth-environ v0.2.0 + github.com/ydb-platform/ydb-go-sdk-auth-environ v0.4.2 github.com/ydb-platform/ydb-go-sdk/v3 v3.68.1 go.etcd.io/etcd/client/pkg/v3 v3.5.13 go.uber.org/atomic v1.11.0 @@ -310,8 +309,8 @@ require ( github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/yandex-cloud/go-genproto v0.0.0-20211115083454-9ca41db5ed9e // indirect github.com/ydb-platform/ydb-go-genproto v0.0.0-20240316140903-4a47abca1cca // indirect - github.com/ydb-platform/ydb-go-yc v0.10.2 // indirect - github.com/ydb-platform/ydb-go-yc-metadata v0.5.2 // indirect + github.com/ydb-platform/ydb-go-yc v0.12.1 // indirect + github.com/ydb-platform/ydb-go-yc-metadata v0.6.1 // indirect github.com/yunify/qingstor-sdk-go/v3 v3.2.0 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect github.com/zeebo/blake3 v0.2.3 // indirect |
