Skip to content

Commit 592542f

Browse files
authored
Merge pull request #176 from guillemj/pu/known-mongodb
Add mongodb to known hosts
2 parents 75f0883 + 04bb165 commit 592542f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ func shortHostName(gopkg string, allowUnknownHoster bool) (host string, err erro
578578
"github.com": "github",
579579
"gitlab.com": "gitlab",
580580
"go.cypherpunks.ru": "cypherpunks",
581+
"go.mongodb.org": "mongodb",
581582
"go.opentelemetry.io": "opentelemetry",
582583
"go.step.sm": "step",
583584
"go.uber.org": "uber",

0 commit comments

Comments
 (0)