Skip to content

Commit

Permalink
Update code and regenerate .pb.go files for new location of goprotobuf.
Browse files Browse the repository at this point in the history
Change-Id: I1d64ba6bf13fd7fc2fa9c4c7addc7163ef8a26ee
  • Loading branch information
dsymonds committed Nov 25, 2014
1 parent 7e1f430 commit c98f627
Show file tree
Hide file tree
Showing 48 changed files with 63 additions and 57 deletions.
2 changes: 1 addition & 1 deletion appengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package appengine // import "google.golang.org/appengine"
import (
"net/http"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine/internal"
)
Expand Down
2 changes: 1 addition & 1 deletion datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"reflect"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion datastore/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strconv"
"strings"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion datastore/key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"encoding/json"
"testing"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion datastore/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"reflect"
"strings"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
pb "google.golang.org/appengine/internal/datastore"
Expand Down
2 changes: 1 addition & 1 deletion datastore/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"testing"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine/internal/aetesting"
pb "google.golang.org/appengine/internal/datastore"
Expand Down
2 changes: 1 addition & 1 deletion datastore/save.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"reflect"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
pb "google.golang.org/appengine/internal/datastore"
Expand Down
2 changes: 1 addition & 1 deletion datastore/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package datastore
import (
"errors"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion internal/aetesting/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"reflect"
"testing"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion internal/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"sync/atomic"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

basepb "google.golang.org/appengine/internal/base"
logpb "google.golang.org/appengine/internal/log"
Expand Down
2 changes: 1 addition & 1 deletion internal/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"testing"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

basepb "google.golang.org/appengine/internal/base"
remotepb "google.golang.org/appengine/internal/remote_api"
Expand Down
2 changes: 1 addition & 1 deletion internal/app_identity/app_identity_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/base/api_base.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/channel/channel_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/datastore/datastore_v3.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/image/images_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"net/url"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

remotepb "google.golang.org/appengine/internal/remote_api"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/log/log_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/mail/mail_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions internal/memcache/memcache_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/modules/modules_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This script rebuilds the generated code for the protocol buffers.
# To run this you will need protoc and goprotobuf installed;
# see https://code.google.com/p/goprotobuf/ for instructions.
# see https://github.com/golang/protobuf for instructions.

PKG=google.golang.org/appengine

Expand Down
2 changes: 1 addition & 1 deletion internal/remote_api/remote_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/search/search.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion internal/taskqueue/taskqueue_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package internal
import (
"reflect"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

pb "google.golang.org/appengine/internal/datastore"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/urlfetch/urlfetch_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions internal/user/user_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/xmpp/xmpp_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
"strings"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion log/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

pb "google.golang.org/appengine/internal/log"
)
Expand Down
2 changes: 1 addition & 1 deletion mail/mail.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package mail // import "google.golang.org/appengine/mail"
import (
"net/mail"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
2 changes: 1 addition & 1 deletion mail/mail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package mail
import (
"testing"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine/internal/aetesting"
basepb "google.golang.org/appengine/internal/base"
Expand Down
2 changes: 1 addition & 1 deletion memcache/memcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"errors"
"time"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"

"google.golang.org/appengine"
"google.golang.org/appengine/internal"
Expand Down
Loading

0 comments on commit c98f627

Please sign in to comment.