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

Commit 2326379

Browse files
author
Pablo Mercado
authored
Merge pull request #23 from triggermesh/task/update-tm-reference-better-gcloud-branch
E2e: update tm reference
2 parents 8f1bd3d + b836358 commit 2326379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace k8s.io/client-go => k8s.io/client-go v0.23.5
77
require (
88
github.com/onsi/ginkgo/v2 v2.8.0
99
github.com/onsi/gomega v1.25.0
10-
github.com/triggermesh/triggermesh v1.24.1-0.20230301162805-e00148f7fb0c
10+
github.com/triggermesh/triggermesh v1.24.1-0.20230301202551-e75eb7438781
1111
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
1212
knative.dev/eventing v0.31.1-0.20220523181303-c3e13967001f
1313
knative.dev/pkg v0.0.0-20220818004048-4a03844c0b15

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,8 @@ github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
803803
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
804804
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
805805
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
806-
github.com/triggermesh/triggermesh v1.24.1-0.20230301162805-e00148f7fb0c h1:QL43ZIEcQXVaMrn1NezkzLFXw62hL3BOoo3K+oNPCUE=
807-
github.com/triggermesh/triggermesh v1.24.1-0.20230301162805-e00148f7fb0c/go.mod h1:QsT5rGh8b4EzsFIhutiV0jCyVFSTIG1yyt3+IACOlho=
806+
github.com/triggermesh/triggermesh v1.24.1-0.20230301202551-e75eb7438781 h1:/i2UuZy2EbLkG56PYzB24vd4recZccK4ywMB1QxUxpo=
807+
github.com/triggermesh/triggermesh v1.24.1-0.20230301202551-e75eb7438781/go.mod h1:QsT5rGh8b4EzsFIhutiV0jCyVFSTIG1yyt3+IACOlho=
808808
github.com/tsenart/go-tsz v0.0.0-20180814232043-cdeb9e1e981e/go.mod h1:SWZznP1z5Ki7hDT2ioqiFKEse8K9tU2OUvaRI0NeGQo=
809809
github.com/tsenart/vegeta/v12 v12.8.4/go.mod h1:ZiJtwLn/9M4fTPdMY7bdbIeyNeFVE8/AHbWFqCsUuho=
810810
github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=

0 commit comments

Comments
 (0)