File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
1616
1717## [ Unreleased]
1818
19+ ### Changed
20+
21+ - changed the Go module dependencies to their latest versions
22+
1923## [ 1.16.8] - 2026-06-03
2024
2125### Changed
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ require (
2626 github.com/pmezard/go-difflib v1.0.0 // indirect
2727 github.com/rogpeppe/go-internal v1.14.1 // indirect
2828 github.com/spf13/pflag v1.0.10 // indirect
29- golang.org/x/crypto v0.52 .0 // indirect
30- golang.org/x/sys v0.45 .0 // indirect
31- golang.org/x/text v0.37 .0 // indirect
29+ golang.org/x/crypto v0.53 .0 // indirect
30+ golang.org/x/sys v0.46 .0 // indirect
31+ golang.org/x/text v0.38 .0 // indirect
3232 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3333 gopkg.in/yaml.v3 v3.0.1 // indirect
3434)
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD
5252go.uber.org/dig v1.19.0 h1:BACLhebsYdpQ7IROQ1AGPjrXcP5dF80U3gKoFzbaq/4 =
5353go.uber.org/dig v1.19.0 /go.mod h1:Us0rSJiThwCv2GteUN0Q7OKvU7n5J4dxZ9JKUXozFdE =
5454go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
55- golang.org/x/crypto v0.52 .0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988 =
56- golang.org/x/crypto v0.52 .0 /go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc =
57- golang.org/x/sys v0.45 .0 h1:dO4czNzziLiiXplLQgBCEpCvXQ3dnkn0SdaZSYdQ+FY =
58- golang.org/x/sys v0.45 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
59- golang.org/x/text v0.37 .0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc =
60- golang.org/x/text v0.37 .0 /go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38 =
55+ golang.org/x/crypto v0.53 .0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto =
56+ golang.org/x/crypto v0.53 .0 /go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio =
57+ golang.org/x/sys v0.46 .0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw =
58+ golang.org/x/sys v0.46 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
59+ golang.org/x/text v0.38 .0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE =
60+ golang.org/x/text v0.38 .0 /go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4 =
6161gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
6262gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
6363gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments