Commit Graph

5 Commits

Author SHA1 Message Date
Paul Schweigert 230ac69ffc
bump go.mod to v1.18 (#660)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-03 17:51:18 +00:00
knative-automation a31ce17164
upgrade to latest dependencies (#438)
bumping github.com/google/go-cmp ec71d6d...8fa37b4:
  > 8fa37b4 Fix reporter verbosity bug (# 253)
  > dc6435e De-virtualize interfaces for specialized diffing (# 254)
  > e9947a2 Run tests on Go 1.16 (# 252)
  > 3a98a11 cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (# 251)
bumping knative.dev/pkg 4048853...6a33a1a:
  > 6a33a1a Upgrade a few assorted dependencies (# 2058)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-15 11:59:01 -07:00
Matt Moore 7f5b718a01
[master] Auto-update dependencies (#261)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-29 09:02:42 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00