Commit Graph

9 Commits

Author SHA1 Message Date
knative-automation 65e546f333
upgrade to latest dependencies (#480)
bumping knative.dev/pkg e6552a0...0e61d67:
  > 0e61d67 Bump assorted dependencies (# 2140)
  > a2869ae upgrade to latest dependencies (# 2139)
bumping go.uber.org/zap 404189c...ebebbf3:
  > ebebbf3 Release v1.17.0 (# 956)
  > 75ac0de Prepare release v1.17.0
  > f612082 zapcore/FieldType: Don't change enum values (# 955)
  > d3092aa Integrate FOSSA (# 953)
  > 4110cb4 lint: Check that 'go mod tidy' was run (# 951)
  > 756fb2a go mod tidy (# 947)
  > 2732714 internal/readme: Simplify if condition (# 945)
  > 2f8e331 FAQ: Add zapfilter (# 939)
  > 34ea13c Update dependencies to fix vulnerabilities in (# 936)
  > 9a9e13f Switch from Travis to GitHub Actions (# 940)
  > 15dca18 zapcore: Cleanup copy in NewMultiWriteSyncer (# 934)
  > 92549f9 Update dependencies to fix vulnerabilities (# 931)
  > 8d5e39e Add FilterFieldKey to zaptest/observer (# 928)
  > 016a93b Support multi-field encoding using zap.Inline (# 912)
  > 6f4d093 Add support for grpclog.LoggerV2 (# 881)
  > b73d9b5 tools: Move to submodule (# 914)
  > d5dd706 Remove outdated information, make dependencies is no longer necessary. (# 915)
  > dca7c25 Optimize Sugar logger for calls with a single string arg (# 913)
  > 9f3c0ee Fix: code quality issues using DeepSource (# 907)
  > 864bed1 http: support additional content type (# 903)
  > a68efdb travis: Test against ppc64le (# 872)
  > f5a3592 Byte alignment, optimization from 96 to 80 byte (# 865)
  > 5b4722d README: use pkg.go.dev instead of godoc.org (# 883)
  > 4b2b07c field/error: Handle panic in Error() (# 867)
  > 495658f travis: Test against stable and oldstable (# 882)
  > 9d2e5de Add FAQ question on zap dropping logs due to sampling (# 875)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-02 07:36:30 -07:00
knative-automation 0b6520137d
upgrade to latest dependencies (#374)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 06:28:34 -07:00
Matt Moore 7fcc1941cc
upgrade to latest dependencies (#353)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-06 20:38:21 -07:00
Matt Moore 90ce4328c6
[master] Auto-update dependencies (#285)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-07-13 09:25:18 -07:00
Matt Moore f613680e15
[master] Auto-update dependencies (#268)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-05-07 09:23:45 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore 8b0cd41569
Auto-update dependencies (#203)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign n3wscott
/cc n3wscott
2020-02-13 09:59:37 -08:00
mattmoor-sockpuppet 3f124e23c8 Auto-update dependencies (#100)
Produced via:
  `dep ensure -update knative.dev/test-infra knative.dev/pkg`
/assign mattmoor
2019-09-16 07:20:40 -07:00
Matt Moore aa9bd3961c Migrate to knative.dev/pkg (#35)
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```

`Gopkg.toml`:
 - github.com/knative/pkg -> knative.dev/pkg
  - release-0.7 -> master

`./hack/update-codegen.sh`:
 - github.com/knative/pkg -> knative.dev/pkg

```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00