Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update analytics-client #81

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/bootstrap-with-deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ require (
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/loft-sh/admin-apis v0.0.0-20240203010124-3600c1c582a8 // indirect
github.com/loft-sh/agentapi/v3 v3.4.0-beta.12.0.20240207094449-7adc00ae1265 // indirect
github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c // indirect
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e // indirect
github.com/loft-sh/api/v3 v3.4.0-beta.11 // indirect
github.com/loft-sh/apiserver v0.0.0-20240125143607-a106e2f2e0f1 // indirect
github.com/loft-sh/jspolicy v0.2.2 // indirect
Expand Down
3 changes: 3 additions & 0 deletions examples/bootstrap-with-deployment/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ github.com/loft-sh/agentapi/v3 v3.4.0-beta.12.0.20240207094449-7adc00ae1265 h1:S
github.com/loft-sh/agentapi/v3 v3.4.0-beta.12.0.20240207094449-7adc00ae1265/go.mod h1:Ln2nKIXWwgCYqA+NflEu182x3r0Zb7KZnzJ4LHOMP7Y=
github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c h1:WeOXXSGCdE6s0+fargq3Hs0aYx+TMZoF9Kb45fkubys=
github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e h1:JcPnMaoczikvpasi8OJ47dCkWZjfgFubWa4V2SZo7h0=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/api/v3 v3.4.0-beta.11 h1:kh9oqGdco1YAUGjgw5LK9Z++4KLw561QANvGko312C8=
github.com/loft-sh/api/v3 v3.4.0-beta.11/go.mod h1:eTUHPQ6RdnC4w+xYUaIVLJME9s9OsO2svbcWDrGGXX8=
github.com/loft-sh/apiserver v0.0.0-20240125143607-a106e2f2e0f1 h1:pdT9I+6jg5YV9vTlG4b0RRao3EvwjSNmH0Cihv7bPUg=
Expand All @@ -630,6 +632,7 @@ github.com/loft-sh/utils v0.0.29 h1:P/MObccXToAZy2QoJSQDJ+OJx1qHitpFHEVj3QBSNJs=
github.com/loft-sh/utils v0.0.29/go.mod h1:9hlX9cGpWHg3mNi/oBlv3X4ePGDMK66k8MbOZGFMDTI=
github.com/loft-sh/vcluster v0.19.0-beta.1.0.20240207101352-5dc198537487 h1:kW1HEIr6wHXueI8OmBN6DGzRhIy/P4u8hcOnbIzLE0c=
github.com/loft-sh/vcluster v0.19.0-beta.1.0.20240207101352-5dc198537487/go.mod h1:5PQdcVunYGZZKgkY1q8ibt0TLspMAFoVn3vNvczKNU8=
github.com/loft-sh/vcluster-sdk v0.4.3-0.20240201185810-7d4d03e38701/go.mod h1:6jrgXdwfHS0lKcfkNQrl7vmpRqo8vv1Un7cpC0oONV4=
github.com/loft-sh/vcluster-values v0.0.0-20240207093538-4bbb24e9f699 h1:lbbIlSpl/sz1iY/Tl/VUOU8NtFe31uwvlUbANK04mDM=
github.com/loft-sh/vcluster-values v0.0.0-20240207093538-4bbb24e9f699/go.mod h1:J34xtWyMbjM+NRgVWxO0IVDB5XYUaX52jPQNqEAhu4M=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
Expand Down
2 changes: 1 addition & 1 deletion examples/crd-sync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ require (
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/loft-sh/admin-apis v0.0.0-20231102064836-7a6574be5f16 // indirect
github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6 // indirect
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83 // indirect
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e // indirect
github.com/loft-sh/api/v3 v3.4.0-beta.11 // indirect
github.com/loft-sh/apiserver v0.0.0-20240122115656-e1a690b2e2d8 // indirect
github.com/loft-sh/jspolicy v0.2.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/crd-sync/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6 h1:H
github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6/go.mod h1:Cpyq+ENdPYHWay5OzCWhal4czSBPwr3OtAkVnIbHtSc=
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83 h1:2vLLPFmp0obR4pMUID0chRYHZ0nlBpxupIkiBo1BZOU=
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e h1:JcPnMaoczikvpasi8OJ47dCkWZjfgFubWa4V2SZo7h0=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/api/v3 v3.4.0-beta.11 h1:kh9oqGdco1YAUGjgw5LK9Z++4KLw561QANvGko312C8=
github.com/loft-sh/api/v3 v3.4.0-beta.11/go.mod h1:eTUHPQ6RdnC4w+xYUaIVLJME9s9OsO2svbcWDrGGXX8=
github.com/loft-sh/apiserver v0.0.0-20240122115656-e1a690b2e2d8 h1:3ABvaTlOBk+AdNqZCE6Vm5iItydFfhw4FcQA4AiyU/8=
Expand Down
2 changes: 1 addition & 1 deletion examples/hooks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ require (
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/loft-sh/admin-apis v0.0.0-20231102064836-7a6574be5f16 // indirect
github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6 // indirect
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83 // indirect
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e // indirect
github.com/loft-sh/api/v3 v3.4.0-beta.11 // indirect
github.com/loft-sh/apiserver v0.0.0-20240122115656-e1a690b2e2d8 // indirect
github.com/loft-sh/jspolicy v0.2.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/hooks/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6 h1:H
github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6/go.mod h1:Cpyq+ENdPYHWay5OzCWhal4czSBPwr3OtAkVnIbHtSc=
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83 h1:2vLLPFmp0obR4pMUID0chRYHZ0nlBpxupIkiBo1BZOU=
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e h1:JcPnMaoczikvpasi8OJ47dCkWZjfgFubWa4V2SZo7h0=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/api/v3 v3.4.0-beta.11 h1:kh9oqGdco1YAUGjgw5LK9Z++4KLw561QANvGko312C8=
github.com/loft-sh/api/v3 v3.4.0-beta.11/go.mod h1:eTUHPQ6RdnC4w+xYUaIVLJME9s9OsO2svbcWDrGGXX8=
github.com/loft-sh/apiserver v0.0.0-20240122115656-e1a690b2e2d8 h1:3ABvaTlOBk+AdNqZCE6Vm5iItydFfhw4FcQA4AiyU/8=
Expand Down
2 changes: 1 addition & 1 deletion examples/import-secrets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ require (
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/loft-sh/admin-apis v0.0.0-20231102064836-7a6574be5f16 // indirect
github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6 // indirect
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83 // indirect
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e // indirect
github.com/loft-sh/api/v3 v3.4.0-beta.11 // indirect
github.com/loft-sh/apiserver v0.0.0-20240122115656-e1a690b2e2d8 // indirect
github.com/loft-sh/jspolicy v0.2.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions examples/import-secrets/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6 h1:H
github.com/loft-sh/agentapi/v3 v3.4.0-beta.11.0.20240123094803-669b6def4eb6/go.mod h1:Cpyq+ENdPYHWay5OzCWhal4czSBPwr3OtAkVnIbHtSc=
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83 h1:2vLLPFmp0obR4pMUID0chRYHZ0nlBpxupIkiBo1BZOU=
github.com/loft-sh/analytics-client v0.0.0-20231127192707-f76e263f6c83/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e h1:JcPnMaoczikvpasi8OJ47dCkWZjfgFubWa4V2SZo7h0=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/api/v3 v3.4.0-beta.11 h1:kh9oqGdco1YAUGjgw5LK9Z++4KLw561QANvGko312C8=
github.com/loft-sh/api/v3 v3.4.0-beta.11/go.mod h1:eTUHPQ6RdnC4w+xYUaIVLJME9s9OsO2svbcWDrGGXX8=
github.com/loft-sh/apiserver v0.0.0-20240122115656-e1a690b2e2d8 h1:3ABvaTlOBk+AdNqZCE6Vm5iItydFfhw4FcQA4AiyU/8=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ require (
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/loft-sh/admin-apis v0.0.0-20240203010124-3600c1c582a8 // indirect
github.com/loft-sh/agentapi/v3 v3.4.0-beta.12.0.20240207094449-7adc00ae1265 // indirect
github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c // indirect
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e // indirect
github.com/loft-sh/api/v3 v3.4.0-beta.11 // indirect
github.com/loft-sh/apiserver v0.0.0-20240125143607-a106e2f2e0f1 // indirect
github.com/loft-sh/jspolicy v0.2.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ github.com/loft-sh/agentapi/v3 v3.4.0-beta.12.0.20240207094449-7adc00ae1265 h1:S
github.com/loft-sh/agentapi/v3 v3.4.0-beta.12.0.20240207094449-7adc00ae1265/go.mod h1:Ln2nKIXWwgCYqA+NflEu182x3r0Zb7KZnzJ4LHOMP7Y=
github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c h1:WeOXXSGCdE6s0+fargq3Hs0aYx+TMZoF9Kb45fkubys=
github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e h1:JcPnMaoczikvpasi8OJ47dCkWZjfgFubWa4V2SZo7h0=
github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e/go.mod h1:FFWcGASyM2QlWTDTCG/WBVM/XYr8btqYt335TFNRCFg=
github.com/loft-sh/api/v3 v3.4.0-beta.11 h1:kh9oqGdco1YAUGjgw5LK9Z++4KLw561QANvGko312C8=
github.com/loft-sh/api/v3 v3.4.0-beta.11/go.mod h1:eTUHPQ6RdnC4w+xYUaIVLJME9s9OsO2svbcWDrGGXX8=
github.com/loft-sh/apiserver v0.0.0-20240125143607-a106e2f2e0f1 h1:pdT9I+6jg5YV9vTlG4b0RRao3EvwjSNmH0Cihv7bPUg=
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 @@ -320,7 +320,7 @@ github.com/loft-sh/agentapi/v3/pkg/client/loft/clientset_generated/clientset
github.com/loft-sh/agentapi/v3/pkg/client/loft/clientset_generated/clientset/scheme
github.com/loft-sh/agentapi/v3/pkg/client/loft/clientset_generated/clientset/typed/cluster/v1
github.com/loft-sh/agentapi/v3/pkg/client/loft/clientset_generated/clientset/typed/storage/v1
# github.com/loft-sh/analytics-client v0.0.0-20240206084604-1302688c3d4c
# github.com/loft-sh/analytics-client v0.0.0-20240219162240-2f4c64b2494e
## explicit; go 1.21
github.com/loft-sh/analytics-client/client
# github.com/loft-sh/api/v3 v3.4.0-beta.11
Expand Down
Loading