File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,3 @@ require (
23
23
sigs.k8s.io/controller-runtime v0.6.0
24
24
sigs.k8s.io/yaml v1.2.0
25
25
)
26
-
27
- // replace (
28
- // // github.com/Azure/go-autorest/autorest has different versions for the Go
29
- // // modules than it does for releases on the repository. Note the correct
30
- // // version when updating.
31
- // github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.9.0
32
- // github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309
33
- //
34
- // // Kubernetes imports github.com/miekg/dns at a newer version but it is used
35
- // // by a package Helm does not need. Go modules resolves all packages rather
36
- // // than just those in use (like Glide and dep do). This sets the version
37
- // // to the one oras needs. If oras is updated the version should be updated
38
- // // as well.
39
- // github.com/miekg/dns => github.com/miekg/dns v0.0.0-20181005163659-0d29b283ac0f
40
- //
41
- // github.com/pkg/errors => github.com/pkg/errors v0.9.1
42
- // gopkg.in/inf.v0 v0.9.1 => github.com/go-inf/inf v0.9.1
43
- // gopkg.in/square/go-jose.v2 v2.3.0 => github.com/square/go-jose v2.3.0+incompatible
44
- //
45
- // rsc.io/letsencrypt => github.com/dmcgowan/letsencrypt v0.0.0-20160928181947-1847a81d2087
46
- // )
You can’t perform that action at this time.
0 commit comments