diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-17 20:57:24 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-02-17 23:33:03 +0100 |
commit | 37341f08feb503a8c87d7991a4d835b023fb2751 (patch) | |
tree | 56d8bf893c567590b234c2982c6b869bc2f98f21 /go.mod | |
parent | ca9eef95f7972d2d9c42498db45740a2cb6ff70d (diff) | |
download | feed2imap-go-37341f08feb503a8c87d7991a4d835b023fb2751.tar.gz feed2imap-go-37341f08feb503a8c87d7991a4d835b023fb2751.tar.bz2 feed2imap-go-37341f08feb503a8c87d7991a4d835b023fb2751.zip |
Bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ require ( github.com/google/uuid v1.3.0 github.com/mitchellh/mapstructure v1.5.0 github.com/nightlyone/lockfile v1.0.0 - golang.org/x/net v0.5.0 + golang.org/x/net v0.7.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -33,5 +33,5 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - golang.org/x/text v0.6.0 // indirect + golang.org/x/text v0.7.0 // indirect ) |