Skip to content

Commit

Permalink
chore: drop unused package
Browse files Browse the repository at this point in the history
It was implemented to support Firecracker which wasn't able to load
compressed Linux kernels.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 6, 2021
1 parent 961d156 commit adf0507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
k8s.io/apiserver v0.23.0-alpha.4 // indirect
k8s.io/cli-runtime v0.23.0-alpha.4 // indirect
k8s.io/client-go v0.23.0-alpha.4
k8s.io/component-base v0.23.0-alpha.4 // indirect
k8s.io/component-base v0.23.0-alpha.4
k8s.io/cri-api v0.23.0-alpha.4
k8s.io/kubectl v0.23.0-alpha.4
k8s.io/kubelet v0.23.0-alpha.4
Expand All @@ -36,7 +36,6 @@ require (
github.com/containerd/cgroups v1.0.2
github.com/containerd/containerd v1.5.8
github.com/containerd/cri v1.19.0
github.com/containerd/go-cni v1.1.0
github.com/containerd/typeurl v1.0.2
github.com/containernetworking/cni v1.0.1
github.com/containernetworking/plugins v1.0.1
Expand Down Expand Up @@ -79,7 +78,6 @@ require (
github.com/rs/xid v1.3.0
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7
github.com/smira/go-xz v0.0.0-20201019130106-9921ed7a9935
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/talos-systems/crypto v0.3.4
Expand Down Expand Up @@ -152,6 +150,7 @@ require (
github.com/cilium/ebpf v0.7.0 // indirect
github.com/containerd/continuity v0.1.0 // indirect
github.com/containerd/fifo v1.0.0 // indirect
github.com/containerd/go-cni v1.1.0 // indirect
github.com/containerd/ttrpc v1.1.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,6 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/smira/go-xz v0.0.0-20201019130106-9921ed7a9935 h1:64eGQ94st1udqkO66IaMG05KGThUJcXHqyE6UeKQBoE=
github.com/smira/go-xz v0.0.0-20201019130106-9921ed7a9935/go.mod h1:smSuTvETRIkX95VAIWBdKoGJuUxif7NT7FgbkpVqOiA=
github.com/smira/tcpproxy v0.0.0-20201015133617-de5f7797b95b h1:95WXQlM2dDPgIXTlnpwiJPa0l0ipl1RwMvdy8KLUyH8=
github.com/smira/tcpproxy v0.0.0-20201015133617-de5f7797b95b/go.mod h1:yDIWrelwlTRXdKvQqqQ+8lCwCjbSRtkat49REnui7hk=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
Expand Down
75 changes: 0 additions & 75 deletions pkg/provision/internal/vmlinuz/vmlinuz.go

This file was deleted.

0 comments on commit adf0507

Please sign in to comment.