Skip to content

Commit b9bc3bc

Browse files
build(deps): Bump github.com/distribution/distribution/v3 from 3.0.0-rc.1 to 3.0.0-rc.2 (#49)
build(deps): Bump github.com/distribution/distribution/v3 Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) from 3.0.0-rc.1 to 3.0.0-rc.2. - [Release notes](https://github.com/distribution/distribution/releases) - [Commits](distribution/distribution@v3.0.0-rc.1...v3.0.0-rc.2) --- updated-dependencies: - dependency-name: github.com/distribution/distribution/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afc1eef commit b9bc3bc

File tree

2 files changed

+92
-87
lines changed

2 files changed

+92
-87
lines changed

go.mod

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.3
44

55
require (
66
github.com/CloudNativeAI/model-spec v0.0.0-20241121031550-59ad02d4a225
7-
github.com/distribution/distribution/v3 v3.0.0-rc.1
7+
github.com/distribution/distribution/v3 v3.0.0-rc.2
88
github.com/distribution/reference v0.6.0
99
github.com/dustin/go-humanize v1.0.1
1010
github.com/emirpasic/gods v1.18.1
@@ -16,6 +16,7 @@ require (
1616
github.com/stretchr/testify v1.10.0
1717
github.com/vbauerster/mpb/v8 v8.8.3
1818
golang.org/x/crypto v0.31.0
19+
golang.org/x/sync v0.10.0
1920
oras.land/oras-go/v2 v2.5.0
2021
)
2122

@@ -32,20 +33,20 @@ require (
3233
github.com/go-logr/stdr v1.2.2 // indirect
3334
github.com/google/uuid v1.6.0 // indirect
3435
github.com/gorilla/mux v1.8.2-0.20240619235004-db9d1d0073d2 // indirect
35-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
36+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
3637
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
3738
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
3839
github.com/inconshreveable/mousetrap v1.1.0 // indirect
39-
github.com/klauspost/compress v1.17.9 // indirect
40+
github.com/klauspost/compress v1.17.11 // indirect
4041
github.com/magiconair/properties v1.8.7 // indirect
4142
github.com/mattn/go-runewidth v0.0.16 // indirect
4243
github.com/mitchellh/mapstructure v1.5.0 // indirect
4344
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4445
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
4546
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
46-
github.com/prometheus/client_golang v1.20.4 // indirect
47+
github.com/prometheus/client_golang v1.20.5 // indirect
4748
github.com/prometheus/client_model v0.6.1 // indirect
48-
github.com/prometheus/common v0.55.0 // indirect
49+
github.com/prometheus/common v0.60.1 // indirect
4950
github.com/prometheus/procfs v0.15.1 // indirect
5051
github.com/rivo/uniseg v0.4.7 // indirect
5152
github.com/sagikazarmark/locafero v0.6.0 // indirect
@@ -56,36 +57,36 @@ require (
5657
github.com/spf13/pflag v1.0.5 // indirect
5758
github.com/stretchr/objx v0.5.2 // indirect
5859
github.com/subosito/gotenv v1.6.0 // indirect
59-
go.opentelemetry.io/contrib/bridges/prometheus v0.54.0 // indirect
60-
go.opentelemetry.io/contrib/exporters/autoexport v0.54.0 // indirect
61-
go.opentelemetry.io/otel v1.29.0 // indirect
62-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0 // indirect
63-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 // indirect
64-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0 // indirect
65-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
66-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
67-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
68-
go.opentelemetry.io/otel/exporters/prometheus v0.51.0 // indirect
69-
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.5.0 // indirect
70-
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0 // indirect
71-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 // indirect
72-
go.opentelemetry.io/otel/log v0.5.0 // indirect
73-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
74-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
75-
go.opentelemetry.io/otel/sdk/log v0.5.0 // indirect
76-
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
77-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
60+
go.opentelemetry.io/contrib/bridges/prometheus v0.57.0 // indirect
61+
go.opentelemetry.io/contrib/exporters/autoexport v0.57.0 // indirect
62+
go.opentelemetry.io/otel v1.32.0 // indirect
63+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
64+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 // indirect
65+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 // indirect
66+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 // indirect
67+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
68+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
69+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
70+
go.opentelemetry.io/otel/exporters/prometheus v0.54.0 // indirect
71+
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.8.0 // indirect
72+
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0 // indirect
73+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 // indirect
74+
go.opentelemetry.io/otel/log v0.8.0 // indirect
75+
go.opentelemetry.io/otel/metric v1.32.0 // indirect
76+
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
77+
go.opentelemetry.io/otel/sdk/log v0.8.0 // indirect
78+
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
79+
go.opentelemetry.io/otel/trace v1.32.0 // indirect
7880
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
7981
go.uber.org/multierr v1.11.0 // indirect
8082
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
81-
golang.org/x/net v0.29.0 // indirect
82-
golang.org/x/sync v0.10.0 // indirect
83+
golang.org/x/net v0.30.0 // indirect
8384
golang.org/x/sys v0.28.0 // indirect
8485
golang.org/x/term v0.27.0 // indirect
8586
golang.org/x/text v0.21.0 // indirect
86-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
88-
google.golang.org/grpc v1.66.2 // indirect
87+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
88+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
89+
google.golang.org/grpc v1.68.0 // indirect
8990
google.golang.org/protobuf v1.35.1 // indirect
9091
gopkg.in/ini.v1 v1.67.0 // indirect
9192
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)