Skip to content

Commit 1292d5a

Browse files
dependabot[bot]bep
authored andcommittedMay 22, 2023
build(deps): bump github.com/tdewolff/parse/v2 from 2.6.5 to 2.6.6
Bumps [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) from 2.6.5 to 2.6.6. - [Release notes](https://github.com/tdewolff/parse/releases) - [Commits](tdewolff/parse@v2.6.5...v2.6.6) --- updated-dependencies: - dependency-name: github.com/tdewolff/parse/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baa5569 commit 1292d5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/spf13/jwalterweatherman v1.1.0
6060
github.com/spf13/pflag v1.0.5
6161
github.com/tdewolff/minify/v2 v2.12.5
62-
github.com/tdewolff/parse/v2 v2.6.5
62+
github.com/tdewolff/parse/v2 v2.6.6
6363
github.com/yuin/goldmark v1.5.4
6464
go.uber.org/atomic v1.10.0
6565
go.uber.org/automaxprocs v1.5.2

‎go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -1878,8 +1878,9 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG
18781878
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
18791879
github.com/tdewolff/minify/v2 v2.12.5 h1:s2KDBt/D/3ayE3gcqQF8VIgTmYgkx+btuLvVAeePzZM=
18801880
github.com/tdewolff/minify/v2 v2.12.5/go.mod h1:i8QXtVyL7Ddwc4I5gqzvgBqKlTMgMNTbiXaPO4Iqg+A=
1881-
github.com/tdewolff/parse/v2 v2.6.5 h1:lYvWBk55GkqKl0JJenGpmrgu/cPHQQ6/Mm1hBGswoGQ=
18821881
github.com/tdewolff/parse/v2 v2.6.5/go.mod h1:woz0cgbLwFdtbjJu8PIKxhW05KplTFQkOdX78o+Jgrs=
1882+
github.com/tdewolff/parse/v2 v2.6.6 h1:Yld+0CrKUJaCV78DL1G2nk3C9lKrxyRTux5aaK/AkDo=
1883+
github.com/tdewolff/parse/v2 v2.6.6/go.mod h1:woz0cgbLwFdtbjJu8PIKxhW05KplTFQkOdX78o+Jgrs=
18831884
github.com/tdewolff/test v1.0.7 h1:8Vs0142DmPFW/bQeHRP3MV19m1gvndjUb1sn8yy74LM=
18841885
github.com/tdewolff/test v1.0.7/go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE=
18851886
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=

0 commit comments

Comments
 (0)
Please sign in to comment.