Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 53d1dfc

Browse files
authored
Merge pull request #146 from triggermesh/go-mod
Vendor update
2 parents 73b2cf9 + 5ae2de0 commit 53d1dfc

File tree

2,615 files changed

+321460
-112187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,615 files changed

+321460
-112187
lines changed

Gopkg.lock

Lines changed: 712 additions & 322 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
[[override]]
3232
name = "k8s.io/apimachinery"
33-
version = "kubernetes-1.12.6"
33+
version = "kubernetes-1.15.3"
3434

3535
[[override]]
3636
name = "k8s.io/api"
37-
version = "kubernetes-1.12.6"
37+
version = "kubernetes-1.15.3"
3838

3939
[[override]]
4040
name = "github.com/google/go-containerregistry"
@@ -43,39 +43,36 @@
4343

4444
[[override]]
4545
name = "k8s.io/client-go"
46-
version = "kubernetes-1.12.6"
46+
version = "kubernetes-1.15.3"
4747

4848
[[override]]
4949
name = "github.com/mholt/archiver"
5050
version = "v2.1.0"
5151

5252
[prune]
5353
go-tests = true
54+
non-go = true
5455
unused-packages = true
5556

56-
[[constraint]]
57+
[[override]]
5758
name = "github.com/knative/pkg"
5859
branch = "release-0.7"
5960

6061
[[constraint]]
61-
name = "github.com/knative/serving"
62-
version = "v0.7.1"
62+
name = "knative.dev/pkg"
63+
branch = "release-0.10"
6364

6465
[[constraint]]
65-
name = "github.com/knative/build"
66-
version = "v0.7.0"
66+
name = "knative.dev/serving"
67+
version = "v0.8.0"
6768

6869
[[constraint]]
69-
name = "github.com/knative/eventing"
70-
version = "v0.7.1"
70+
name = "github.com/knative/build"
71+
version = "v0.7.0"
7172

7273
[[constraint]]
73-
name = "github.com/knative/eventing-sources"
74-
version = "0.4.1"
75-
76-
[[override]]
77-
name = "github.com/stretchr/testify"
78-
version = "1.3.0"
74+
name = "knative.dev/eventing"
75+
version = "v0.10.1"
7976

