aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-07 20:56:43 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-04-12 13:40:53 +0200
commit7411b3066a4db1197659cde5f04c09cbc484ea0b (patch)
tree0cb78d7ca37a92e8382ac18e1672ce61f6419e97 /go.mod
parent878ffb79c61cde332a54927788c8df77754cc259 (diff)
downloadfeed2imap-go-7411b3066a4db1197659cde5f04c09cbc484ea0b.tar.gz
feed2imap-go-7411b3066a4db1197659cde5f04c09cbc484ea0b.tar.bz2
feed2imap-go-7411b3066a4db1197659cde5f04c09cbc484ea0b.zip
Bump golang.org/x/net from 0.8.0 to 0.9.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.8.0...v0.9.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 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a8d7ef4..15203ed 100644
--- a/go.mod
+++ b/go.mod
@@ -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.8.0
+ golang.org/x/net v0.9.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -34,5 +34,5 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
- golang.org/x/text v0.8.0 // indirect
+ golang.org/x/text v0.9.0 // indirect
)