1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 10:11:46 +00:00
Files
os/go.mod

27 lines
927 B
Modula-2
Raw Normal View History

2021-10-20 12:19:44 -07:00
module github.com/rancher/os2
2021-08-31 11:14:03 -07:00
go 1.16
require (
2021-10-20 10:58:54 -07:00
github.com/mattn/go-isatty v0.0.12
2021-10-13 16:00:29 -07:00
github.com/pin/tftp v2.1.0+incompatible // indirect
2021-08-31 11:14:03 -07:00
github.com/pkg/errors v0.9.1
2021-10-20 10:58:54 -07:00
github.com/rancher/fleet/pkg/apis v0.0.0-20210927195558-4aaa778d23dd
github.com/rancher/lasso v0.0.0-20210709145333-6c6cd7fd6607
github.com/rancher/rancher/pkg/apis v0.0.0-20211013185633-a636bda2a00e
github.com/rancher/steve v0.0.0-20210922195510-7224dc21013d
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20210929162341-5e6e996d9486
github.com/rancher/wrangler v0.8.7
github.com/sirupsen/logrus v1.7.0
2021-08-31 11:14:03 -07:00
github.com/tredoe/osutil v1.0.5
2021-10-20 10:58:54 -07:00
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
2021-10-13 16:00:29 -07:00
gopkg.in/pin/tftp.v2 v2.1.0
2021-10-20 10:58:54 -07:00
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/controller-runtime v0.9.0-beta.0
2021-08-31 11:14:03 -07:00
sigs.k8s.io/yaml v1.2.0
)
2021-10-20 10:58:54 -07:00
replace k8s.io/client-go => k8s.io/client-go v0.22.2