all: change module to google.golang.org/protobuf

Temporarily remove go.mod, since we can't generate an accurate one until
the corresponding v1 change is submitted.

Change-Id: I1e1ad97f2b455e33f61ffaeb8676289795e47e72
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/177000
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
diff --git a/internal/fileinit/desc_lazy.go b/internal/fileinit/desc_lazy.go
index 7382d80..018b8e4 100644
--- a/internal/fileinit/desc_lazy.go
+++ b/internal/fileinit/desc_lazy.go
@@ -9,14 +9,14 @@
 	"fmt"
 	"reflect"
 
-	defval "github.com/golang/protobuf/v2/internal/encoding/defval"
-	wire "github.com/golang/protobuf/v2/internal/encoding/wire"
-	fieldnum "github.com/golang/protobuf/v2/internal/fieldnum"
-	pimpl "github.com/golang/protobuf/v2/internal/impl"
-	ptype "github.com/golang/protobuf/v2/internal/prototype"
-	pvalue "github.com/golang/protobuf/v2/internal/value"
-	pref "github.com/golang/protobuf/v2/reflect/protoreflect"
-	preg "github.com/golang/protobuf/v2/reflect/protoregistry"
+	defval "google.golang.org/protobuf/internal/encoding/defval"
+	wire "google.golang.org/protobuf/internal/encoding/wire"
+	fieldnum "google.golang.org/protobuf/internal/fieldnum"
+	pimpl "google.golang.org/protobuf/internal/impl"
+	ptype "google.golang.org/protobuf/internal/prototype"
+	pvalue "google.golang.org/protobuf/internal/value"
+	pref "google.golang.org/protobuf/reflect/protoreflect"
+	preg "google.golang.org/protobuf/reflect/protoregistry"
 )
 
 func (file *fileDesc) lazyInit() *fileLazy {