Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping golang.org/x/mod 69aa7ac...baa5c2d:
  > baa5c2d all: add godoc links
  > 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
  > 22d21f4 zip: fix doc for CreateFromVCS function
  > bfed713 zip: fix LICENSE file handling to match modfetch
  > 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles
  > 2a1c06a modfile: update toolchain syntax
  > e81ad10 sumdb: correct spelling mistakes
  > e343115 sumdb: add missing return after http.Error
  > fc83a8f modfile: add support for dropping go and toolchain stmts
  > 1846133 modfile: add parsing support for toolchain
  > a73672d modfile: add support for go and toolchain lines
  > e7bea8f modfile: use semantic sort for exclude blocks
  > ad6fd61 zip: fix on Windows
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:
bumping github.com/gorilla/websocket b65e629...9111bb8:
  > 9111bb8 Dialer: add optional method NetDialTLSContext (# 746)
  > 2f25f78 Update README (# 757)
  > 4fad403 Remove support for Go 1.8
  > f0643a3 Improve protocol error messages
  > 2d6ee4c Update autobahn example
  > beca1d3 Fix broadcast benchmarks (# 542)
  > bcef843 Use context.Context in TLS handshake (# 751)
  > 2c89656 Modify http Method String Literal to Variable (# 728)
  > 1905f7e Update source to match output from gofmt 1.17
  > b4b5d88 Document the allowed concurrency on Upgrader and Dialer (# 636)
  > e8629af improve echo example (# 671)
  > c3dd95a build: use build matrix; drop Go <= 1.10 (# 629)
  > 78ab81e docs: clarify that sub protocols are not set via responseHeader arg.
  > 873e67e Fix how the client checks for presence of Upgrade: websocket, Connection: upgrade (# 604)
bumping go.uber.org/zap eaeb0fc...a55bdc3:
  > a55bdc3 Release v1.24.0 (# 1208)
  > ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195)
  > da406e3 Chore: Fix deprecation docs and links (# 1193)
  > 9b86a50 SugaredLogger: Turn error into zap.Error  (# 1185)
  > 9137e0e go.mod: Bump go directive to 1.19 (# 1181)
  > 7cabba7 Open absolute paths as files, limited Windows support (# 1159)
  > 7681a0a Export objectMarshalerPtr (# 1171)
  > 9abd14b chore: remove duplicate word in comments (# 1169)
  > eae3743 Logger, SugaredLogger: Add Level method (# 1148)
  > 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158)
  > 1ae5819 Release v1.23.0 (# 1157)
  > 23d6cc7 Add Stringers field constructor for slices of Stringer-compatible objects (# 1155)
  > 1e46f5e Issue Templates: Show a "Discussions" link for questions (# 1152)
  > 92dded6 Add issue template for questions (# 1151)
  > 4a895a2 zapcore: Add LevelOf(LevelEnabler), UnknownLevel (# 1147)
  > 19a5d8a Open: expose error cause, test for fs.ErrNotExist (# 1149)
  > bdd673d Replace os.TempDir usage with t.TempDir (# 1146)
  > 4b03bc5 Prepare release v1.22.0 (# 1145)
  > ee349f9 CI: Lint against 1.19 (# 1141)
  > 7ee98d2 ci: add go1.19 (# 1140)
  > ca232b9 zapcore/BufferedWriteSyncer: More docs (# 1139)
  > 4cfaabd chore(ztest/timeout): capture original scale after err handling (# 1138)
  > 11a750e chore(internal/exit): remove deprecated function (# 1137)
  > d6ce3b9 chore: remove redundant arg from logln (# 1136)
  > e3a10fc chore: use errors.New instead of format function without args for error (# 1134)
  > 2cfc92c lint CONTRIBUTING.md and README.md (# 1123)
  > 56b4e2b Remove the redundant return value of the `open` function (# 1120)
  > 78c80fb Logger: Add Log method (# 1118)
  > 2e615d8 CheckedEntry: avoid using deprecated Should internally (# 1117)
  > c58bc94 CONTRIBUTING: Remove mention of LINTABLE_MINOR_VERSIONS (# 1109)
  > 88a8b01 Fix typo in Must docs (# 1108)
  > e06e09a Add Must(*Logger, error) *Logger function (# 1105)
  > 41970cf Replace deprecated ioutil usage (# 1103)
  > 54f6204 Upgrade to yaml.v3 3.0.1 (# 1102)
  > e18477e Create issue templates (# 1100)
  > 9e61a39 CheckWriteHook: Don't allow Noop action (# 1089)
  > 71ecc42 Support arbitrary hook for fatal logs (# 1088)
  > 75dacb4 Tests pass regardless of codebase directory (# 1087)
  > d38507c SugaredLogger: Add *ln variants (# 1080)
  > 1d435ba SugaredLogger: Add WithOptions (# 1079)
  > 212dcb9 zapcore/encoder_test: Use yaml.v3 (# 1075)
  > 59749c9 Upgrade staticcheck and re-enable (# 1074)
  > 15be647 Add Objects and ObjectValues field constructors (# 1071)
  > 34cb012 Replace 'Interface' usage with correct zerolog api (# 1069)
  > 854d895 CI: Temporarily disable staticcheck
  > 32a858e CI: Run against Go 1.17 and 1.18 (# 1068)
  > fb6027f ObjectValues: Avoid copying
  > 6f34060 Release v1.21.0 (# 1059)
  > cac228a Add ObjectValues field constructor
  > a7613b2 JSON Encoder: Don't panic if EncodeLevel unset (# 1058)
  > 1ab8406 Add Objects field constructor for array of objects
  > a1155d9 Optimize AddCaller+AddStacktrace by sharing stacks (# 1052)
  > 3f20106 lint: Remove redundant embedded field accesses (# 1051)
  > c087e07 zap: Add ParseAtomicLevel func (# 1048)
  > e751939 zapcore: Add ParseLevel (# 1047)
  > ad0b02d Release v1.12.0 (# 1045)
  > 79cb86f ci: Cache dependencies for other submodules (# 1044)
  > da733e5 ci: Cache tools/ with GitHub Actions (# 1043)
  > 369c1bd feat: support custom ReflectType encoder (# 1039)
  > 9367581 sampler: Support thereafter of zero (# 1033)
  > 10b1fe4 Don't run benchmarks during CI (# 1029)
  > aea2a50 Drop support for Go < 1.15 (# 1028)
  > 625d01b Update changelog with text for PR # 989 and # 1011 (# 1027)
  > 7a9e717 Added SkipLineEnding to zapcore.EncoderConfig (# 989)
  > b62116b jsonEncoder: Close namespaces opened in an object (# 1017)
  > 2216968 Update benchmarks (# 1024)
  > 3d55364 Unflake BenchmarkSampler_CheckWithHook (# 1016)
  > 10d89a7 zapcore: Unflake TestSamplerConcurrent (# 1012)
  > 5e08337 JSON: Fix complex64 encoding precision (# 1011)
  > a0e2380 CI: Test with Go 1.17 (# 1009)
  > 7011157 Update goleak to v1.1.11 (# 1007)
  > b9d3dce Back to development (# 1006)
bumping knative.dev/hack ddae802...338500e:
  > 338500e Update actions (# 304)
  > 6f48889 Update community files (# 303)
bumping golang.org/x/sync 1ea3257...93782cc:
  > 93782cc errgroup: use WithCancelCause to cancel context
  > 4966af6 singleflight: example for using Group
  > a6666c1 go.mod: upgrade to go 1.17
bumping github.com/c2h5oh/datasize 28bbd47...859f65c:
  > 859f65c Merge pull request # 8 from SVilgelm/parse-helpers
  > 48ed595 Merge pull request # 6 from xiegeo/patch-1
  > ca8df46 Add Parse and MustParse helpers
  > a444365 fix typo

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Aug 3, 2023
1 parent 0bbb5c7 commit b9f3973
Show file tree
Hide file tree
Showing 196 changed files with 7,921 additions and 5,304 deletions.
37 changes: 19 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ require (
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230209165335-3624968304fd
github.com/google/gofuzz v1.2.0
github.com/google/mako v0.0.0-20190821191249-122f8dcef9e3
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/influxdata/influxdb-client-go/v2 v2.9.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/tsenart/vegeta/v12 v12.8.4
github.com/tsenart/vegeta/v12 v12.11.0
go.opencensus.io v0.24.0
go.uber.org/atomic v1.9.0
go.uber.org/automaxprocs v1.4.0
go.uber.org/zap v1.19.1
go.uber.org/zap v1.24.0
golang.org/x/net v0.12.0
golang.org/x/sync v0.2.0
golang.org/x/sync v0.3.0
golang.org/x/time v0.3.0
google.golang.org/api v0.124.0
google.golang.org/grpc v1.56.1
Expand All @@ -32,10 +32,10 @@ require (
k8s.io/code-generator v0.26.5
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
knative.dev/caching v0.0.0-20230718155311-24ff72399d90
knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/networking v0.0.0-20230718160410-75dcd54d9510
knative.dev/pkg v0.0.0-20230718152110-aef227e72ead
knative.dev/caching v0.0.0-20230802013852-e03e9f6594b3
knative.dev/hack v0.0.0-20230802014852-338500eed425
knative.dev/networking v0.0.0-20230802091048-29da3ac7ef4d
knative.dev/pkg v0.0.0-20230802191948-8d3f95106327
sigs.k8s.io/yaml v1.3.0
)

Expand Down Expand Up @@ -69,10 +69,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 // indirect
github.com/aws/smithy-go v1.13.3 // indirect
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20221004211355-a250ad2ca1e3 // indirect
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chrismellard/docker-credential-acr-env v0.0.0-20221002210726-e883f69e0206 // indirect
Expand All @@ -86,7 +87,7 @@ require (
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/go-kit/log v0.2.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
Expand Down Expand Up @@ -114,8 +115,7 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/miekg/dns v1.1.41 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand All @@ -124,24 +124,25 @@ require (
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/openzipkin/zipkin-go v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.7.0 // indirect
golang.org/x/tools v0.11.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230525234025-438c736192d0 // indirect
Expand Down
Loading

0 comments on commit b9f3973

Please sign in to comment.