diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/golang.org/x/image/tiff/reader.go | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vendor/golang.org/x/image/tiff/reader.go b/vendor/golang.org/x/image/tiff/reader.go index f31569b6d..0ad155290 100644 --- a/vendor/golang.org/x/image/tiff/reader.go +++ b/vendor/golang.org/x/image/tiff/reader.go @@ -40,7 +40,7 @@ var errNoPixels = FormatError("not enough pixel data") const maxChunkSize = 10 << 20 // 10M -// safeReadtAt is a verbatim copy of internal/saferio.ReadDataAt from the +// safeReadAt is a verbatim copy of internal/saferio.ReadDataAt from the // standard library, which is used to read data from a reader using a length // provided by untrusted data, without allocating the entire slice ahead of time // if it is large (>maxChunkSize). This allows us to avoid allocating giant diff --git a/vendor/modules.txt b/vendor/modules.txt index c58d29fbb..394940bc9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1018,7 +1018,7 @@ golang.org/x/exp/slices golang.org/x/exp/slog golang.org/x/exp/slog/internal golang.org/x/exp/slog/internal/buffer -# golang.org/x/image v0.15.0 +# golang.org/x/image v0.16.0 ## explicit; go 1.18 golang.org/x/image/bmp golang.org/x/image/ccitt @@ -1067,7 +1067,7 @@ golang.org/x/sys/cpu golang.org/x/sys/unix golang.org/x/sys/windows golang.org/x/sys/windows/registry -# golang.org/x/text v0.14.0 +# golang.org/x/text v0.15.0 ## explicit; go 1.18 golang.org/x/text/cases golang.org/x/text/encoding |