From 97d4fb607f5b4de1319bf20dae03b29e14010404 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 2 Jun 2021 00:32:29 +0200 Subject: Upgrade yaml.v3 dependency This breaks null handling, due to this commit: https://github.com/go-yaml/yaml/commit/c8046fb8b3d403e9f4565c3ad668393eb4344da6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a041be6..24e0b67 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/mmcdole/gofeed v1.1.3 github.com/nightlyone/lockfile v1.0.0 golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b ) replace ( -- cgit v1.2.3-54-g00ecf alue='46ed45652725154582192ac66bc18f88c11b915f'/> An application for managing the expensesRené 'Necoro' Neumann
summaryrefslogtreecommitdiff
path: root/run.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-22Settings splittingRené 'Necoro' Neumann2-5/+3
2020-07-22Add flipflopRené 'Necoro' Neumann1-0/+1