diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-17 12:57:37 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-17 12:57:37 +0200 |
commit | 182338a22fdc5b02bf0d272b98daa4e4e6253fa2 (patch) | |
tree | 68fb0baae3ed64263c7ca2dc637b1fd512291a05 /go.mod | |
download | feed2imap-go-182338a22fdc5b02bf0d272b98daa4e4e6253fa2.tar.gz feed2imap-go-182338a22fdc5b02bf0d272b98daa4e4e6253fa2.tar.bz2 feed2imap-go-182338a22fdc5b02bf0d272b98daa4e4e6253fa2.zip |
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/Necoro/feed2imap-go + +go 1.13 + +require gopkg.in/yaml.v2 v2.2.8 |