Skip to content

Commit

Permalink
fix vendor sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Jan 2, 2025
1 parent 0c57148 commit 60c6161
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/Azure/azure-storage-blob-go v0.13.0
github.com/Azure/go-autorest/autorest v0.11.18
github.com/Azure/go-autorest/autorest/adal v0.9.13
github.com/f5devcentral/go-bigip v0.0.0-20241021135443-33e2cde9829b
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20241021135443-33e2cde9829b
github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab
github.com/google/uuid v1.3.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
github.com/stretchr/testify v1.8.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
github.com/f5devcentral/go-bigip v0.0.0-20241021135443-33e2cde9829b h1:j8CYiCIPBJAO1A94MPQ2mMKwaoZTYYq3+OQPGXJSqcM=
github.com/f5devcentral/go-bigip v0.0.0-20241021135443-33e2cde9829b/go.mod h1:0Lkr0fBU6O1yBxF2mt9JFwXpaFbIb/wAY7oM3dMJDdA=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20241021135443-33e2cde9829b h1:0/nrne/GsIApV1R2VVG2KPOCOkr5WR4NJ3sRXtM9pFs=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20241021135443-33e2cde9829b/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab h1:uhnYdiQbqEYrRnGixekhkrCpbhyn7YUj7yeVs+MyVPc=
github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab/go.mod h1:0Lkr0fBU6O1yBxF2mt9JFwXpaFbIb/wAY7oM3dMJDdA=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab h1:ySRZdYMEcTe0ozTyM9cakQv30YTzb/O8ls+3KK4OT0E=
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab/go.mod h1:r7o5I22EvO+fps2u10bz4ZUlTlNHopQSWzVcW19hK3U=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ github.com/apparentlymart/go-textseg/v13/textseg
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/f5devcentral/go-bigip v0.0.0-20241021135443-33e2cde9829b
# github.com/f5devcentral/go-bigip v0.0.0-20250102172413-fd76522d9fab
## explicit; go 1.20
github.com/f5devcentral/go-bigip
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20241021135443-33e2cde9829b
# github.com/f5devcentral/go-bigip/f5teem v0.0.0-20250102172413-fd76522d9fab
## explicit; go 1.13
github.com/f5devcentral/go-bigip/f5teem
# github.com/fatih/color v1.13.0
Expand Down

0 comments on commit 60c6161

Please sign in to comment.