Skip to content
Success

Changes

Summary

  1. update to go1.21.10 (details)
  2. vendor: bump golang.org/x/net to v0.23.0 (details)
  3. vendor: bump google.golang.org/grpc to v1.56.3 and google.golang.org/protobuf to v1.33.0 (details)
Commit 116e9be7546c87af5a89792720f6e00143586ec1 by aepifanov
update to go1.21.10

- https://github.com/golang/go/issues?q=milestone%3AGo1.21.10+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.21.9...go1.21.10

These minor releases include 2 security fixes following the security policy:

- cmd/go: arbitrary code execution during build on darwin
On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_library flag in a "#cgo LDFLAGS" directive.
Thanks to Juho Forsén of Mattermost for reporting this issue.
This is CVE-2024-24787 and Go issue https://go.dev/issue/67119.

- net: malformed DNS message can cause infinite loop
A malformed DNS message in response to a query can cause the Lookup functions to get stuck in an infinite loop.
Thanks to long-name-let-people-remember-you on GitHub for reporting this issue, and to Mateusz Poliwczak for bringing the issue to our attention.
This is CVE-2024-24788 and Go issue https://go.dev/issue/66754.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.22.3

**- Description for the changelog**

```markdown changelog
Update Go runtime to 1.21.10
```

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit 6c97e0e0b5bdf173fb771eef4aa67441d53f546b)
Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>

# Conflicts:
# .github/workflows/.windows.yml
# .github/workflows/buildkit.yml
# .github/workflows/test.yml
# Dockerfile
# Dockerfile.simple
# Dockerfile.windows
# hack/dockerfiles/generate-files.Dockerfile
The file was modified .github/workflows/.windows.yml (diff)
The file was modified Dockerfile (diff)
The file was modified Dockerfile.windows (diff)
The file was modified .github/workflows/test.yml (diff)
The file was modified Dockerfile.simple (diff)
Commit 0ee31c2bca86ac3784fd666ad90f5c87cd4f4cc1 by aepifanov
vendor: bump golang.org/x/net to v0.23.0

