Skip to content

Commit

Permalink
internal/fetch: gofmt format
Browse files Browse the repository at this point in the history
Change-Id: Ib03e0679f6737ee917131486e984ad213c9b736d
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/520735
Reviewed-by: Ian Lance Taylor <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
kokoro-CI: kokoro <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
cuishuang authored and gopherbot committed Aug 19, 2023
1 parent d3f7cf0 commit 5263b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/fetch/known_alternatives.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ var knownAlternatives = map[string]string{
"gopkg.in/azure/azure-sdk-for-go": "github.com/Azure/azure-sdk-for-go",
"github.com/masslessparticle/azure-sdk-for-go": "github.com/Azure/azure-sdk-for-go",
"github.com/aliyun/alibaba-cloud-sdk-go": "github.com/Azure/azure-sdk-for-go",
"github.com/johnstairs/azure-sdk-for-go ": "github.com/Azure/azure-sdk-for-go",
"github.com/shopify/sarama": "github.com/Shopify/sarama",
"github.com/johnstairs/azure-sdk-for-go ": "github.com/Azure/azure-sdk-for-go",
"github.com/shopify/sarama": "github.com/Shopify/sarama",
}

// knownAlternativeFor returns the module that the given module path is an alternative to,
Expand Down

0 comments on commit 5263b5a

Please sign in to comment.