Skip to content

Commit

Permalink
Merge branch 'main' into infologging_ff_controls
Browse files Browse the repository at this point in the history
  • Loading branch information
honzap authored Aug 12, 2024
2 parents d2fc214 + f1c87d1 commit ebbce9b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
github.com/schollz/progressbar/v3 v3.14.5
github.com/schollz/progressbar/v3 v3.14.6
github.com/sirupsen/logrus v1.9.3
github.com/tdewolff/minify/v2 v2.20.37
github.com/ulikunitz/xz v0.5.12
Expand All @@ -42,10 +42,10 @@ require (
go.opentelemetry.io/otel/metric v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
go.opentelemetry.io/otel/trace v1.28.0
golang.org/x/crypto v0.25.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.7.0
golang.org/x/term v0.22.0
golang.org/x/crypto v0.26.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sync v0.8.0
golang.org/x/term v0.23.0
golang.org/x/tools v0.23.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
Expand Down Expand Up @@ -120,8 +120,8 @@ require (
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.34.2
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
26 changes: 14 additions & 12 deletions go.sum

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

0 comments on commit ebbce9b

Please sign in to comment.