-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 793 Bytes
/
go.mod
File metadata and controls
20 lines (16 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This is a generated file. Do not edit directly.
module k8s.io/node-api
go 1.13
require (
k8s.io/apimachinery v0.0.0-20200207025655-52a338251bb2
k8s.io/client-go v0.0.0-20200207030105-473926661c44
k8s.io/code-generator v0.0.0-20200207025509-0fa7fdad09bb
)
replace (
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
k8s.io/api => k8s.io/api v0.0.0-20200207025841-85a41f27a10c
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200207025655-52a338251bb2
k8s.io/client-go => k8s.io/client-go v0.0.0-20200207030105-473926661c44
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200207025509-0fa7fdad09bb
)