diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c47e0bc..4979b19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: wangyoucao577/go-release-action@v1.20 + - uses: wangyoucao577/go-release-action@v1.37 if: matrix.os != 'darwin' || matrix.arch != '386' && matrix.arch != 'arm' with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/go.mod b/go.mod index 63de6bd..22153fb 100644 --- a/go.mod +++ b/go.mod @@ -4,17 +4,17 @@ go 1.14 require ( github.com/beevik/etree v1.1.0 - github.com/brianvoe/gofakeit/v6 v6.9.0 - github.com/bxcodec/faker/v3 v3.6.0 + github.com/brianvoe/gofakeit/v6 v6.20.2 + github.com/bxcodec/faker/v3 v3.8.1 github.com/dimchansky/utfbom v1.1.1 github.com/jeremywohl/flatten v1.0.1 - github.com/joho/godotenv v1.4.0 - github.com/mitchellh/mapstructure v1.4.2 + github.com/joho/godotenv v1.5.1 + github.com/mitchellh/mapstructure v1.5.0 github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 - github.com/spf13/cobra v1.2.1 - github.com/stretchr/testify v1.7.0 + github.com/spf13/cobra v1.6.1 + github.com/stretchr/testify v1.8.2 gopkg.in/yaml.v2 v2.4.0 - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b + gopkg.in/yaml.v3 v3.0.1 gotest.tools v2.2.0+incompatible muzzammil.xyz/jsonc v0.0.0-20201229145248-615b0916ca38 )