Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot] 46d205b806 chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 16:47:56 +07:00
dependabot[bot] 329f5e8fc9 chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.23.1 to 6.23.2
Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.23.1 to 6.23.2.
- [Release notes](https://github.com/brianvoe/gofakeit/releases)
- [Commits](https://github.com/brianvoe/gofakeit/compare/v6.23.1...v6.23.2)

---
updated-dependencies:
- dependency-name: github.com/brianvoe/gofakeit/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 15:59:07 +07:00
dependabot[bot] f6662cac8b chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.23.0 to 6.23.1
Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.23.0 to 6.23.1.
- [Release notes](https://github.com/brianvoe/gofakeit/releases)
- [Commits](https://github.com/brianvoe/gofakeit/compare/v6.23.0...v6.23.1)

---
updated-dependencies:
- dependency-name: github.com/brianvoe/gofakeit/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-04 20:23:09 +07:00
dependabot[bot] 2780b7b6e5 chore(deps): bump github.com/k1LoW/tbls from 1.68.1 to 1.68.2
Bumps [github.com/k1LoW/tbls](https://github.com/k1LoW/tbls) from 1.68.1 to 1.68.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.1...v1.68.2)

---
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>
2023-07-27 18:04:15 +07:00
4 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "stable"
@ -37,7 +37,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "stable"
@ -46,7 +46,7 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4

View File

@ -12,7 +12,7 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4

4
go.mod
View File

@ -3,9 +3,9 @@ module github.com/haunt98/populatedb-go
go 1.18
require (
github.com/brianvoe/gofakeit/v6 v6.23.0
github.com/brianvoe/gofakeit/v6 v6.23.2
github.com/go-sql-driver/mysql v1.7.1
github.com/k1LoW/tbls v1.68.1
github.com/k1LoW/tbls v1.68.2
github.com/make-go-great/color-go v0.5.0
github.com/urfave/cli/v2 v2.25.7
)

8
go.sum
View File

@ -113,8 +113,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 h1:9pPi0PsFNAGILFfPCk8Y0iyEBGc
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19/go.mod h1:h4J3oPZQbxLhzGnk+j9dfYHi5qIOVJ5kczZd658/ydM=
github.com/aws/smithy-go v1.13.3 h1:l7LYxGuzK6/K+NzJ2mC+VvLUbae0sL3bXU//04MkmnA=
github.com/aws/smithy-go v1.13.3/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
github.com/brianvoe/gofakeit/v6 v6.23.0 h1:pgVhyWpYq4e0GEVCh2gdZnS/nBX+8SnyTBliHg5xjks=
github.com/brianvoe/gofakeit/v6 v6.23.0/go.mod h1:Ow6qC71xtwm79anlwKRlWZW6zVq9D2XHE4QSSMP/rU8=
github.com/brianvoe/gofakeit/v6 v6.23.2 h1:lVde18uhad5wII/f5RMVFLtdQNE0HaGFuBUXmYKk8i8=
github.com/brianvoe/gofakeit/v6 v6.23.2/go.mod h1:Ow6qC71xtwm79anlwKRlWZW6zVq9D2XHE4QSSMP/rU8=
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 h1:k6UDF1uPYOs0iy1HPeotNa155qXRWrzKnqAaGXHLZCE=
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251/go.mod h1:gbPR1gPu9dB96mucYIR7T3B7p/78hRVSOuzIWLHK2Y4=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
@ -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.1 h1:RwJ+FvHUXGEGtFrXuXbzW2Z5OgGTC30ZEVxkDIFQhqA=
github.com/k1LoW/tbls v1.68.1/go.mod h1:cO1woPAg/kxk9IgOnV23CxJcP12BbE7PpwNd9pjQ+iI=
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/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=