8077
[[override]]
8178
name = "github.com/tektoncd/pipeline"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Go Report Card](https://goreportcard.com/badge/github.com/triggermesh/tm)](https://goreportcard.com/report/github.com/triggermesh/tm) [![CircleCI](https://circleci.com/gh/triggermesh/tm/tree/master.svg?style=shield)](https://circleci.com/gh/triggermesh/tm/tree/master)
22

3-
A CLI for [knative](https://github.com/knative)
3+
A CLI for [knative](https://knative.dev)
44

55
## Installation
66

@@ -34,7 +34,7 @@ tm deploy service foo -f gcr.io/google-samples/hello-app:1.0 --wait
3434
If you have Dockerfile for your service, you can use kaniko buildtemplate to deploy it
3535
```
3636
tm deploy service foobar \
37-
-f https://github.com/knative/docs \
37+
-f https://knative.dev/docs \
3838
--build-template https://raw.githubusercontent.com/triggermesh/build-templates/master/kaniko/kaniko.yaml \
3939
--build-argument DIRECTORY=docs/serving/samples/hello-world/helloworld-go \
4040
--wait

go.mod

Lines changed: 51 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,67 @@
11
module github.com/triggermesh/tm
22

3-
go 1.12
3+
go 1.13
44

55
require (
6+
cloud.google.com/go v0.49.0 // indirect
67
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
78
contrib.go.opencensus.io/exporter/stackdriver v0.12.1 // indirect
8-
github.com/Azure/azure-sdk-for-go v30.0.0+incompatible // indirect
9-
github.com/Azure/go-autorest/autorest v0.2.0 // indirect
10-
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
11-
github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
9+
github.com/aws/aws-sdk-go v1.25.23 // indirect
10+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
1211
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
1312
github.com/dsnet/compress v0.0.1 // indirect
14-
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
15-
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
16-
github.com/emirpasic/gods v1.12.0 // indirect
17-
github.com/evanphx/json-patch v4.1.0+incompatible // indirect
13+
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
14+
github.com/fatih/color v1.7.0 // indirect
15+
github.com/frankban/quicktest v1.7.2 // indirect
1816
github.com/ghodss/yaml v1.0.0
19-
github.com/gobuffalo/envy v1.6.15 // indirect
20-
github.com/gogo/protobuf v1.2.1 // indirect
21-
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
17+
github.com/gobuffalo/envy v1.8.1 // indirect
18+
github.com/gogo/protobuf v1.3.1 // indirect
19+
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
2220
github.com/golang/snappy v0.0.1 // indirect
23-
github.com/google/btree v1.0.0 // indirect
24-
github.com/google/go-containerregistry v0.0.0-20190320210540-8d4083db9aa0 // indirect
25-
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
26-
github.com/googleapis/gnostic v0.2.0 // indirect
27-
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282
28-
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
29-
github.com/imdario/mergo v0.3.7 // indirect
30-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
31-
github.com/json-iterator/go v1.1.6 // indirect
32-
github.com/knative/build v0.5.0
33-
github.com/knative/eventing v0.9.0
34-
github.com/knative/eventing-sources v0.4.1
35-
github.com/knative/pkg v0.0.0-20190428145930-105f928666ad
36-
github.com/knative/serving v0.9.0
21+
github.com/google/go-containerregistry v0.0.0-20191115225042-f8574ec722f4 // indirect
22+
github.com/googleapis/gnostic v0.3.1 // indirect
23+
github.com/gosuri/uitable v0.0.4
24+
github.com/hashicorp/golang-lru v0.5.3 // indirect
25+
github.com/imdario/mergo v0.3.8 // indirect
26+
github.com/knative/build v0.7.0
27+
github.com/knative/pkg v0.0.0-20190624141606-d82505e6c5b4 // indirect
3728
github.com/markbates/inflect v1.0.4 // indirect
3829
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
39-
github.com/mattn/go-runewidth v0.0.4 // indirect
30+
github.com/mattn/go-colorable v0.1.4 // indirect
31+
github.com/mattn/go-isatty v0.0.10 // indirect
32+
github.com/mattn/go-runewidth v0.0.6 // indirect
4033
github.com/mholt/archiver v2.1.0+incompatible
41-
github.com/mitchellh/go-homedir v1.1.0 // indirect
42-
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
4334
github.com/nwaples/rardecode v1.0.0 // indirect
44-
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
45-
github.com/rogpeppe/go-internal v1.2.2 // indirect
35+
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
36+
github.com/prometheus/client_golang v1.2.1 // indirect
37+
github.com/prometheus/procfs v0.0.8 // indirect
38+
github.com/robfig/cron v1.2.0 // indirect
4639
github.com/spf13/afero v1.2.2
47-
github.com/spf13/cobra v0.0.3
48-
github.com/spf13/pflag v1.0.3 // indirect
49-
github.com/stretchr/testify v1.3.0
50-
github.com/tektoncd/pipeline v0.3.1
51-
github.com/xanzy/ssh-agent v0.2.1 // indirect
52-
go.uber.org/atomic v1.3.2 // indirect
53-
go.uber.org/multierr v1.1.0 // indirect
54-
go.uber.org/zap v1.9.1 // indirect
55-
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
56-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
57-
google.golang.org/appengine v1.5.0 // indirect
58-
gopkg.in/inf.v0 v0.9.1 // indirect
59-
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
60-
gopkg.in/src-d/go-git.v4 v4.10.0
61-
gopkg.in/yaml.v2 v2.2.2
62-
k8s.io/api v0.0.0-20190226173710-145d52631d00
63-
k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc
64-
k8s.io/client-go v0.0.0-20190226174127-78295b709ec6
65-
k8s.io/kube-openapi v0.0.0-20190530181030-b52b5b0f5a7c // indirect
66-
k8s.io/kubernetes v1.14.2 // indirect
67-
knative.dev/eventing v0.9.0 // indirect
68-
knative.dev/pkg v0.0.0-20191003003108-2e27641cb53f
69-
knative.dev/serving v0.9.0 // indirect
70-
sigs.k8s.io/controller-runtime v0.0.0-20181113214900-0f0740db5681 // indirect
71-
sigs.k8s.io/yaml v1.1.0 // indirect
40+
github.com/spf13/cobra v0.0.5
41+
github.com/stretchr/testify v1.4.0
42+
github.com/tektoncd/pipeline v0.7.0
43+
go.opencensus.io v0.22.2 // indirect
44+
go.uber.org/atomic v1.5.1 // indirect
45+
go.uber.org/multierr v1.4.0 // indirect
46+
go.uber.org/zap v1.13.0 // indirect
47+
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1
48+
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
49+
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
50+
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
51+
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
52+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
53+
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d // indirect
54+
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
55+
google.golang.org/appengine v1.6.5 // indirect
56+
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
57+
google.golang.org/grpc v1.25.1 // indirect
58+
gopkg.in/src-d/go-git.v4 v4.13.1
59+
gopkg.in/yaml.v2 v2.2.7
60+
k8s.io/api v0.0.0-20190819141258-3544db3b9e44
61+
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
62+
k8s.io/client-go v0.0.0-20190819141724-e14f31a72a77
63+
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
64+
knative.dev/eventing v0.10.1
65+
knative.dev/pkg v0.0.0-20191107185656-884d50f09454
66+
knative.dev/serving v0.8.0
7267
)

0 commit comments

Comments
 (0)