-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (19 loc) · 783 Bytes
/
go.mod
File metadata and controls
25 lines (19 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-FileCopyrightText: (C) 2025 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
// NOTICE: This file has been modified by Intel Corporation.
// Original file can be found at https://github.com/tinkerbell/actions.
module img2disk
go 1.26.1
require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/klauspost/compress v1.18.0
github.com/lmittmann/tint v1.0.7
github.com/mattn/go-isatty v0.0.20
github.com/ulikunitz/xz v0.5.15
golang.org/x/sys v0.31.0
)
require (
github.com/open-edge-platform/infra-onboarding/tinker-actions/pkg/drive_detection v0.0.0-20250324105403-f8fa27a1b024
github.com/sirupsen/logrus v1.9.3 // indirect
)
replace github.com/open-edge-platform/infra-onboarding/tinker-actions/pkg/drive_detection => ../../pkg/drive_detection