caching/vendor/github.com/golang
Matt Moore aa9bd3961c Migrate to knative.dev/pkg (#35)
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```

`Gopkg.toml`:
 - github.com/knative/pkg -> knative.dev/pkg
  - release-0.7 -> master

`./hack/update-codegen.sh`:
 - github.com/knative/pkg -> knative.dev/pkg

```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00
..
glog Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
groupcache Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07:00
protobuf Generate injection client for knative/caching. (#34) 2019-06-05 11:23:38 -07:00