Skip to content

Commit ff1cc7e

Browse files
Bump github.com/opencontainers/runc from 1.3.0 to 1.3.3
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.3.0 to 1.3.3. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.3.3/CHANGELOG.md) - [Commits](opencontainers/runc@v1.3.0...v1.3.3) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-version: 1.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a97be56 commit ff1cc7e

File tree

2 files changed

+64
-6
lines changed

2 files changed

+64
-6
lines changed

go.mod

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ require (
9595
github.com/matoous/go-nanoid v1.5.0
9696
github.com/minio/crc64nvme v1.0.1
9797
github.com/puzpuzpuz/xsync v1.5.2
98+
github.com/treeverse/lakefs/modules/api/factory v0.0.0-20251107211837-4fa35fc73484
99+
github.com/treeverse/lakefs/modules/auth/factory v0.0.0-20251111112525-42d6b6989877
100+
github.com/treeverse/lakefs/modules/authentication/factory v0.0.0-20251107211837-4fa35fc73484
101+
github.com/treeverse/lakefs/modules/block/factory v0.0.0-20251111112525-42d6b6989877
102+
github.com/treeverse/lakefs/modules/catalog/factory v0.0.0-20251111112525-42d6b6989877
103+
github.com/treeverse/lakefs/modules/config/factory v0.0.0-20251111112525-42d6b6989877
104+
github.com/treeverse/lakefs/modules/gateway/factory v0.0.0-20251111112525-42d6b6989877
105+
github.com/treeverse/lakefs/modules/license/factory v0.0.0-20251111112525-42d6b6989877
106+
github.com/treeverse/lakefs/webui v0.0.0-20251111114129-a97be56e94f8
98107
go.uber.org/ratelimit v0.3.0
99108
gocloud.dev v0.34.1-0.20231122211418-53ccd8db26a1
100109
)
@@ -112,7 +121,7 @@ require (
112121
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
113122
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
114123
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
115-
github.com/BurntSushi/toml v1.3.2 // indirect
124+
github.com/BurntSushi/toml v1.4.0 // indirect
116125
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
117126
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect
118127
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
@@ -253,7 +262,7 @@ require (
253262
github.com/modern-go/reflect2 v1.0.2 // indirect
254263
github.com/opencontainers/go-digest v1.0.0 // indirect
255264
github.com/opencontainers/image-spec v1.1.1 // indirect
256-
github.com/opencontainers/runc v1.3.0 // indirect
265+
github.com/opencontainers/runc v1.3.3 // indirect
257266
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
258267
github.com/prometheus/client_model v0.6.1 // indirect
259268
github.com/prometheus/common v0.55.0 // indirect

0 commit comments

Comments
 (0)