Skip to content

Commit

Permalink
chore: update analytics-client in examples
Browse files Browse the repository at this point in the history
Resolved ENG-2817
  • Loading branch information
lizardruss committed Feb 29, 2024
1 parent e69d07e commit 1f8ce81
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 deletions.
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

0 comments on commit 1f8ce81

Please sign in to comment.