Skip to content

Commit 7cb16fa

Browse files
fix(deps): update module github.com/containeroo/tinyflags to v0.0.53 (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95061b4 commit 7cb16fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/containeroo/httputils v0.0.1
77
github.com/containeroo/resolver v0.3.1
8-
github.com/containeroo/tinyflags v0.0.50
8+
github.com/containeroo/tinyflags v0.0.53
99
github.com/stretchr/testify v1.11.1
1010
golang.org/x/net v0.47.0
1111
golang.org/x/sync v0.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/containeroo/httputils v0.0.1 h1:W9SbW6nbmnGgaEOXRH5nY9ZwLarBo3+FLUCx6
22
github.com/containeroo/httputils v0.0.1/go.mod h1:TrmDptapH6SBe6CeHFWY2kxy63O/9ZWBWrLKpc2SFjI=
33
github.com/containeroo/resolver v0.3.1 h1:a9WY7ArZJxndQDFkcqWlH+AKB1lL//QeNYa5lJvpvv0=
44
github.com/containeroo/resolver v0.3.1/go.mod h1:98QSZmbWP7A2YR2EU2SJZe34iFPKh2SDI9zJr2vO+Z8=
5-
github.com/containeroo/tinyflags v0.0.50 h1:8wSA++E4adk9J7pX+Zxg19sBjvKx3OtaUmEmIUsyew4=
6-
github.com/containeroo/tinyflags v0.0.50/go.mod h1:SxHHkI4dTMtsXwhKuw9Q2pCqxoX/ULRwUDteqsfFczM=
5+
github.com/containeroo/tinyflags v0.0.53 h1:AkCw+3jf4ORX7TXxHWpUpANi4W6ci3iOA5wR0+Bj8g4=
6+
github.com/containeroo/tinyflags v0.0.53/go.mod h1:SxHHkI4dTMtsXwhKuw9Q2pCqxoX/ULRwUDteqsfFczM=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

0 commit comments

Comments
 (0)