dependabot[bot]
84895b77df
Bump google.golang.org/grpc from 1.36.0 to 1.56.3 ( #6088 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.36.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.36.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 06:28:45 +00:00
dependabot[bot]
f059ce2106
Bump golang.org/x/net from 0.17.0 to 0.23.0 ( #5945 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 05:31:37 +00:00
dependabot[bot]
4b0466c732
Bump golang.org/x/net from 0.7.0 to 0.17.0 ( #5712 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 06:32:27 +00:00
dependabot[bot]
eb69410ca8
Bump golang.org/x/net from 0.0.0-20201209123823-ac852fbbde11 to 0.7.0 ( #5455 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20201209123823-ac852fbbde11 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 17:38:58 +00:00
knative-automation
97e85f95f0
upgrade to latest dependencies ( #4597 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-12-17 07:42:18 -08:00
knative-automation
ebbf6c7f18
upgrade to latest dependencies ( #3105 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:41:31 -08:00
Kenjiro Nakayama
58c473597c
Fix Istio installation for CI ( #2889 )
...
* Import net-istio
* Run hack/update-deps.sh
* Update test/e2e-test.sh
* Fix mistake
* Update go.mod and re-run hack/update-deps.sh
2020-10-06 12:10:01 -05:00
Chi Zhang
804aded0ea
Fix the go mod vendor path for knative test-infra ( #2785 )
2020-08-28 10:37:07 -07:00
Chi Zhang
73030ef0f0
Switch from dep to go mod ( #2718 )
2020-08-26 13:58:06 -07:00
Adriano Cunha
49126fcc43
Add real build/unit presubmit tests ( #734 )
...
Addresses #66 .
Addresses #67 .
* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.
Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-10 14:23:42 -08:00
Harwayne
f0516ef1f6
Eventing - IoT Core Sample ( #519 )
...
* Intial work porting the old event-flow to the new object model.
* hack/update-deps.sh
* Minor typos
* Update the function to point at the correct topic.
2018-11-12 14:33:45 -08:00
Evan Anderson
32f3f9483a
Add a minimal-dependencies working example listening to k8s events ( #240 )
...
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.
* Clean up go build and make it work.
* Add a comment for where to update image.
* Clean up prereqs & steps 1-2 based on test runthrough.
* 'Merge'
* Name function 'read-k8s-events' like in the example.
* Fix the image path to work with ko.
* More name fixes for ko
* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/
* Update paths for dep + docker build.
* Add initial startup line to indicate container is running.
* Update Kibana logging details
* Apply PR feedback.
2018-07-24 08:53:34 -07:00
Matt Moore
9c53576183
Fix numerous sample READMEs ( #127 )
...
* Fix grpc-ping-go
Still doesn't work, but at least it builds again.
* Fix autoscale-go
* Fix buildpack-app-dotnet
* Fix buildpack-function-nodejs
* Fix rest-api-go
* Fix telemetry-go sample
* Fix gitwebhook-go
* Fix knative-routing-go
* Address feedback from Ville.
Prune boilerplate dep comment, fix cleanup command.
2018-07-14 11:01:35 -07:00