Resolves GO-2024-2687, a.k.a. CVE-2023-45288.

    $ hack/with-go-mod.sh go get -modfile=vendor.mod golang.org/x/net@v0.23.0
    [...]
    full diffs:
        - https://github.com/golang/crypto/compare/v0.14.0..v0.21.0
        - https://github.com/golang/net/compare/v0.17.0..v0.23.0
        - https://github.com/golang/sys/compare/v0.13.0..v0.18.0
        - https://github.com/golang/text/compare/v0.13.0..v0.14.0

Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
The file was modified vendor/golang.org/x/sys/unix/syscall_linux.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/control_unix.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s (diff)
The file was modified vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go (diff)
The file was modified vendor/golang.org/x/net/idna/go118.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go (diff)
The file was modified vendor/golang.org/x/net/http2/databuffer.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sockopt_posix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go (diff)
The file was removedvendor/golang.org/x/net/http2/not_go111.go
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/crypto/curve25519/internal/field/fe_arm64_noasm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_mips64x.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_stub.go (diff)
The file was modified vendor/golang.org/x/sys/windows/syscall_windows.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_other_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sockopt_posix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go (diff)
The file was modified vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.s (diff)
The file was modified vendor/golang.org/x/net/ipv6/sockopt_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/timestruct.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/client.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_linux_loong64.go (diff)
The file was modified vendor.mod (diff)
The file was modified vendor/golang.org/x/net/ipv6/control_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_s390x.s (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64le.s (diff)
The file was modified vendor/golang.org/x/sys/unix/readdirent_getdents.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/debug/service.go (diff)
The file was modified vendor/golang.org/x/sys/unix/endian_little.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/alias/alias.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_aix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_ppc64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_bsd.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/execabs/execabs_go118.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_solaris_amd64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_gc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_x86.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/dirent.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_riscv64.s (diff)
The file was modified vendor/golang.org/x/sys/windows/aliases.go (diff)
The file was modified vendor/golang.org/x/sys/unix/aliases.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/race.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/endian_little.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_unix.go (diff)
The file was addedvendor/golang.org/x/net/http2/testsync.go
The file was modified vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go (diff)
The file was modified vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_arm64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go (diff)
The file was modified vendor/golang.org/x/net/http2/frame.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_freebsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_mips.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/tcpip.go (diff)
The file was modified vendor/golang.org/x/sys/windows/race0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go (diff)
The file was modified vendor.sum (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_wasm.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_posix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ioctl_linux.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_bsd.go (diff)
The file was modified vendor/golang.org/x/sys/unix/pledge_openbsd.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/iovec_64bit.go (diff)
The file was modified vendor/golang.org/x/sys/unix/race0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s (diff)
The file was modified vendor/golang.org/x/text/unicode/norm/tables15.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/net/idna/trie13.0.0.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_ssmreq.go (diff)
The file was modified vendor/golang.org/x/net/websocket/client.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go (diff)
The file was modified vendor/golang.org/x/sys/unix/dev_aix_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/syscall_aix_ppc64_gc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_unix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/debug/log.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/payload_nocmsg.go (diff)
The file was modified vendor/golang.org/x/crypto/curve25519/internal/field/fe_arm64.s (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/mgr/service.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_386.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gc_x86.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_hurd_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/mmap_nomremap.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_arm64.s (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_alarm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s (diff)
The file was modified vendor/golang.org/x/net/context/pre_go17.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_bsd.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_bsd.go (diff)
The file was modified vendor/golang.org/x/net/websocket/dial.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ioctl_signed.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_linux_mips64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/gccgo.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/service.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/readdirent_getdirentries.go (diff)
The file was modified vendor/golang.org/x/sys/unix/sysvshm_unix_other.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go (diff)
The file was modified vendor/golang.org/x/crypto/salsa20/salsa/salsa20_noasm.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/keys.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_386.go (diff)
The file was removedvendor/golang.org/x/net/http2/go118.go
The file was modified vendor/golang.org/x/sys/unix/syscall_zos_s390x.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_zos_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/eventlog/install.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_aix_ppc.go (diff)
The file was modified vendor/golang.org/x/crypto/cryptobyte/asn1.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/icmp_stub.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_const_unix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_arm.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_bsd_386.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ioctl_zos.go (diff)
The file was modified vendor/golang.org/x/sys/windows/registry/syscall.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/zsys_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go (diff)
The file was modified vendor/golang.org/x/crypto/curve25519/internal/field/fe_arm64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go (diff)
The file was modified vendor/golang.org/x/net/idna/tables11.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/mremap.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_amd64.s (diff)
The file was modified vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_hurd.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_noasm.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_386.s (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_aix.go (diff)
The file was modified vendor/golang.org/x/sys/windows/zsyscall_windows.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/windows/mksyscall.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go (diff)
The file was modified vendor/golang.org/x/net/idna/tables12.0.0.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_bsd.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_x86.s (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_illumos.go (diff)
The file was modified vendor/golang.org/x/net/idna/tables9.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_mipsx.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/gccgo_c.c (diff)
The file was modified vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/windows/str.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/norace.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/control_stub.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/zsys_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go (diff)
The file was modified vendor/golang.org/x/crypto/ocsp/ocsp.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go (diff)
The file was modified vendor/golang.org/x/sys/unix/dev_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go (diff)
The file was modified vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go (diff)
The file was modified vendor/modules.txt (diff)
The file was modified vendor/golang.org/x/sys/unix/cap_freebsd.go (diff)
The file was modified vendor/golang.org/x/sys/unix/xattr_bsd.go (diff)
The file was removedvendor/golang.org/x/crypto/internal/poly1305/bits_compat.go
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s (diff)
The file was modified vendor/golang.org/x/sys/windows/eventlog.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go (diff)
The file was modified vendor/golang.org/x/net/idna/tables13.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_arm64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/control_bsd.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/control_rfc2292_unix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/payload_nocmsg.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_other_ppc64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/windows/empty.s (diff)
The file was modified vendor/golang.org/x/sys/windows/registry/key.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/common.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go (diff)
The file was modified vendor/golang.org/x/text/unicode/norm/tables12.0.0.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_bpf_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ptrace_darwin.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_unix_gc.go (diff)
The file was modified vendor/golang.org/x/sys/windows/registry/value.go (diff)
The file was modified vendor/golang.org/x/text/unicode/norm/tables11.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/windows/service.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/rawconn_msg.go (diff)
The file was modified vendor/golang.org/x/sys/windows/types_windows.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go (diff)
The file was modified vendor/golang.org/x/net/context/go17.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_s390x.s (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/alias/alias_purego.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_ssmreq.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_amd64.s (diff)
The file was modified vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_asmreqn.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go (diff)
The file was removedvendor/golang.org/x/net/http2/not_go118.go
The file was modified vendor/golang.org/x/sys/unix/syscall_freebsd.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/proc_cpuinfo_linux.go (diff)
The file was modified vendor/golang.org/x/text/unicode/norm/tables10.0.0.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_aix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/pagesize_unix.go (diff)
The file was modified vendor/golang.org/x/text/unicode/norm/tables9.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s (diff)
The file was modified vendor/golang.org/x/net/http2/transport.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/icmp_bsd.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_bpf_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go (diff)
The file was modified vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.s (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/zsys_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go (diff)
The file was modified vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go (diff)
The file was modified vendor/golang.org/x/net/idna/pre_go118.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/syscall_aix_gccgo.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_stub.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_linux.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ptrace_ios.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_mips.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_aix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_other_mips64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/complete_nodontwait.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_bsd_arm.s (diff)
The file was modified vendor/golang.org/x/sys/unix/sysvshm_linux.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/net/http2/server.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/handshake.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_386.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s (diff)
The file was modified vendor/golang.org/x/net/idna/idna10.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/dev_zos.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/fdset.go (diff)
The file was modified vendor/golang.org/x/sys/unix/fstatfs_zos.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/mgr/mgr.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/channel.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/client_auth.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/crypto/chacha20/chacha_s390x.s (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_zos_s390x.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ifreq_linux.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zptrace_x86_linux.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/transport.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_amd64.go (diff)
The file was modified vendor/golang.org/x/crypto/ssh/server.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go (diff)
The file was modified vendor/golang.org/x/net/idna/tables15.0.0.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go (diff)
The file was modified vendor/golang.org/x/net/http2/pipe.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/payload_cmsg.go (diff)
The file was modified vendor/golang.org/x/sys/windows/syscall.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/env_unix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go (diff)
The file was modified vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_bsd_arm64.s (diff)
The file was modified vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gc_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_netbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/mgr/recovery.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_asmreq.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/endian_big.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/empty.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_aix_ppc64.s (diff)
The file was modified vendor/golang.org/x/sys/unix/mkerrors.sh (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go (diff)
The file was removedvendor/golang.org/x/net/http2/go115.go
The file was modified vendor/golang.org/x/net/ipv4/control_pktinfo.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/payload_cmsg.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_linux_ppc64x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/race.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_asmreq.go (diff)
The file was modified vendor/golang.org/x/sys/unix/epoll_zos.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/mgr/config.go (diff)
The file was modified vendor/golang.org/x/text/unicode/norm/tables13.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/constants.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_mips64x.s (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/iovec_stub.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/sys_linux.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/sysvshm_unix.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_loong64.s (diff)
The file was modified vendor/golang.org/x/net/context/pre_go19.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sockopt_stub.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/complete_dontwait.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/windows/race.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go (diff)
The file was removedvendor/golang.org/x/net/http2/not_go115.go
The file was modified vendor/golang.org/x/sys/unix/sockcmsg_unix.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gccgo_arm64.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/windows/registry/mksyscall.go (diff)
The file was removedvendor/golang.org/x/crypto/internal/poly1305/bits_go1.13.go
The file was modified vendor/golang.org/x/sys/execabs/execabs_go119.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_bpf.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_solaris.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_mipsx.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_bpf.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s (diff)
The file was modified vendor/golang.org/x/net/idna/idna9.0.0.go (diff)
The file was removedvendor/golang.org/x/net/http2/go111.go
The file was modified vendor/golang.org/x/sys/unix/unveil_openbsd.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_bsd_amd64.s (diff)
The file was modified vendor/golang.org/x/net/internal/socket/error_unix.go (diff)
The file was modified vendor/golang.org/x/sys/windows/env_windows.go (diff)
The file was modified vendor/golang.org/x/net/idna/trie12.0.0.go (diff)
The file was modified vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/endian_big.go (diff)
The file was modified vendor/golang.org/x/sys/unix/fcntl.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go (diff)
The file was modified vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64_noasm.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/icmp_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ioctl_unsigned.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go (diff)
The file was modified vendor/golang.org/x/net/idna/tables10.0.0.go (diff)
The file was modified vendor/golang.org/x/sys/unix/asm_linux_arm.s (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/eventlog/log.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go (diff)
The file was modified vendor/golang.org/x/sys/cpu/cpu_other_arm.go (diff)
The file was modified vendor/golang.org/x/net/context/go19.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go (diff)
The file was modified vendor/golang.org/x/sys/windows/svc/security.go (diff)
The file was modified vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go (diff)
The file was modified vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go (diff)
The file was modified vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64le.go (diff)
The file was modified vendor/golang.org/x/net/ipv4/control_unix.go (diff)
The file was modified vendor/golang.org/x/net/internal/socket/iovec_32bit.go (diff)
Commit f4e7362ba251172cb02ab3bf9b0bb68956793a8a by aepifanov
vendor: bump google.golang.org/grpc to v1.56.3 and google.golang.org/protobuf to v1.33.0

These vulnerabilities were found by govulncheck:

Vulnerability #1: GO-2024-2611
    Infinite loop in JSON unmarshaling in google.golang.org/protobuf
  More info: https://pkg.go.dev/vuln/GO-2024-2611
  Module: google.golang.org/protobuf
    Found in: google.golang.org/protobuf@v1.28.1
    Fixed in: google.golang.org/protobuf@v1.33.0
    Example traces found:
      #1: daemon/logger/gcplogs/gcplogging.go:154:18: gcplogs.New calls logging.Client.Ping, which eventually calls json.Decoder.Peek
      #2: daemon/logger/gcplogs/gcplogging.go:154:18: gcplogs.New calls logging.Client.Ping, which eventually calls json.Decoder.Read
      #3: daemon/logger/gcplogs/gcplogging.go:154:18: gcplogs.New calls logging.Client.Ping, which eventually calls protojson.Unmarshal

Vulnerability #2: GO-2023-2153
    Denial of service from HTTP/2 Rapid Reset in google.golang.org/grpc
  More info: https://pkg.go.dev/vuln/GO-2023-2153
  Module: google.golang.org/grpc
    Found in: google.golang.org/grpc@v1.50.1
    Fixed in: google.golang.org/grpc@v1.56.3
    Example traces found:
      #1: api/server/router/grpc/grpc.go:20:29: grpc.NewRouter calls grpc.NewServer
      #2: daemon/daemon.go:1477:23: daemon.Daemon.RawSysInfo calls sync.Once.Do, which eventually calls grpc.Server.Serve
      #3: daemon/daemon.go:1477:23: daemon.Daemon.RawSysInfo calls sync.Once.Do, which eventually calls transport.NewServerTransport

full diffs:
- https://github.com/grpc/grpc-go/compare/v1.50.1..v1.56.3
- https://github.com/protocolbuffers/protobuf-go/compare/v1.28.1..v1.33.0
- https://github.com/googleapis/google-api-go-client/compare/v0.93.0..v0.114.0
- https://github.com/golang/oauth2/compare/v0.1.0..v0.7.0
- https://github.com/census-instrumentation/opencensus-go/compare/v0.23.0..v0.24.0
- https://github.com/googleapis/gax-go/compare/v2.4.0..v2.7.1
- https://github.com/googleapis/enterprise-certificate-proxy/compare/v0.1.0..v0.2.3
- https://github.com/golang/protobuf/compare/v1.5.2..v1.5.4
- https://github.com/cespare/xxhash/compare/v2.1.2..v2.2.0
- https://github.com/googleapis/google-cloud-go/compare/v0.102.1..v0.110.0
- https://github.com/googleapis/go-genproto v0.0.0-20230410155749-daa745c078e1
- https://github.com/googleapis/google-cloud-go/compare/logging/v1.4.2..logging/v1.7.0
- https://github.com/googleapis/google-cloud-go/compare/compute/v1.7.0..compute/v1.19.1

Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
The file was modified vendor/go.opencensus.io/trace/trace_nongo11.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/equal.go (diff)
The file was modified vendor/go.opencensus.io/stats/view/doc.go (diff)
The file was addedvendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/custom_error.pb.go
The file was modified vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go (diff)
The file was addedvendor/cloud.google.com/go/compute/metadata/CHANGES.md
The file was modified vendor/google.golang.org/grpc/pickfirst.go (diff)
The file was addedvendor/cloud.google.com/go/logging/apiv2/loggingpb/logging.pb.go
The file was modified vendor/google.golang.org/grpc/CONTRIBUTING.md (diff)
The file was modified vendor/golang.org/x/oauth2/token.go (diff)
The file was modified vendor/cloud.google.com/go/logging/apiv2/path_funcs.go (diff)
The file was modified vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go (diff)
The file was addedvendor/google.golang.org/protobuf/types/gofeaturespb/go_features.pb.go
The file was modified vendor/google.golang.org/grpc/internal/metadata/metadata.go (diff)
The file was modified vendor/google.golang.org/grpc/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/label/label.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/impl/codec_tables.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/decode.go (diff)
The file was modified vendor/cloud.google.com/go/logging/apiv2/doc.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/monitoredres/monitored_resource.pb.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/annotations/client.pb.go (diff)
The file was addedvendor/google.golang.org/protobuf/internal/strs/strings_unsafe_go121.go
The file was modified vendor/google.golang.org/grpc/tap/tap.go (diff)
The file was modified vendor/google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go (diff)
The file was modified vendor/cloud.google.com/go/logging/README.md (diff)
The file was addedvendor/github.com/googleapis/gax-go/v2/apierror/internal/proto/custom_error.proto
The file was addedvendor/go.opencensus.io/plugin/ochttp/doc.go
The file was modified vendor/google.golang.org/grpc/credentials/google/xds.go (diff)
The file was addedvendor/cloud.google.com/go/logging/apiv2/loggingpb/logging_config.pb.go
The file was modified vendor/cloud.google.com/go/.release-please-manifest-submodules.json (diff)
The file was addedvendor/cloud.google.com/go/longrunning/autogen/info.go
The file was modified vendor/google.golang.org/protobuf/internal/order/order.go (diff)
The file was modified vendor/golang.org/x/oauth2/google/doc.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/annotations/routing.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go (diff)
The file was addedvendor/cloud.google.com/go/logging/loggeroption.go
The file was addedvendor/google.golang.org/api/googleapi/transport/apikey.go
The file was modified vendor/google.golang.org/grpc/picker_wrapper.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/strs/strings.go (diff)
The file was modified vendor/golang.org/x/oauth2/google/google.go (diff)
The file was modified vendor/google.golang.org/api/internal/creds.go (diff)
The file was modified vendor/github.com/golang/protobuf/jsonpb/encode.go (diff)
The file was addedvendor/github.com/googleapis/gax-go/v2/content_type.go
The file was modified vendor/google.golang.org/grpc/backoff.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/http2_client.go (diff)
The file was addedvendor/google.golang.org/protobuf/internal/genid/go_features_gen.go
The file was modified vendor/golang.org/x/oauth2/internal/token.go (diff)
The file was modified vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go (diff)
The file was modified vendor/cloud.google.com/go/logging/apiv2/config_client.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/encoding/json/encode.go (diff)
The file was modified vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go (diff)
The file was modified vendor.mod (diff)
The file was modified vendor/google.golang.org/grpc/credentials/tls.go (diff)
The file was modified vendor/go.opencensus.io/plugin/ocgrpc/stats_common.go (diff)
The file was modified vendor/google.golang.org/protobuf/types/known/structpb/struct.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/resolver/passthrough/passthrough.go (diff)
The file was removedvendor/cloud.google.com/go/logging/go_mod_tidy_hack.go
The file was modified vendor/cloud.google.com/go/logging/apiv2/gapic_metadata.json (diff)
The file was modified vendor/google.golang.org/grpc/codes/code_string.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/rpc/code/code.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/rpc_util.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/encode.go (diff)
The file was modified vendor/go.opencensus.io/Makefile (diff)
The file was modified vendor/google.golang.org/protobuf/internal/encoding/text/decode.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/encoding/json/decode.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/annotations/http.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go (diff)
The file was addedvendor/cloud.google.com/go/logging/apiv2/version.go
The file was modified vendor/google.golang.org/protobuf/proto/proto.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/internal.go (diff)
The file was modified vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go (diff)
The file was addedvendor/google.golang.org/protobuf/reflect/protoreflect/value_equal.go
The file was modified vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go (diff)
The file was modified vendor/go.opencensus.io/stats/view/worker.go (diff)
The file was modified vendor/cloud.google.com/go/compute/metadata/metadata.go (diff)
The file was modified vendor/google.golang.org/api/internal/version.go (diff)
The file was addedvendor/github.com/cespare/xxhash/v2/testall.sh
The file was modified vendor/google.golang.org/grpc/credentials/oauth/oauth.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/defaults.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go (diff)
The file was addedvendor/google.golang.org/genproto/googleapis/longrunning/alias.go
The file was modified vendor/google.golang.org/grpc/balancer/base/balancer.go (diff)
The file was addedvendor/cloud.google.com/go/longrunning/LICENSE
The file was modified vendor/google.golang.org/grpc/internal/grpclog/prefixLogger.go (diff)
The file was addedvendor/google.golang.org/protobuf/internal/editiondefaults/defaults.go
The file was modified vendor/google.golang.org/protobuf/internal/genid/struct_gen.go (diff)
The file was modified vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go (diff)
The file was modified vendor/go.opencensus.io/stats/record.go (diff)
The file was removedvendor/google.golang.org/api/transport/cert/secureconnect_cert.go
The file was addedvendor/google.golang.org/grpc/idle.go
The file was removedvendor/google.golang.org/api/transport/cert/enterprise_cert.go
The file was modified vendor/google.golang.org/genproto/googleapis/logging/type/log_severity.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go (diff)
The file was addedvendor/cloud.google.com/go/longrunning/autogen/longrunningpb/operations.pb.go
The file was addedvendor/google.golang.org/api/internal/cert/enterprise_cert.go
The file was modified vendor/google.golang.org/genproto/googleapis/api/httpbody/httpbody.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/balancer/conn_state_evaluator.go (diff)
The file was addedvendor/cloud.google.com/go/longrunning/autogen/doc.go
The file was modified vendor/google.golang.org/grpc/balancer/balancer.go (diff)
The file was addedvendor/google.golang.org/grpc/internal/transport/logging.go
The file was modified vendor/google.golang.org/protobuf/internal/encoding/text/encode.go (diff)
The file was removedvendor/google.golang.org/genproto/googleapis/logging/v2/logging_config.pb.go
The file was modified vendor/google.golang.org/grpc/stats/stats.go (diff)
The file was addedvendor/cloud.google.com/go/compute/metadata/tidyfix.go
The file was modified vendor/google.golang.org/grpc/internal/grpcrand/grpcrand.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/impl/codec_gen.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/resolver/dns/dns_resolver.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/filedesc/desc.go (diff)
The file was modified vendor/github.com/cespare/xxhash/v2/xxhash.go (diff)
The file was removedvendor/cloud.google.com/go/internal/version/version.go
The file was modified vendor/google.golang.org/protobuf/encoding/protowire/wire.go (diff)
The file was addedvendor/go.opencensus.io/plugin/ochttp/client_stats.go
The file was addedvendor/cloud.google.com/go/longrunning/autogen/operations_client.go
The file was modified vendor/go.opencensus.io/plugin/ocgrpc/client_metrics.go (diff)
The file was modified vendor/google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go (diff)
The file was addedvendor/google.golang.org/api/internal/cert/default_cert.go
The file was modified vendor/google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/resolver/resolver.go (diff)
The file was modified vendor/google.golang.org/protobuf/encoding/protojson/decode.go (diff)
The file was modified vendor/go.opencensus.io/plugin/ocgrpc/server_metrics.go (diff)
The file was modified vendor/google.golang.org/api/transport/grpc/dial.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/channelz/types.go (diff)
The file was modified vendor/google.golang.org/grpc/attributes/attributes.go (diff)
The file was modified vendor/cloud.google.com/go/doc.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/binarylog/method_logger.go (diff)
The file was addedvendor/cloud.google.com/go/longrunning/tidyfix.go
The file was modified vendor/github.com/googleapis/gax-go/v2/internal/version.go (diff)
The file was modified vendor/google.golang.org/grpc/health/grpc_health_v1/health.pb.go (diff)
The file was addedvendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe_go120.go
The file was modified vendor/github.com/cespare/xxhash/v2/README.md (diff)
The file was modified vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1/binarylog.pb.go (diff)
The file was addedvendor/google.golang.org/api/transport/http/internal/propagation/http.go
The file was addedvendor/google.golang.org/protobuf/reflect/protodesc/editions.go
The file was modified vendor/cloud.google.com/go/logging/apiv2/logging_client.go (diff)
The file was modified vendor/google.golang.org/grpc/service_config.go (diff)
The file was modified vendor/go.opencensus.io/trace/lrumap.go (diff)
The file was modified vendor/go.opencensus.io/stats/view/aggregation.go (diff)
The file was modified vendor/google.golang.org/grpc/stream.go (diff)
The file was modified vendor/github.com/googleapis/enterprise-certificate-proxy/client/util/util.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/launch_stage.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go (diff)
The file was addedvendor/go.opencensus.io/plugin/ochttp/route.go
The file was addedvendor/github.com/cespare/xxhash/v2/xxhash_arm64.s
The file was modified vendor/google.golang.org/genproto/googleapis/api/distribution/distribution.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/status/status.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protodesc/proto.go (diff)
The file was modified vendor/google.golang.org/grpc/balancer_conn_wrappers.go (diff)
The file was modified vendor/google.golang.org/grpc/metadata/metadata.go (diff)
The file was modified vendor/google.golang.org/grpc/regenerate.sh (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go (diff)
The file was modified vendor/google.golang.org/api/option/option.go (diff)
The file was modified vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/http_util.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/binarylog/binarylog.go (diff)
The file was modified vendor/github.com/googleapis/gax-go/v2/CHANGES.md (diff)
The file was modified vendor/google.golang.org/protobuf/types/known/emptypb/empty.pb.go (diff)
The file was modified vendor/cloud.google.com/go/CHANGES.md (diff)
The file was modified vendor/cloud.google.com/go/logging/resource.go (diff)
The file was modified vendor/golang.org/x/oauth2/oauth2.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/size.go (diff)
The file was modified vendor/google.golang.org/protobuf/encoding/protojson/doc.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go (diff)
The file was addedvendor/google.golang.org/protobuf/internal/editiondefaults/editions_defaults.binpb
The file was removedvendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go
The file was modified vendor/google.golang.org/grpc/resolver_conn_wrapper.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/googlecloud/manufacturer_linux.go (diff)
The file was modified vendor/go.opencensus.io/stats/view/collector.go (diff)
The file was modified vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go (diff)
The file was modified vendor/cloud.google.com/go/logging/internal/common.go (diff)
The file was modified vendor/cloud.google.com/go/release-please-config.json (diff)
The file was addedvendor/cloud.google.com/go/migration.md
The file was modified vendor/github.com/golang/protobuf/jsonpb/decode.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/buffer/unbounded.go (diff)
The file was modified vendor/go.opencensus.io/tag/profile_19.go (diff)
The file was addedvendor/google.golang.org/protobuf/internal/filedesc/editions.go
The file was addedvendor/google.golang.org/grpc/internal/grpcsync/callback_serializer.go
The file was addedvendor/cloud.google.com/go/longrunning/CHANGES.md
The file was modified vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/envconfig/xds.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/http2_server.go (diff)
The file was removedvendor/google.golang.org/genproto/googleapis/logging/v2/logging_metrics.pb.go
The file was modified vendor/google.golang.org/grpc/preloader.go (diff)
The file was removedvendor/google.golang.org/api/transport/cert/default_cert.go
The file was modified vendor/google.golang.org/grpc/vet.sh (diff)
The file was modified vendor/google.golang.org/grpc/call.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go (diff)
The file was addedvendor/go.opencensus.io/plugin/ochttp/server.go
The file was addedvendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe_go121.go
The file was removedvendor/github.com/cespare/xxhash/v2/xxhash_amd64.go
The file was modified vendor/google.golang.org/api/transport/grpc/dial_socketopt.go (diff)
The file was removedvendor/google.golang.org/genproto/googleapis/logging/v2/logging.pb.go
The file was modified vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/health/grpc_health_v1/health_grpc.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/controlbuf.go (diff)
The file was modified vendor/github.com/golang/protobuf/ptypes/any.go (diff)
The file was modified vendor/google.golang.org/protobuf/encoding/protojson/encode.go (diff)
The file was modified vendor/golang.org/x/oauth2/google/default.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/handler_server.go (diff)
The file was addedvendor/go.opencensus.io/plugin/ochttp/stats.go
The file was removedvendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go
The file was removedvendor/google.golang.org/genproto/googleapis/logging/v2/log_entry.pb.go
The file was modified vendor/cloud.google.com/go/logging/doc.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/status/status.go (diff)
The file was modified vendor.sum (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/encoding/prototext/decode.go (diff)
The file was modified vendor/cloud.google.com/go/.release-please-manifest.json (diff)
The file was modified vendor/google.golang.org/grpc/channelz/channelz.go (diff)
The file was modified vendor/google.golang.org/api/googleapi/googleapi.go (diff)
The file was addedvendor/google.golang.org/protobuf/internal/strs/strings_unsafe_go120.go
The file was modified vendor/google.golang.org/grpc/grpclog/loggerv2.go (diff)
The file was modified vendor/github.com/googleapis/gax-go/v2/.release-please-manifest.json (diff)
The file was addedvendor/cloud.google.com/go/logging/apiv2/loggingpb/log_entry.pb.go
The file was modified vendor/google.golang.org/protobuf/internal/impl/legacy_message.go (diff)
The file was modified vendor/google.golang.org/protobuf/types/known/fieldmaskpb/field_mask.pb.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/annotations/field_behavior.pb.go (diff)
The file was modified vendor/github.com/cespare/xxhash/v2/xxhash_safe.go (diff)
The file was modified vendor/google.golang.org/grpc/dialoptions.go (diff)
The file was modified vendor/google.golang.org/protobuf/encoding/prototext/encode.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/extension.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/api/metric/metric.pb.go (diff)
The file was addedvendor/google.golang.org/grpc/internal/grpcutil/compressor.go
The file was addedvendor/google.golang.org/api/internal/cert/secureconnect_cert.go
The file was modified vendor/google.golang.org/protobuf/internal/impl/convert.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/serviceconfig/serviceconfig.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go (diff)
The file was modified vendor/github.com/googleapis/gax-go/v2/apierror/apierror.go (diff)
The file was modified vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/handshaker.go (diff)
The file was modified vendor/google.golang.org/grpc/clientconn.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/merge.go (diff)
The file was modified vendor/google.golang.org/grpc/balancer/grpclb/grpclb.go (diff)
The file was modified vendor/go.opencensus.io/stats/internal/record.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protodesc/desc.go (diff)
The file was modified vendor/cloud.google.com/go/logging/CHANGES.md (diff)
The file was modified vendor/google.golang.org/grpc/internal/resolver/unix/unix.go (diff)
The file was addedvendor/go.opencensus.io/plugin/ochttp/wrapped_body.go
The file was modified vendor/cloud.google.com/go/logging/logging.go (diff)
The file was addedvendor/google.golang.org/grpc/internal/grpcsync/oncefunc.go
The file was modified vendor/google.golang.org/protobuf/internal/impl/codec_extension.go (diff)
The file was modified vendor/modules.txt (diff)
The file was modified vendor/google.golang.org/protobuf/internal/descfmt/stringer.go (diff)
The file was removedvendor/google.golang.org/genproto/googleapis/longrunning/operations.pb.go
The file was modified vendor/go.opencensus.io/tag/profile_not19.go (diff)
The file was modified vendor/google.golang.org/grpc/credentials/credentials.go (diff)
The file was modified vendor/google.golang.org/grpc/version.go (diff)
The file was modified vendor/google.golang.org/genproto/googleapis/rpc/errdetails/error_details.pb.go (diff)
The file was modified vendor/google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/proto/doc.go (diff)
The file was addedvendor/google.golang.org/protobuf/types/gofeaturespb/go_features.proto
The file was addedvendor/cloud.google.com/go/compute/metadata/README.md
The file was addedvendor/cloud.google.com/go/longrunning/autogen/from_conn.go
The file was addedvendor/google.golang.org/grpc/internal/serviceconfig/duration.go
The file was addedvendor/cloud.google.com/go/compute/metadata/LICENSE
The file was modified vendor/cloud.google.com/go/logging/apiv2/README.md (diff)
The file was modified vendor/google.golang.org/grpc/internal/envconfig/envconfig.go (diff)
The file was modified vendor/cloud.google.com/go/README.md (diff)
The file was addedvendor/cloud.google.com/go/longrunning/README.md
The file was addedvendor/github.com/cespare/xxhash/v2/xxhash_asm.go
The file was modified vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go (diff)
The file was removedvendor/google.golang.org/api/transport/internal/dca/dca.go
The file was addedvendor/go.opencensus.io/plugin/ochttp/trace.go
The file was modified vendor/google.golang.org/grpc/balancer/grpclb/grpclb_remote_balancer.go (diff)
The file was removedvendor/cloud.google.com/go/internal/version/update_version.sh
The file was addedvendor/go.opencensus.io/plugin/ochttp/client.go
The file was modified vendor/google.golang.org/protobuf/internal/genid/type_gen.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/grpclog/grpclog.go (diff)
The file was modified vendor/cloud.google.com/go/release-please-config-yoshi-submodules.json (diff)
The file was addedvendor/cloud.google.com/go/longrunning/autogen/gapic_metadata.json
The file was modified vendor/go.opencensus.io/trace/doc.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protoreflect/value.go (diff)
The file was modified vendor/google.golang.org/grpc/encoding/encoding.go (diff)
The file was modified vendor/github.com/cespare/xxhash/v2/xxhash_other.go (diff)
The file was addedvendor/cloud.google.com/go/logging/internal/version.go
The file was modified vendor/go.opencensus.io/stats/doc.go (diff)
The file was modified vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/service.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/binarylog/sink.go (diff)
The file was modified vendor/cloud.google.com/go/logging/apiv2/metrics_client.go (diff)
The file was addedvendor/cloud.google.com/go/longrunning/longrunning.go
The file was modified vendor/google.golang.org/protobuf/internal/version/version.go (diff)
The file was addedvendor/go.opencensus.io/plugin/ochttp/propagation/b3/b3.go
The file was modified vendor/go.opencensus.io/opencensus.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/envconfig/observability.go (diff)
The file was modified vendor/golang.org/x/oauth2/README.md (diff)
The file was modified vendor/github.com/googleapis/enterprise-certificate-proxy/client/client.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go (diff)
The file was modified vendor/go.opencensus.io/trace/trace_go11.go (diff)
The file was addedvendor/cloud.google.com/go/logging/internal/environment.go
The file was addedvendor/google.golang.org/api/transport/http/dial_appengine.go
The file was modified vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go (diff)
The file was addedvendor/cloud.google.com/go/compute/internal/version.go
The file was addedvendor/cloud.google.com/go/.release-please-manifest-individual.json
The file was modified vendor/google.golang.org/api/option/internaloption/internaloption.go (diff)
The file was modified vendor/google.golang.org/protobuf/internal/impl/message.go (diff)
The file was addedvendor/cloud.google.com/go/logging/instrumentation.go
The file was addedvendor/go.opencensus.io/plugin/ochttp/span_annotating_client_trace.go
The file was modified vendor/google.golang.org/genproto/googleapis/api/annotations/resource.pb.go (diff)
The file was addedvendor/google.golang.org/api/internal/dca.go
The file was modified vendor/google.golang.org/grpc/internal/binarylog/env_config.go (diff)
The file was modified vendor/google.golang.org/grpc/internal/transport/transport.go (diff)
The file was modified vendor/google.golang.org/protobuf/reflect/protoreflect/type.go (diff)
The file was modified vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s (diff)
The file was modified vendor/google.golang.org/grpc/server.go (diff)
The file was addedvendor/cloud.google.com/go/debug.md
The file was addedvendor/google.golang.org/api/transport/http/dial.go
The file was addedvendor/cloud.google.com/go/logging/apiv2/loggingpb/logging_metrics.pb.go
The file was addedvendor/cloud.google.com/go/release-please-config-individual.json
The file was modified vendor/google.golang.org/grpc/internal/grpcutil/method.go (diff)