From 873b2244a4d467f039f6f88c56f87e8545555a74 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 17 Dec 2021 17:00:49 +0000 Subject: [PATCH] fix(deps): update module github.com/magefile/mage to v1.12.1 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e7ce5e6fb..186ecd168 100644 --- a/go.mod +++ b/go.mod @@ -44,7 +44,7 @@ require ( github.com/labstack/gommon v0.3.1 github.com/laurent22/ical-go v0.1.1-0.20181107184520-7e5d6ade8eef github.com/lib/pq v1.10.4 - github.com/magefile/mage v1.12.0 + github.com/magefile/mage v1.12.1 github.com/mattn/go-sqlite3 v1.14.9 github.com/olekukonko/tablewriter v0.0.5 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 diff --git a/go.sum b/go.sum index 2a933bc0f..d08d146c1 100644 --- a/go.sum +++ b/go.sum @@ -537,6 +537,8 @@ github.com/magefile/mage v1.11.0 h1:C/55Ywp9BpgVVclD3lRnSYCwXTYxmSppIgLeDYlNuls= github.com/magefile/mage v1.11.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magefile/mage v1.12.0 h1:WzvfTqwh4lBipPALjO9uYA91ui/4+T5Yw//A9LN93TY= github.com/magefile/mage v1.12.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= +github.com/magefile/mage v1.12.1 h1:oGdAbhIUd6iKamKlDGVtU6XGdy5SgNuCWn7gCTgHDtU= +github.com/magefile/mage v1.12.1/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= -- 2.40.1