diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-13 15:16:48 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-11-13 08:27:45 -0800 |
| commit | 58febb4893e05f3bf02bdab80032bef6a6eb5f69 (patch) | |
| tree | 05f4ae2fdcca064683a6ca75f1fef085e01545b8 /go.mod | |
| parent | 436e035acea21e5c10c9f490ad094d4a807f5969 (diff) | |
| download | seaweedfs-58febb4893e05f3bf02bdab80032bef6a6eb5f69.tar.xz seaweedfs-58febb4893e05f3bf02bdab80032bef6a6eb5f69.zip | |
Bump github.com/schollz/progressbar/v3 from 3.13.1 to 3.14.1
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.13.1 to 3.14.1.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.13.1...v3.14.1)
---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,7 +65,7 @@ require ( github.com/magiconair/properties v1.8.7 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/mattn/go-ieproxy v0.0.11 // indirect - github.com/mattn/go-isatty v0.0.19 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect @@ -156,7 +156,7 @@ require ( github.com/rabbitmq/amqp091-go v1.9.0 github.com/rclone/rclone v1.64.2 github.com/rdleal/intervalst v1.2.0 - github.com/schollz/progressbar/v3 v3.13.1 + github.com/schollz/progressbar/v3 v3.14.1 github.com/shirou/gopsutil/v3 v3.23.9 github.com/tikv/client-go/v2 v2.0.7 github.com/ydb-platform/ydb-go-sdk-auth-environ v0.2.0 @@ -323,7 +323,7 @@ require ( go.uber.org/zap v1.24.0 // indirect golang.org/x/mod v0.13.0 // indirect golang.org/x/sync v0.4.0 // indirect - golang.org/x/term v0.13.0 // indirect + golang.org/x/term v0.14.0 // indirect golang.org/x/time v0.3.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect |
