Skip to content

Commit 9d0421a

Browse files
tymonxndeloof
authored andcommitted
Removed the replace directive in the go.mod file
Signed-off-by: Tymoteusz Blazejczyk <[email protected]>
1 parent 340b548 commit 9d0421a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/AlecAivazis/survey/v2 v2.3.2
77
github.com/buger/goterm v1.0.3
88
github.com/cnabio/cnab-to-oci v0.3.1-beta1
9-
github.com/compose-spec/compose-go v1.0.8
9+
github.com/compose-spec/compose-go v1.0.9-0.20220101154228-91ed80f52afe
1010
github.com/containerd/console v1.0.3
1111
github.com/containerd/containerd v1.5.8
1212
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
@@ -128,5 +128,3 @@ require (
128128

129129
// (for buildx)
130130
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
131-
132-
replace github.com/compose-spec/compose-go v1.0.8 => github.com/compose-spec/compose-go v1.0.9-0.20220101154228-91ed80f52afe

0 commit comments

Comments
 (0)