chore(deps): bump github.com/k1LoW/tbls from 1.74.2 to 1.74.3 (#91)
Bumps [github.com/k1LoW/tbls](https://github.com/k1LoW/tbls) from 1.74.2 to 1.74.3. - [Release notes](https://github.com/k1LoW/tbls/releases) - [Changelog](https://github.com/k1LoW/tbls/blob/main/CHANGELOG.md) - [Commits](https://github.com/k1LoW/tbls/compare/v1.74.2...v1.74.3) --- updated-dependencies: - dependency-name: github.com/k1LoW/tbls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>main
parent
62d7cfe6eb
commit
5b1f91d05d
3
go.mod
3
go.mod
|
@ -5,7 +5,7 @@ go 1.22.2
|
|||
require (
|
||||
github.com/brianvoe/gofakeit/v6 v6.28.0
|
||||
github.com/go-sql-driver/mysql v1.8.1
|
||||
github.com/k1LoW/tbls v1.74.2
|
||||
github.com/k1LoW/tbls v1.74.3
|
||||
github.com/make-go-great/color-go v0.5.0
|
||||
github.com/urfave/cli/v2 v2.27.2
|
||||
)
|
||||
|
@ -82,6 +82,7 @@ require (
|
|||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/k1LoW/duration v1.2.0 // indirect
|
||||
github.com/k1LoW/expand v0.12.0 // indirect
|
||||
github.com/k1LoW/ghfs v1.3.1 // indirect
|
||||
github.com/k1LoW/go-github-client/v58 v58.0.12 // indirect
|
||||
github.com/klauspost/compress v1.17.4 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
||||
|
|
6
go.sum
6
go.sum
|
@ -229,10 +229,12 @@ github.com/k1LoW/duration v1.2.0 h1:qq1gWtPh7YROFyerBufVP+ATR11mOOHDInrcC/Xe/6A=
|
|||
github.com/k1LoW/duration v1.2.0/go.mod h1:qUa0NptIiUl5EUsCc8wIiSaHuNjS4wmpYNMHp0l6pos=
|
||||
github.com/k1LoW/expand v0.12.0 h1:EfkT/VoGVe/B6Jo8WYS5dliXOPJ0xkdkGfzOQPl+0Y8=
|
||||
github.com/k1LoW/expand v0.12.0/go.mod h1:jJkWgMSibfX88Q+4m4Jse6FQP62M4ia2YaQWQKmD4nA=
|
||||
github.com/k1LoW/ghfs v1.3.1 h1:xq/VenCDhSUDf1IsL0LBfWIn3QTCOOd8+pE0SNZF6wM=
|
||||
github.com/k1LoW/ghfs v1.3.1/go.mod h1:IaAooDKpTdx/I0lSethYNMowo0rs0h/+btPPHdZlnE4=
|
||||
github.com/k1LoW/go-github-client/v58 v58.0.12 h1:rIK+H2cSpK0ptOxNq0jITGu3ffRjLTe5ITCz1jik5c0=
|
||||
github.com/k1LoW/go-github-client/v58 v58.0.12/go.mod h1:HFCYt6OBzCfusKY4aVYi4E3T4pbDDNdHQuWOL0pHkdI=
|
||||
github.com/k1LoW/tbls v1.74.2 h1:XHsj3hFzRpInTSryeU+lfHnFf6izs0RFLTeLQ0vKqgI=
|
||||
github.com/k1LoW/tbls v1.74.2/go.mod h1:P7aXyvP5DCMccH9URD+GJ7Kql/7RJN70x9QKKeGCCJQ=
|
||||
github.com/k1LoW/tbls v1.74.3 h1:jlRAnKGpYFRdXCy2WlJcjA5wv3fPB+BFsJrbUoOrOSo=
|
||||
github.com/k1LoW/tbls v1.74.3/go.mod h1:fbC+HoPrEAB1tACmuWdy7c3u0h1LOoOnPIa/jgU4I9M=
|
||||
github.com/klauspost/compress v1.17.4 h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=
|
||||
github.com/klauspost/compress v1.17.4/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM=
|
||||
github.com/klauspost/cpuid/v2 v2.2.6 h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=
|
||||
|
|
Loading…
Reference in New Issue