aboutsummaryrefslogtreecommitdiff
path: root/internal/imap/connection.go
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-29 05:40:52 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-15 01:38:40 +0100
commit0aa048e3032f963335670fc882a4f97e3c00ee8d (patch)
tree5f510dab2da1b0c1452dcd95a736ce53421968b3 /internal/imap/connection.go
parent95d79341bff3c66c6d32b373994d3a1be26295b9 (diff)
downloadfeed2imap-go-0aa048e3032f963335670fc882a4f97e3c00ee8d.tar.gz
feed2imap-go-0aa048e3032f963335670fc882a4f97e3c00ee8d.tar.bz2
feed2imap-go-0aa048e3032f963335670fc882a4f97e3c00ee8d.zip
Bump github.com/google/uuid from 1.1.4 to 1.2.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'internal/imap/connection.go')
0 files changed, 0 insertions, 0 deletions
ann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRené 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRené 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1