aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:30:07 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:30:07 +0200
commit16237b957348b6945312f61dbd105ab9f26a0100 (patch)
treecd686416d1262b4801141aa0b812f27641264674 /go.mod
parentac1773c71773242d7dd3841718a6189915074e8b (diff)
downloadfeed2imap-go-16237b957348b6945312f61dbd105ab9f26a0100.tar.gz
feed2imap-go-16237b957348b6945312f61dbd105ab9f26a0100.tar.bz2
feed2imap-go-16237b957348b6945312f61dbd105ab9f26a0100.zip
Upgrade more deps
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 c4bef8f..7c2f0eb 100644
--- a/go.mod
+++ b/go.mod
@@ -16,8 +16,8 @@ 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.0.0-20210916014120-12bc252f5db8
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
+ golang.org/x/net v0.0.0-20220607020251-c690dde0001d
+ gopkg.in/yaml.v3 v3.0.1
)
require (