Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2023
1 parent 334a698 commit c539c1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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 }}
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Expand Up @@ -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
)

0 comments on commit c539c1e

Please sign in to comment.