caching/hack
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
..
boilerplate Use `/usr/bin/env bash` instead of `/bin/bash` (#18) 2018-12-11 09:26:16 -08:00
OWNERS Update OWNERS to use OWNERS_ALIASES (#32) 2019-05-28 15:45:30 -07:00
update-codegen.sh Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07:00
update-deps.sh Update test-infra (#21) 2019-01-17 17:08:31 -08:00
verify-codegen.sh Use `/usr/bin/env bash` instead of `/bin/bash` (#18) 2018-12-11 09:26:16 -08:00