diff options
author | 2023-07-10 12:31:09 +0100 | |
---|---|---|
committer | 2023-07-10 12:31:09 +0100 | |
commit | 901770f5c7d4aafad1f16aeb7ebc49c4f44d9f0d (patch) | |
tree | 0450846d3f401fd4a67f7f9d81b91b393bfc2106 /vendor/golang.org/x/text/width/tables13.0.0.go | |
parent | [chore] Fix password typos (#1966) (diff) | |
download | gotosocial-901770f5c7d4aafad1f16aeb7ebc49c4f44d9f0d.tar.xz |
[chore]: Bump golang.org/x/image from 0.8.0 to 0.9.0 (#1972)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/golang.org/x/text/width/tables13.0.0.go')
-rw-r--r-- | vendor/golang.org/x/text/width/tables13.0.0.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/text/width/tables13.0.0.go b/vendor/golang.org/x/text/width/tables13.0.0.go index ab258e384..b1fcb522c 100644 --- a/vendor/golang.org/x/text/width/tables13.0.0.go +++ b/vendor/golang.org/x/text/width/tables13.0.0.go @@ -1,7 +1,7 @@ // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. -//go:build go1.16 -// +build go1.16 +//go:build go1.16 && !go1.21 +// +build go1.16,!go1.21 package width |