aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-04-24 18:52:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-04-24 18:52:53 +0200
commit7822c9d443458ae9d1d9d678e279bfc516da7a8f (patch)
tree19b85fdf8e65300fa1c64b104dddddc4024a0ef4 /go.mod
parent715160f556991518f050dee3dcaaea338bb1c9c1 (diff)
downloadfeed2imap-go-7822c9d443458ae9d1d9d678e279bfc516da7a8f.tar.gz
feed2imap-go-7822c9d443458ae9d1d9d678e279bfc516da7a8f.tar.bz2
feed2imap-go-7822c9d443458ae9d1d9d678e279bfc516da7a8f.zip
Upgrade to Go 1.18
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 02471de..01cc602 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/Necoro/feed2imap-go
-go 1.17
+go 1.18
require (
github.com/Necoro/go-readability v0.0.0-20220107222023-364d914a66d0