Skip to content

Commit

Permalink
Merge pull request #617 from F5Networks/devel_v1.13.1_vendor
Browse files Browse the repository at this point in the history
adding vendor changes and version changes
  • Loading branch information
RavinderReddyF5 authored Apr 13, 2022
2 parents 116bbbb + 606ace6 commit 0588d4e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bigip/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bigip

// ProviderVersion is set at build-time in the release process
var ProviderVersion = "1.13.0"
var ProviderVersion = "1.13.1"
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/f5devcentral/go-bigip v0.0.0-20220302174144-f3febbee09dd
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220302174144-f3febbee09dd
github.com/f5devcentral/go-bigip v0.0.0-20220413131359-981cbe1d2ef8
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220413131359-981cbe1d2ef8
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.1
github.com/hashicorp/go-multierror v1.1.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
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=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/f5devcentral/go-bigip v0.0.0-20220302174144-f3febbee09dd h1:7D1aPpFX/62+GmwB/1KDIa+vt5/FycUIYXz/tT1TnFE=
github.com/f5devcentral/go-bigip v0.0.0-20220302174144-f3febbee09dd/go.mod h1:JZj/iVxDmEnGPyEwuNj7x0fuH2CtUBbD2J48MMp/SE8=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220302174144-f3febbee09dd h1:jDLWC4FF15tC0Lbi/dPrJGW3O2zV5/XtWJ92GB2Kxo4=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220302174144-f3febbee09dd/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
github.com/f5devcentral/go-bigip v0.0.0-20220413131359-981cbe1d2ef8 h1:CQhsocALHWCnBrvqJyN6qyI4h2qOHMAGj6KxXnoBvxU=
github.com/f5devcentral/go-bigip v0.0.0-20220413131359-981cbe1d2ef8/go.mod h1:JZj/iVxDmEnGPyEwuNj7x0fuH2CtUBbD2J48MMp/SE8=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220413131359-981cbe1d2ef8 h1:96OJTwBi2SXn2Wy9vXCoE6fG03IXyA/hoQYnplmbqK4=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220413131359-981cbe1d2ef8/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ github.com/bgentry/go-netrc/netrc
github.com/bgentry/speakeasy
# github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew/spew
# github.com/f5devcentral/go-bigip v0.0.0-20220302174144-f3febbee09dd
# github.com/f5devcentral/go-bigip v0.0.0-20220413131359-981cbe1d2ef8
## explicit
github.com/f5devcentral/go-bigip
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220302174144-f3febbee09dd
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20220413131359-981cbe1d2ef8
## explicit
github.com/f5devcentral/go-bigip/f5teem
# github.com/fatih/color v1.7.0
Expand Down

0 comments on commit 0588d4e

Please sign in to comment.