Skip to content

Commit

Permalink
move to dep for golang dep mgmt, remove godep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McCormick committed Sep 12, 2018
1 parent 6485a20 commit c48d386
Show file tree
Hide file tree
Showing 5,615 changed files with 2,307,492 additions and 1,728 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,718 changes: 0 additions & 1,718 deletions Godeps/Godeps.json

This file was deleted.

605 changes: 605 additions & 0 deletions Gopkg.lock

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.9.0"

[[constraint]]
name = "k8s.io/client-go"
version = "6.0.0"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.9.0"
7 changes: 4 additions & 3 deletions bin/get-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
echo "Getting project dependencies..."

sudo yum -y install mercurial golang

go get github.com/tools/godep
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
#go get github.com/tools/godep
go get github.com/blang/expenv

godep restore
dep ensure
#godep restore

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Expand Down
2 changes: 0 additions & 2 deletions bin/pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# limitations under the License.

P_IMAGE_PREFIX=registry-dev.crunchydata.com/crunchydata
CO_IMAGE_PREFIX=crunchydata
CO_IMAGE_TAG=centos7-3.2.0

for CNAME in pgo-rmdata pgo-load pgo-lspvc postgres-operator pgo-apiserver
do
Expand Down
9 changes: 4 additions & 5 deletions bin/remove-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

docker rmi -f pgo-lspvc $CO_IMAGE_PREFIX/pgo-lspvc:$CO_IMAGE_TAG
docker rmi -f postgres-operator $CO_IMAGE_PREFIX/postgres-operator:$CO_IMAGE_TAG
docker rmi -f pgo-load $CO_IMAGE_PREFIX/pgo-load:$CO_IMAGE_TAG
docker rmi -f pgo-apiserver $CO_IMAGE_PREFIX/pgo-apiserver:$CO_IMAGE_TAG
docker rmi -f pgo-rmdata $CO_IMAGE_PREFIX/pgo-rmdata:$CO_IMAGE_TAG
for CNAME in pgo-lspvc postgres-operator pgo-load pgo-apiserver pgo-rmdata pgo-backrest
do
docker rmi -f $CNAME $CO_IMAGE_PREFIX/$CNAME:$CO_IMAGE_TAG
done
5 changes: 5 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/.gitignore

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

7 changes: 7 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/.travis.yml

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

12 changes: 12 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/LICENSE

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

187 changes: 187 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/README.md

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

57 changes: 57 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/bench_test.go

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

9 changes: 9 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/benchmarks/v0.1.0

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

35 changes: 35 additions & 0 deletions vendor/github.com/PuerkitoBio/purell/example_test.go

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

Loading

0 comments on commit c48d386

Please sign in to comment.