Skip to content

Commit 1f4fa28

Browse files
Merge pull request #1046 from F5Networks/devel_vendor_sync
adding vendor sync changes
2 parents 7aec84c + b69681c commit 1f4fa28

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

bigip/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package bigip
22

33
// ProviderVersion is set at build-time in the release process
4-
var ProviderVersion = "1.22.6"
4+
var ProviderVersion = "1.22.7"

docs/resources/bigip_as3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ resource "bigip_as3" "as3-example1" {
4848
resource "bigip_as3" "as3-example1" {
4949
as3_json = file("example1.json")
5050
controls = {
51-
dry_run = "no"
52-
trace = "yes"
51+
dry_run = "no"
52+
trace = "yes"
5353
trace_response = "yes"
54-
log_level = "debug"
55-
user_agent = "dummy agent"
54+
log_level = "debug"
55+
user_agent = "dummy agent"
5656
}
5757
}
5858
```

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ require (
1010
github.com/Azure/azure-storage-blob-go v0.13.0
1111
github.com/Azure/go-autorest/autorest v0.11.18
1212
github.com/Azure/go-autorest/autorest/adal v0.9.13
13-
github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab
14-
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab
13+
github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0
14+
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0
1515
github.com/google/uuid v1.3.0
16+
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1617
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
1718
github.com/stretchr/testify v1.8.4
1819
golang.org/x/text v0.14.0
@@ -36,7 +37,6 @@ require (
3637
github.com/hashicorp/errwrap v1.0.0 // indirect
3738
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3839
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39-
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
4040
github.com/hashicorp/go-hclog v1.4.0 // indirect
4141
github.com/hashicorp/go-multierror v1.1.1 // indirect
4242
github.com/hashicorp/go-plugin v1.4.8 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
5151
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
5252
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
5353
github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
54-
github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab h1:uhnYdiQbqEYrRnGixekhkrCpbhyn7YUj7yeVs+MyVPc=
55-
github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab/go.mod h1:0Lkr0fBU6O1yBxF2mt9JFwXpaFbIb/wAY7oM3dMJDdA=
56-
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab h1:ySRZdYMEcTe0ozTyM9cakQv30YTzb/O8ls+3KK4OT0E=
57-
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
54+
github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0 h1:w2z9BizQqAX9IYv5VJjXk4MYzeWoHMyZh3YnuodV7ww=
55+
github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0/go.mod h1:0Lkr0fBU6O1yBxF2mt9JFwXpaFbIb/wAY7oM3dMJDdA=
56+
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0 h1:Nkb/wocEF6hHd1T8aT/lIhq3+j2Y0ZiHS+cLprvAi6E=
57+
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
5858
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
5959
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
6060
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ github.com/apparentlymart/go-textseg/v13/textseg
4242
# github.com/davecgh/go-spew v1.1.1
4343
## explicit
4444
github.com/davecgh/go-spew/spew
45-
# github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab
45+
# github.com/f5devcentral/go-bigip v0.0.0-20250116053057-6ba73c2361f0
4646
## explicit; go 1.20
4747
github.com/f5devcentral/go-bigip
48-
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab
48+
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250116053057-6ba73c2361f0
4949
## explicit; go 1.13
5050
github.com/f5devcentral/go-bigip/f5teem
5151
# github.com/fatih/color v1.13.0

0 commit comments

Comments
 (0)