Skip to content

Commit 9ccbbaf

Browse files
author
Thomas Soulard
committed
Merge branch 'hotfix-build'
2 parents 766fce5 + b0f0f66 commit 9ccbbaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/enclave-networks/terraform-provider-enclave
33
go 1.18
44

55
require (
6-
github.com/enclave-networks/go-enclaveapi v0.0.0-20220720154008-07630b98ed36
6+
github.com/enclave-networks/go-enclaveapi v0.0.0-20220721123859-4bf0d05cbdd4
77
github.com/hashicorp/terraform-plugin-framework v0.9.0
88
github.com/hashicorp/terraform-plugin-go v0.9.1
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWH
1515
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1616
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1717
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
18-
github.com/enclave-networks/go-enclaveapi v0.0.0-20220720154008-07630b98ed36 h1:U/npsZ5NvL8aVO0Rfgpn6CusZiAED6xlEq3iKy6gsNM=
19-
github.com/enclave-networks/go-enclaveapi v0.0.0-20220720154008-07630b98ed36/go.mod h1:idehRfRkNwm0hGozo9S1NDBKNIzf5XSfixpSh129vvc=
18+
github.com/enclave-networks/go-enclaveapi v0.0.0-20220721123859-4bf0d05cbdd4 h1:sp0i/XypNlrX60yIC2ulRcGIN1UxOYc6lk+W36XeaOk=
19+
github.com/enclave-networks/go-enclaveapi v0.0.0-20220721123859-4bf0d05cbdd4/go.mod h1:idehRfRkNwm0hGozo9S1NDBKNIzf5XSfixpSh129vvc=
2020
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
2121
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
2222
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=

0 commit comments

Comments
 (0)