Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #14240

Merged

Commits on Aug 8, 2023

  1. upgrade to latest dependencies

    bumping golang.org/x/sys a1a9c4b...104d401:
      > 104d401 unix: add riscv_hwprobe for riscv64
      > 70f4e40 unix: retry fetching of lists through sysctl if the size changes
      > ad7130c unix: add more block device ioctl numbers
      > c406141 all: fix some typos
      > 25d0004 unix: fix last argument of pselect6 on linux
      > 706fa98 windows: remove repetitive words
      > 3fead03 unix: add Mremap for netbsd
    bumping golang.org/x/net c73c09c...c8c0290:
      > c8c0290 go.mod: update golang.org/x dependencies
      > 0b21d06 quic: framework for testing blocking operations
      > 4648651 quic: add -vv flag for more verbose tests
      > 60ae793 quic: don't send session tickets
      > a7da556 http2: optimize buffer allocation in transport
      > 167593b quic: create and accept streams
      > 8ffa475 html: only render content literally in the HTML namespace
      > 63fe334 quic: gate and queue synchronization primitives
      > bd8ac9e quic: fill out connection id handling
      > 08001cc quic: debug logging of packets
      > dd0aa33 quic: tls handshake
      > 5e678bb quic: CRYPTO stream handling
      > dd5bc96 internal/quic: deflake TestConnTestConn
      > d0912d4 quic: add pipe type
      > 8db2ead quic: transport parameter encoding and decoding
      > 0adcadf quic: send and receive datagrams
      > 16cc77a quic: print better stacks on SIGQUIT
      > 4a3f925 quic: basic connection event loop
      > 57553cb quic: connection ids
      > 304cc91 quic: tracking of received packets and acks to send
      > 9475ce1 quic: fix typos in comments
      > d8f9c01 dns/dnsmessage: add fuzz test
      > 8126108 dns/dnsmessage: update Parser docs
      > a1613c2 http2: handle trailing colon in authorityAddr
    bumping golang.org/x/crypto e984872...b4ddeed:
      > b4ddeed go.mod: update golang.org/x dependencies
      > edc325d ssh: fix call to Fatalf from a non-test goroutine
      > eab9315 ssh: add diffie-hellman-group16-sha512 kex
      > ddfa821 ssh: ignore invalid MACs and KEXs just like we do for ciphers
      > d08e19b x509roots/fallback: update bundle
      > 12e1fcd internal/wycheproof: skip all tests in short test mode
      > 3f8f064 ssh: prefer sha256 based RSA key algorithms
      > 5df3b59 ssh: disable client agent tests on Windows
      > 2e82bdd fix TestValidTerminalMode: missing output from echo SHELL $SHELL
      > 64e0e99 ssh: fix RSA certificate and public key authentication with older clients
      > 23b1b90 ssh: prefer sha256 based MAC algorithms
    bumping knative.dev/pkg 79fa1f6...ea6c1f2:
      > ea6c1f2 Bump github.com/gobuffalo/flect from 0.2.4 to 1.0.2 (# 2786)
      > 936112b Bump golang.org/x/net from 0.12.0 to 0.14.0 (# 2787)
    bumping github.com/gobuffalo/flect 5c6244f...6ae7779:
      > 6ae7779 Merge pull request # 68 from gobuffalo/bugfix-titlerize-unicode
      > 9226f5f Merge pull request # 66 from gobuffalo/fix-incorrect-pluralizing-of-acronyms
      > 47259c7 fixed incorrect titleizing of unicode string
      > ef58751 Merge pull request # 64 from gobuffalo/update-readme
      > 50f46e4 fixed incorrect singularize/pluralize for abbreviations
      > f4baef4 Merge pull request # 63 from gobuffalo/preparing-v1
      > 78d9ba4 updated README and SHOULDERS
      > 17261fe Merge pull request # 62 from gobuffalo/refactoring-with-bugfix
      > 7d1eabd removed deprecated strings.Title(), updated test cases and benchmarks
      > 3572e95 added or replaced stale issue closer with standard version
      > a1c0525 updated dependencies
      > 2466a05 preparing v1.0.0, start with bumping version
      > a5e963f fixed # 24 by adjusting the function's conditions
      > cd22f5e the last clean up, with and the test case for # 61
      > a385761 oops! updated testcase for medium and ~media
      > a5b7e0d words, rules, and test cases for -ch, -sh, -o, -s, -x, and -z
      > a419537 fixes # 20 with related minor fixes
      > 75be2b2 words, rules, and test cases for -is to -es
      > 897a433 test case for # 33
      > 1dc3141 words, rule, and test cases for -ix/-ex to -ices
      > 4d28a21 fixes # 37
      > af70293 words, rule, and test cases for -a to -ae
      > 4579093 updated module dependencies
      > cc3f153 minor data clean up
      > 43a2afb Merge pull request # 58 from gobuffalo/preparing-go1.18
      > d141dd2 fixed uncountable bug on the data initializer
      > 2c06641 Merge pull request # 57 from gobuffalo/preparing-go1.18
      > ecde316 replaced test action with starter/reusable workflow
      > b7929b9 words, rule, and test cases for -us to -i or -era
      > ba81877 Remove special case for ID to fix ID by itself
      > bc973eb preparing go1.18 support
      > 82c0e91 words, rule, and test cases for -um to -a
      > e28b95b Capitalize complete acronym if it is first segment
      > 54306d1 words, rule, and test cases for -on to -a
      > 944b32d flect# 47 - Add new rules at the beginning of rules array, so the new rules will be applied first
      > 624bb8c words, rule, and test cases for -u to -ux
      > 09688c6 Merge pull request # 54 from brycahta/fleetsearch
      > d622bad words, rules, and test cases for -y to -ies
      > bc5d844 add fleet/fleets to unit test
      > db44d2d words, rules, and test cases for -f(e) to -ves
      > e98ff22 remove oot/eet suffix rule
      > 9617159 refactored build logic for inflection maps and rules
      > 257b37e improved test cases for pluralize and singularize - step 2
      > f0b636e improved test cases for pluralize and singularize - step 1
      > a79203c cleaned the rule related functions
    bumping golang.org/x/text e503480...fb697c0:
      > fb697c0 cmd/gotext: actually use -dir flag
      > f3e69ed cmd/gotext: fix misbehaviors
      > ab07ad1 all: remove repetitive words
    bumping golang.org/x/term edd9fb7...19e73c2:
      > 19e73c2 go.mod: update golang.org/x dependencies
    
    Signed-off-by: Knative Automation <automation@knative.team>
    knative-automation committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    eda1777 View commit details
    Browse the repository at this point in the history