Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Triggers dependency for CLI #792

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/tektoncd/pipeline v0.11.0-rc1
github.com/tektoncd/plumbing v0.0.0-20200217163359-cd0db6e567d2
github.com/tektoncd/triggers v0.2.1-preview.0.20200130181252-68f571334722
github.com/tektoncd/triggers v0.3.2-0.20200309195848-700e5df278fb
github.com/tidwall/gjson v1.6.0 // indirect
github.com/tidwall/sjson v1.0.4 // indirect
go.opencensus.io v0.22.1
Expand Down Expand Up @@ -59,6 +59,3 @@ replace (
k8s.io/code-generator => k8s.io/code-generator v0.16.5
k8s.io/gengo => k8s.io/gengo v0.0.0-20190327210449-e17681d19d3a
)

// Temporary
replace github.com/tektoncd/triggers => github.com/vdemeester/tektoncd-triggers v0.0.0-20200302105517-91104f68d7c9
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ github.com/tektoncd/pipeline v0.11.0-rc1/go.mod h1:nXK3nCiNJQ/LDbRsJvo+3LU3MJIth
github.com/tektoncd/plumbing v0.0.0-20200217163359-cd0db6e567d2 h1:BksmpUwtap3THXJ8Z4KGcotsvpRdFQKySjDHgtc22lA=
github.com/tektoncd/plumbing v0.0.0-20200217163359-cd0db6e567d2/go.mod h1:QZHgU07PRBTRF6N57w4+ApRu8OgfYLFNqCDlfEZaD9Y=
github.com/tektoncd/plumbing/pipelinerun-logs v0.0.0-20191206114338-712d544c2c21/go.mod h1:S62EUWtqmejjJgUMOGB1CCCHRp6C706laH06BoALkzU=
github.com/tektoncd/triggers v0.2.1-preview.0.20200130181252-68f571334722/go.mod h1:sf5zayuDu6gUI4JsCYDunukfrb1ng/Lz0FoWcJ0cFt4=
github.com/tektoncd/triggers v0.3.2-0.20200309195848-700e5df278fb h1:uHsFenPEYFnyBfvylIrgHYTqnODg0KvBTrUa+LKZhOI=
github.com/tektoncd/triggers v0.3.2-0.20200309195848-700e5df278fb/go.mod h1:sf5zayuDu6gUI4JsCYDunukfrb1ng/Lz0FoWcJ0cFt4=
github.com/tidwall/gjson v1.6.0 h1:9VEQWz6LLMUsUl6PueE49ir4Ka6CzLymOAZDxpFsTDc=
github.com/tidwall/gjson v1.6.0/go.mod h1:P256ACg0Mn+j1RXIDXoss50DeIABTYK1PULOJHhxOls=
github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=
Expand Down

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

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

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

27 changes: 27 additions & 0 deletions vendor/github.com/tektoncd/triggers/test/controller.go

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

Loading