aboutsummaryrefslogtreecommitdiff
path: root/pkg/version/version.go
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-11 19:54:03 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-09-11 21:59:21 +0200
commit8600879263c542fd4b18281e7d5bf8962cdfdbd6 (patch)
treeea21b350b05f480641c53361eae07b21e4a39db8 /pkg/version/version.go
parentd89a96e7d68b62817119c284a6a140fcf131ca4a (diff)
downloadfeed2imap-go-8600879263c542fd4b18281e7d5bf8962cdfdbd6.tar.gz
feed2imap-go-8600879263c542fd4b18281e7d5bf8962cdfdbd6.tar.bz2
feed2imap-go-8600879263c542fd4b18281e7d5bf8962cdfdbd6.zip
Bump github.com/google/uuid from 1.1.1 to 1.1.2
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'pkg/version/version.go')
0 files changed, 0 insertions, 0 deletions
03 21:58:20 +0200'>2017-10-03Update peewee minimal version.René 'Necoro' Neumann1-1/+1 2017-03-12Allow DEBUG envvar to be the same as -dRené 'Necoro' Neumann1-1/+3 2017-03-12Pseudo -> VirtualRené 'Necoro' Neumann3-20/+18 2017-03-12Removed description, added name; also as special prefixRené 'Necoro' Neumann2-1/+6 2017-03-12Some renamingRené 'Necoro' Neumann3-4/+4 2017-03-12Upgrade to peewee-2.9.1, remove now fixed workaroundRené 'Necoro' Neumann2-15/+3 2017-03-12Split document content into its own table to avoid having to load it each tim...René 'Necoro' Neumann2-15/+22 2017-03-12Whitespace fixesRené 'Necoro' Neumann3-8/+8 2017-03-12Implement finding documents by tagsRené 'Necoro' Neumann1-0/+43 2017-03-12Make field part virtual prefixes to explicitly be int for the moment.René 'Necoro' Neumann1-1/+1 2017-03-12Fix handling of composite pks in peewee.René 'Necoro' Neumann3-2/+17 2017-03-12Misc fixesRené 'Necoro' Neumann1-3/+6 2017-03-11Upgrade to peewee-2.9 and drop our customizationsRené 'Necoro' Neumann3-120/+9 2017-03-11Remove useless requirements.txtRené 'Necoro' Neumann1-2/+0 2017-03-11A tag with a prefix implies the prefixes default tagRené 'Necoro' Neumann1-5/+13 2017-03-11Roll our own version of create_or_get, replacing the one broken/removed one f...René 'Necoro' Neumann1-0/+25 2017-03-11Minor fixesRené 'Necoro' Neumann1-3/+3 2017-03-11Remove peewee import to allow import on global levelRené 'Necoro' Neumann2-2/+6 2017-03-04Prefixes, Tags, and ImplicationsRené 'Necoro' Neumann2-12/+74 2017-03-04Allow to add implications for tagsRené 'Necoro' Neumann1-12/+30 2017-03-04FixesRené 'Necoro' Neumann1-8/+5 2017-03-04Fix Peewee Model.get() (cf. PR #1202)René 'Necoro' Neumann1-1/+25 2017-03-04Remove "builtin" and "pseudo" columns; use "virtual" insteadRené 'Necoro' Neumann3-10/+4 2017-02-27Inserting DocumentsRené 'Necoro' Neumann4-16/+91 2017-02-26Refined the EnumFieldRené 'Necoro' Neumann2-24/+34 2017-02-26Introduce enum fieldsRené 'Necoro' Neumann1-2/+31 2017-02-26Introduce the closureRené 'Necoro' Neumann2-3/+102 2017-02-26Some repr and str improvements on the modelRené 'Necoro' Neumann1-3/+25 2017-02-26Move logging to extra functionRené 'Necoro' Neumann1-5/+7 2017-02-26Include sqllite closure extension in build processRené 'Necoro' Neumann4-2/+1001 2017-02-26More tag handlingRené 'Necoro' Neumann2-3/+82 2017-02-25More prefix workRené 'Necoro' Neumann3-9/+96 2017-02-25Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann5-121/+96 2016-08-16FixRené 'Necoro' Neumann1-1/+1 2016-08-16Use current setuputils flowRené 'Necoro' Neumann2-0/+17 2016-08-16Basic CLIRené 'Necoro' Neumann3-0/+33 2016-08-15Initial model and sqlalchemy setupRené 'Necoro' Neumann3-0/+104