Skip to content

Commit

Permalink
use kowabunga-api upstreamn version 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gxben committed Mar 28, 2024
1 parent 336f47b commit 0af559c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/resources/kfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Manages a KFS distributed network storage resource. **KFS** (stands for *Kowabun

- `name` (String) Resource name
- `project` (String) Associated project name or ID
- `zone` (String) Associated zone name or ID
- `region` (String) Associated region name or ID

### Optional

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/kgw.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Manages a KGW resource. **KGW** (stands for *Kowabunga Gateway*) is a resource t
### Required

- `project` (String) Associated project name or ID
- `zone` (String) Associated zone name or ID
- `region` (String) Associated region name or ID

### Optional

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/3th1nk/cidr v0.2.0
github.com/AfterShip/email-verifier v1.4.0
github.com/dalet-oss/kowabunga-api v0.20.9
github.com/dalet-oss/kowabunga-api v0.30.0
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-framework v1.4.2
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
Expand All @@ -14,8 +14,6 @@ require (
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
)

replace github.com/dalet-oss/kowabunga-api => /Users/ben/Development/Dalet/kowabunga-api

require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7N
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
github.com/cloudflare/circl v1.3.3 h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs=
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
github.com/dalet-oss/kowabunga-api v0.30.0 h1:FJw2lmOT6MCXtIn6oolLdTrb2K79ssoK9GqvVQElSzs=
github.com/dalet-oss/kowabunga-api v0.30.0/go.mod h1:AoV+X1yaCm4mxSnY+z5tfRPQqpYURioy/bXp5bB/pQc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 0af559c

Please sign in to comment.