aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/key.go
blob: 06f9989b9d4373c6ae8e477d8eb864ffece1677d (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package modfetch

var knownGOSUMDB = map[string]string{
	"sum.golang.org": "sum.golang.org+033de0ae+Ac4zctda0e5eza+HJyk9SxEdh+s3Ux18htTTAD8OuAn8",
}