diff --git a/test/integration/test-fixtures/image-go-bin-arch-coverage/go.mod b/test/integration/test-fixtures/image-go-bin-arch-coverage/go.mod index 4add6f7dc05..b9d7c010eee 100644 --- a/test/integration/test-fixtures/image-go-bin-arch-coverage/go.mod +++ b/test/integration/test-fixtures/image-go-bin-arch-coverage/go.mod @@ -7,7 +7,7 @@ require ( golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 ) -require golang.org/x/sys v0.0.0-20211006194710-c8a6f5223071 // indirect +require golang.org/x/sys v0.1.0 // indirect exclude golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 diff --git a/test/integration/test-fixtures/image-go-bin-arch-coverage/go.sum b/test/integration/test-fixtures/image-go-bin-arch-coverage/go.sum index 832264401b6..18f0d0283e6 100644 --- a/test/integration/test-fixtures/image-go-bin-arch-coverage/go.sum +++ b/test/integration/test-fixtures/image-go-bin-arch-coverage/go.sum @@ -3,8 +3,8 @@ golang.org/x/net v0.0.0-20211006190231-62292e806868/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211006194710-c8a6f5223071 h1:PjhxBct4MZii8FFR8+oeS7QOvxKOTZXgk63EU2XpfJE= -golang.org/x/sys v0.0.0-20211006194710-c8a6f5223071/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210916214954-140adaaadfaf h1:Ihq/mm/suC88gF8WFcVwk+OV6Tq+wyA1O0E5UEvDglI= golang.org/x/term v0.0.0-20210916214954-140adaaadfaf/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=