Skip to content

Commit

Permalink
ci: Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Dec 30, 2022
1 parent 7077c66 commit cb03919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 203 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/datadrivers/terraform-provider-designation

go 1.17
go 1.19

require (
github.com/hashicorp/terraform-plugin-docs v0.13.0
Expand Down Expand Up @@ -52,7 +52,7 @@ require (
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
Expand Down
Loading

0 comments on commit cb03919

Please sign in to comment.