File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4141 uses : goreleaser/goreleaser-action@v2
4242 with :
4343 version : latest
44- args : release --rm-dist
44+ args : release --clean
4545 env :
4646 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11module github.com/ovh/terraform-provider-ovh
22
33require (
4+ github.com/google/go-cmp v0.5.6 // indirect
45 github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
56 github.com/hashicorp/go-cleanhttp v0.5.2
67 github.com/hashicorp/go-version v1.6.0
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ github.com/golang/protobuf/ptypes/duration
7373github.com/golang/protobuf/ptypes/empty
7474github.com/golang/protobuf/ptypes/timestamp
7575# github.com/google/go-cmp v0.5.6
76+ ## explicit
7677github.com/google/go-cmp/cmp
7778github.com/google/go-cmp/cmp/internal/diff
7879github.com/google/go-cmp/cmp/internal/flags
You can’t perform that action at this time.
0 commit comments