Skip to content

Commit

Permalink
Merge pull request #746 from F5Networks/devel
Browse files Browse the repository at this point in the history
adding vendor changes
  • Loading branch information
RavinderReddyF5 authored Dec 22, 2022
2 parents dbf07ff + 2a1c658 commit a10637b
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.16.0"
var ProviderVersion = "1.16.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-20221108061446-8699e93dd85a
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221108061446-8699e93dd85a
github.com/f5devcentral/go-bigip v0.0.0-20221222052045-30be93e76e22
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221222052045-30be93e76e22
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.1
github.com/hashicorp/go-getter v1.6.1 // 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-20221108061446-8699e93dd85a h1:xfyah/vHrN1KCaS3Sk1XBX6WdUq0DW4DqFA73Sv2kms=
github.com/f5devcentral/go-bigip v0.0.0-20221108061446-8699e93dd85a/go.mod h1:JZj/iVxDmEnGPyEwuNj7x0fuH2CtUBbD2J48MMp/SE8=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221108061446-8699e93dd85a h1:jC+K7cqL3sXCUIGbfNuJHeOCqzsFzuT0IPbhkhDchZg=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221108061446-8699e93dd85a/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
github.com/f5devcentral/go-bigip v0.0.0-20221222052045-30be93e76e22 h1:/E23QOe3QdVoOlilDpIiW6Ga7DIh/CdR2ivmfd5lOA8=
github.com/f5devcentral/go-bigip v0.0.0-20221222052045-30be93e76e22/go.mod h1:JZj/iVxDmEnGPyEwuNj7x0fuH2CtUBbD2J48MMp/SE8=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221222052045-30be93e76e22 h1:uhoo541F0pP+oumukbfo1ALKcDzecEdma/I7p8ofD8s=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221222052045-30be93e76e22/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-20221108061446-8699e93dd85a
# github.com/f5devcentral/go-bigip v0.0.0-20221222052045-30be93e76e22
## explicit
github.com/f5devcentral/go-bigip
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221108061446-8699e93dd85a
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20221222052045-30be93e76e22
## explicit
github.com/f5devcentral/go-bigip/f5teem
# github.com/fatih/color v1.7.0
Expand Down

0 comments on commit a10637b

Please sign in to comment.