summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/internal/modfetch/bootstrap.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/internal/modfetch/bootstrap.go')
-rw-r--r--libgo/go/cmd/go/internal/modfetch/bootstrap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/cmd/go/internal/modfetch/bootstrap.go b/libgo/go/cmd/go/internal/modfetch/bootstrap.go
index 8f31589ebfc..e4020b0b41e 100644
--- a/libgo/go/cmd/go/internal/modfetch/bootstrap.go
+++ b/libgo/go/cmd/go/internal/modfetch/bootstrap.go
@@ -6,7 +6,7 @@
package modfetch
-import "cmd/go/internal/module"
+import "golang.org/x/mod/module"
func useSumDB(mod module.Version) bool {
return false