Skip to content

Commit

Permalink
[ignore] Update aci-go-client vendor files to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Feb 3, 2023
1 parent fe2dcce commit 376a63b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/terraform-providers/terraform-provider-aci
go 1.18

require (
github.com/ciscoecosystem/aci-go-client/v2 v2.7.3
github.com/ciscoecosystem/aci-go-client/v2 v2.7.4
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.18.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkE
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/ciscoecosystem/aci-go-client/v2 v2.7.3 h1:6CTJ4jYflTVLMmrcbeWarUjvDW4OqdWCDrnIwZQQeEs=
github.com/ciscoecosystem/aci-go-client/v2 v2.7.3/go.mod h1:ZeJuaKr9gTRn5B1CwA3sVSVqnRjVMEcBc8LUX222wf0=
github.com/ciscoecosystem/aci-go-client/v2 v2.7.4 h1:V5n6GEpkBhtdP5u4oyxjBxNNg+hSW5AJajPON+VaGtg=
github.com/ciscoecosystem/aci-go-client/v2 v2.7.4/go.mod h1:ZeJuaKr9gTRn5B1CwA3sVSVqnRjVMEcBc8LUX222wf0=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github.com/apparentlymart/go-cidr/cidr
# github.com/apparentlymart/go-textseg/v13 v13.0.0
## explicit; go 1.16
github.com/apparentlymart/go-textseg/v13/textseg
# github.com/ciscoecosystem/aci-go-client/v2 v2.7.3
# github.com/ciscoecosystem/aci-go-client/v2 v2.7.4
## explicit; go 1.12
github.com/ciscoecosystem/aci-go-client/v2/client
github.com/ciscoecosystem/aci-go-client/v2/container
Expand Down

0 comments on commit 376a63b

Please sign in to comment.