Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.17.1 #507

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/Snowflake-Labs/sansshell

go 1.21
toolchain go1.22.5

require (
github.com/coreos/go-systemd/v22 v22.5.0
Expand All @@ -15,7 +16,7 @@ require (
github.com/open-policy-agent/opa v0.67.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.20.2
github.com/schollz/progressbar/v3 v3.14.4
github.com/schollz/progressbar/v3 v3.17.1
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
go.opentelemetry.io/otel v1.28.0
Expand All @@ -25,8 +26,8 @@ require (
go.opentelemetry.io/otel/trace v1.28.0
gocloud.dev v0.32.0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.25.0
golang.org/x/term v0.22.0
golang.org/x/sys v0.27.0
golang.org/x/term v0.26.0
google.golang.org/grpc v1.65.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
google.golang.org/protobuf v1.34.2
Expand Down
22 changes: 10 additions & 12 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading