From 8f6538dae3a6749bf1ff609594f75cb1b350d3d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Nov 2020 01:17:23 +0000 Subject: [PATCH] Update module bmatcuk/doublestar/v2 to v2.0.4 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b56cbaf..572a0f1 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/PuerkitoBio/goquery v1.6.0 github.com/SebastiaanKlippert/go-wkhtmltopdf v1.6.0 github.com/andybalholm/cascadia v1.2.0 // indirect - github.com/bmatcuk/doublestar/v2 v2.0.3 + github.com/bmatcuk/doublestar/v2 v2.0.4 github.com/fatih/color v1.9.0 // indirect github.com/fogleman/gg v1.3.0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect diff --git a/go.sum b/go.sum index c092991..98b5773 100644 --- a/go.sum +++ b/go.sum @@ -12,6 +12,8 @@ github.com/bmatcuk/doublestar/v2 v2.0.2 h1:UA4RQihAAPjBU3l0N7t2z+arveJByQ6iCZ5Gs github.com/bmatcuk/doublestar/v2 v2.0.2/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= github.com/bmatcuk/doublestar/v2 v2.0.3 h1:D6SI8MzWzXXBXZFS87cFL6s/n307lEU+thM2SUnge3g= github.com/bmatcuk/doublestar/v2 v2.0.3/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= +github.com/bmatcuk/doublestar/v2 v2.0.4 h1:6I6oUiT/sU27eE2OFcWqBhL1SwjyvQuOssxT4a1yidI= +github.com/bmatcuk/doublestar/v2 v2.0.4/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=