commit | e89e6244e0e8ee1102cbae1bc781b7a6f1d00a62 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon May 13 23:55:40 2019 -0700 |
committer | Damien Neil <dneil@google.com> | Tue May 14 17:28:29 2019 +0000 |
tree | 9640b7f25fa92f42d361dc83e06d68f64812afd8 | |
parent | ac31a352caa2b62972d34c61decc97efe84cacab [diff] [blame] |
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/encoding/json/encode.go b/internal/encoding/json/encode.go index f73e224..39a5014 100644 --- a/internal/encoding/json/encode.go +++ b/internal/encoding/json/encode.go
@@ -8,7 +8,7 @@ "strconv" "strings" - "github.com/golang/protobuf/v2/internal/errors" + "google.golang.org/protobuf/internal/errors" ) // Encoder provides methods to write out JSON constructs and values. The user is