Skip to content

Commit

Permalink
Merge pull request #13 from MikaelUrankar/zx2c4
Browse files Browse the repository at this point in the history
Add entry for golang.zx2c4.com/wireguard
  • Loading branch information
dmgk authored Jun 7, 2020
2 parents 9aa1ada + a9822b3 commit 1faae9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuple/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ var resolvers = map[string]resolver{
"go4.org": &mirror{GH, "go4org", "go4", ""},
"gocloud.dev": &mirror{GH, "google", "go-cloud", ""},
"golang.org": mirrorFn(golangOrgResolver),
"golang.zx2c4.com/wireguard": &mirror{GH, "wireguard", "wireguard-go", ""},
"google.golang.org/api": &mirror{GH, "googleapis", "google-api-go-client", ""},
"google.golang.org/appengine": &mirror{GH, "golang", "appengine", ""},
"google.golang.org/genproto": &mirror{GH, "google", "go-genproto", ""},
Expand Down

0 comments on commit 1faae9f

Please sign in to comment.