From d595259b8a96b7cc4f713ee6285fc8e6ec9f790d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:13:31 +0000 Subject: [PATCH] chore(deps): bump github.com/k1LoW/tbls from 1.68.2 to 1.69.2 Bumps [github.com/k1LoW/tbls](https://github.com/k1LoW/tbls) from 1.68.2 to 1.69.2. - [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.68.2...v1.69.2) --- updated-dependencies: - dependency-name: github.com/k1LoW/tbls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 18d9f45..7a10528 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/brianvoe/gofakeit/v6 v6.23.2 github.com/go-sql-driver/mysql v1.7.1 - github.com/k1LoW/tbls v1.68.2 + github.com/k1LoW/tbls v1.69.2 github.com/make-go-great/color-go v0.5.0 github.com/urfave/cli/v2 v2.25.7 ) diff --git a/go.sum b/go.sum index 971bb21..61a02f6 100644 --- a/go.sum +++ b/go.sum @@ -300,8 +300,8 @@ github.com/k1LoW/expand v0.5.5 h1:XC+BYzAfJvn7jXVMaAfEvqKJHm6EcjXs2VR+7YJjATg= github.com/k1LoW/expand v0.5.5/go.mod h1:HyNqvB5984hIVR+HMPGBZ511XH+49hJa9DGSBkO3AP4= github.com/k1LoW/go-github-client/v49 v49.1.3 h1:yF4Jj3YagE7GBAQhmadmvEMS1HfAS9ZhodQQpkDYDqI= github.com/k1LoW/go-github-client/v49 v49.1.3/go.mod h1:RrtTuBOgbB5LwPJ86jtdZalUEVOioevOglg+bHMX5lk= -github.com/k1LoW/tbls v1.68.2 h1:LAQj0KoO9/MUFIwK6Hr0DwD2hRA10uN5dxZs0tVWHeM= -github.com/k1LoW/tbls v1.68.2/go.mod h1:cO1woPAg/kxk9IgOnV23CxJcP12BbE7PpwNd9pjQ+iI= +github.com/k1LoW/tbls v1.69.2 h1:4eGcDSrv11LhXK6YcPULpfyIzdj7yXEJS+5bvHwF/a8= +github.com/k1LoW/tbls v1.69.2/go.mod h1:cO1woPAg/kxk9IgOnV23CxJcP12BbE7PpwNd9pjQ+iI= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4= github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=