Skip to content

Commit 87812b5

Browse files
committed
go.mod: remove unused commented section
1 parent 654c1a5 commit 87812b5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

go.mod

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,3 @@ require (
2323
sigs.k8s.io/controller-runtime v0.6.0
2424
sigs.k8s.io/yaml v1.2.0
2525
)
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-
//)

0 commit comments

Comments
 (0)