Skip to content

Commit 04bb165

Browse files
committed
Add mongodb to known hosts
This is required by the go.mongodb.org/mongo-driver modules.
1 parent 75f0883 commit 04bb165

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)