|
1 | 1 | module github.com/terraform-providers/terraform-provider-rancher2 |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/ghodss/yaml v1.0.0 |
7 | 7 | github.com/hashicorp/go-version v1.2.0 |
8 | 8 | github.com/hashicorp/terraform-plugin-sdk v1.14.0 |
9 | 9 | github.com/rancher/norman v0.0.0-20210225010917-c7fd1e24145b |
10 | | - github.com/rancher/rancher v0.0.0-20210505234332-cf16ca13d023 |
| 10 | + github.com/rancher/rancher v0.0.0-20210714221037-3c54189441fd |
11 | 11 | github.com/rancher/rancher/pkg/apis v0.0.0 |
12 | 12 | github.com/rancher/rancher/pkg/client v0.0.0 |
13 | | - golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 |
| 13 | + golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e |
14 | 14 | golang.org/x/sync v0.0.0-20201207232520-09787c993a3a |
15 | 15 | gopkg.in/yaml.v2 v2.3.0 |
16 | | - k8s.io/api v0.20.0 |
17 | | - k8s.io/apimachinery v0.20.0 |
18 | | - k8s.io/apiserver v0.20.0 |
| 16 | + k8s.io/api v0.20.6 |
| 17 | + k8s.io/apimachinery v0.20.6 |
| 18 | + k8s.io/apiserver v0.20.6 |
19 | 19 | ) |
20 | 20 |
|
21 | 21 | replace ( |
22 | 22 | github.com/crewjam/saml => github.com/crewjam/saml v0.4.1 |
23 | | - github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20210505234332-cf16ca13d023 |
24 | | - github.com/rancher/rancher/pkg/client => github.com/rancher/rancher/pkg/client v0.0.0-20210505234332-cf16ca13d023 |
| 23 | + github.com/rancher/rancher/pkg/apis => github.com/rancher/rancher/pkg/apis v0.0.0-20210714221037-3c54189441fd |
| 24 | + github.com/rancher/rancher/pkg/client => github.com/rancher/rancher/pkg/client v0.0.0-20210714221037-3c54189441fd |
25 | 25 | k8s.io/api => k8s.io/api v0.20.0 |
26 | 26 | k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.20.0 |
27 | 27 | k8s.io/apimachinery => k8s.io/apimachinery v0.20.0 |
|
0 commit comments