diff options
| author | 2023-03-06 08:09:17 +0000 | |
|---|---|---|
| committer | 2023-03-06 08:09:17 +0000 | |
| commit | 06524ac25965b171d156c81ec7e480fb812d986b (patch) | |
| tree | 2cead7c39fb986a608f483461762aea2bf1df857 /go.mod | |
| parent | [chore] Print human readable config (#1589) (diff) | |
| download | gotosocial-06524ac25965b171d156c81ec7e480fb812d986b.tar.xz | |
[chore]: Bump golang.org/x/text from 0.7.0 to 0.8.0 (#1594)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.7.0...v0.8.0)
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57,7 +57,7 @@ require ( golang.org/x/image v0.5.0 golang.org/x/net v0.7.0 golang.org/x/oauth2 v0.5.0 - golang.org/x/text v0.7.0 + golang.org/x/text v0.8.0 gopkg.in/mcuadros/go-syslog.v2 v2.3.0 gopkg.in/yaml.v3 v3.0.1 modernc.org/sqlite v1.20.4 @@ -148,9 +148,9 @@ require ( github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect - golang.org/x/mod v0.7.0 // indirect + golang.org/x/mod v0.8.0 // indirect golang.org/x/sys v0.5.0 // indirect - golang.org/x/tools v0.3.0 // indirect + golang.org/x/tools v0.6.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |
