From 82b88b1ae96ae0c8f85afa61cf3f6b14931cb768 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 28 Jul 2020 10:40:31 -0400 Subject: [PATCH] fix module major (#63) --- README.md | 4 +- ...create_cluster_app_config_v4_parameters.go | 2 +- .../create_cluster_app_config_v4_responses.go | 2 +- ...create_cluster_app_config_v5_parameters.go | 2 +- .../create_cluster_app_config_v5_responses.go | 2 +- .../delete_cluster_app_config_v4_responses.go | 2 +- .../delete_cluster_app_config_v5_responses.go | 2 +- .../get_cluster_app_config_v4_responses.go | 2 +- .../get_cluster_app_config_v5_responses.go | 2 +- ...modify_cluster_app_config_v4_parameters.go | 2 +- .../modify_cluster_app_config_v4_responses.go | 2 +- ...modify_cluster_app_config_v5_parameters.go | 2 +- .../modify_cluster_app_config_v5_responses.go | 2 +- ...create_cluster_app_secret_v4_parameters.go | 2 +- .../create_cluster_app_secret_v4_responses.go | 2 +- ...create_cluster_app_secret_v5_parameters.go | 2 +- .../create_cluster_app_secret_v5_responses.go | 2 +- .../delete_cluster_app_secret_v4_responses.go | 2 +- .../delete_cluster_app_secret_v5_responses.go | 2 +- .../get_cluster_app_secret_v4_responses.go | 2 +- .../get_cluster_app_secret_v5_responses.go | 2 +- ...modify_cluster_app_secret_v4_parameters.go | 2 +- .../modify_cluster_app_secret_v4_responses.go | 2 +- ...modify_cluster_app_secret_v5_parameters.go | 2 +- .../modify_cluster_app_secret_v5_responses.go | 2 +- .../apps/create_cluster_app_v4_parameters.go | 2 +- .../apps/create_cluster_app_v4_responses.go | 2 +- .../apps/create_cluster_app_v5_parameters.go | 2 +- .../apps/create_cluster_app_v5_responses.go | 2 +- .../apps/delete_cluster_app_v4_responses.go | 2 +- .../apps/delete_cluster_app_v5_responses.go | 2 +- client/apps/get_app_catalogs_responses.go | 2 +- client/apps/get_cluster_apps_v4_responses.go | 2 +- client/apps/get_cluster_apps_v5_responses.go | 2 +- .../apps/modify_cluster_app_v4_parameters.go | 2 +- .../apps/modify_cluster_app_v4_responses.go | 2 +- .../apps/modify_cluster_app_v5_parameters.go | 2 +- .../apps/modify_cluster_app_v5_responses.go | 2 +- .../create_auth_token_parameters.go | 2 +- .../create_auth_token_responses.go | 2 +- .../delete_auth_token_responses.go | 2 +- .../get_cluster_labels_responses.go | 2 +- .../set_cluster_labels_parameters.go | 2 +- .../set_cluster_labels_responses.go | 2 +- client/clusters/add_cluster_parameters.go | 2 +- client/clusters/add_cluster_responses.go | 2 +- client/clusters/add_cluster_v5_parameters.go | 2 +- client/clusters/add_cluster_v5_responses.go | 2 +- client/clusters/delete_cluster_responses.go | 2 +- client/clusters/get_cluster_responses.go | 2 +- .../clusters/get_cluster_status_responses.go | 2 +- client/clusters/get_cluster_v5_responses.go | 2 +- client/clusters/get_clusters_responses.go | 2 +- .../get_v5_clusters_by_label_parameters.go | 2 +- .../get_v5_clusters_by_label_responses.go | 2 +- client/clusters/modify_cluster_parameters.go | 2 +- client/clusters/modify_cluster_responses.go | 2 +- .../clusters/modify_cluster_v5_parameters.go | 2 +- .../clusters/modify_cluster_v5_responses.go | 2 +- .../add_exception_notification_responses.go | 2 +- client/gsclientgen_client.go | 26 +-- client/info/get_info_responses.go | 2 +- client/key_pairs/add_key_pair_parameters.go | 2 +- client/key_pairs/add_key_pair_responses.go | 2 +- client/key_pairs/get_key_pairs_responses.go | 2 +- client/node_pools/add_node_pool_parameters.go | 2 +- client/node_pools/add_node_pool_responses.go | 2 +- .../node_pools/delete_node_pool_responses.go | 2 +- client/node_pools/get_node_pool_responses.go | 2 +- client/node_pools/get_node_pools_responses.go | 2 +- .../node_pools/modify_node_pool_parameters.go | 2 +- .../node_pools/modify_node_pool_responses.go | 2 +- .../add_credentials_parameters.go | 2 +- .../add_credentials_responses.go | 2 +- .../add_organization_parameters.go | 2 +- .../add_organization_responses.go | 2 +- .../delete_organization_responses.go | 2 +- .../organizations/get_credential_responses.go | 2 +- .../get_credentials_responses.go | 2 +- .../get_organization_responses.go | 2 +- .../get_organizations_responses.go | 2 +- .../modify_organization_parameters.go | 2 +- .../modify_organization_responses.go | 2 +- client/releases/get_releases_responses.go | 2 +- client/users/create_user_parameters.go | 2 +- client/users/create_user_responses.go | 2 +- client/users/delete_user_responses.go | 2 +- client/users/get_current_user_responses.go | 2 +- client/users/get_user_responses.go | 2 +- client/users/get_users_responses.go | 2 +- client/users/modify_password_parameters.go | 2 +- client/users/modify_password_responses.go | 2 +- client/users/modify_user_parameters.go | 2 +- client/users/modify_user_responses.go | 2 +- go.mod | 20 +- go.sum | 199 +++++++++++++++--- 96 files changed, 281 insertions(+), 152 deletions(-) diff --git a/README.md b/README.md index cab9ac1..86997f7 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ package main import ( "fmt" - "github.com/giantswarm/gsclientgen/client" - "github.com/giantswarm/gsclientgen/client/clusters" + "github.com/giantswarm/gsclientgen/v2/client" + "github.com/giantswarm/gsclientgen/v2/client/clusters" httptransport "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" diff --git a/client/app_configs/create_cluster_app_config_v4_parameters.go b/client/app_configs/create_cluster_app_config_v4_parameters.go index 7b4f381..d3e026c 100644 --- a/client/app_configs/create_cluster_app_config_v4_parameters.go +++ b/client/app_configs/create_cluster_app_config_v4_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateClusterAppConfigV4Params creates a new CreateClusterAppConfigV4Params object diff --git a/client/app_configs/create_cluster_app_config_v4_responses.go b/client/app_configs/create_cluster_app_config_v4_responses.go index 362dfaa..fee7590 100644 --- a/client/app_configs/create_cluster_app_config_v4_responses.go +++ b/client/app_configs/create_cluster_app_config_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateClusterAppConfigV4Reader is a Reader for the CreateClusterAppConfigV4 structure. diff --git a/client/app_configs/create_cluster_app_config_v5_parameters.go b/client/app_configs/create_cluster_app_config_v5_parameters.go index 6775201..8290f52 100644 --- a/client/app_configs/create_cluster_app_config_v5_parameters.go +++ b/client/app_configs/create_cluster_app_config_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateClusterAppConfigV5Params creates a new CreateClusterAppConfigV5Params object diff --git a/client/app_configs/create_cluster_app_config_v5_responses.go b/client/app_configs/create_cluster_app_config_v5_responses.go index cab5af5..086db51 100644 --- a/client/app_configs/create_cluster_app_config_v5_responses.go +++ b/client/app_configs/create_cluster_app_config_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateClusterAppConfigV5Reader is a Reader for the CreateClusterAppConfigV5 structure. diff --git a/client/app_configs/delete_cluster_app_config_v4_responses.go b/client/app_configs/delete_cluster_app_config_v4_responses.go index fc127b5..e73fd81 100644 --- a/client/app_configs/delete_cluster_app_config_v4_responses.go +++ b/client/app_configs/delete_cluster_app_config_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterAppConfigV4Reader is a Reader for the DeleteClusterAppConfigV4 structure. diff --git a/client/app_configs/delete_cluster_app_config_v5_responses.go b/client/app_configs/delete_cluster_app_config_v5_responses.go index b171e25..612e1f8 100644 --- a/client/app_configs/delete_cluster_app_config_v5_responses.go +++ b/client/app_configs/delete_cluster_app_config_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterAppConfigV5Reader is a Reader for the DeleteClusterAppConfigV5 structure. diff --git a/client/app_configs/get_cluster_app_config_v4_responses.go b/client/app_configs/get_cluster_app_config_v4_responses.go index c4ef738..2565b95 100644 --- a/client/app_configs/get_cluster_app_config_v4_responses.go +++ b/client/app_configs/get_cluster_app_config_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterAppConfigV4Reader is a Reader for the GetClusterAppConfigV4 structure. diff --git a/client/app_configs/get_cluster_app_config_v5_responses.go b/client/app_configs/get_cluster_app_config_v5_responses.go index cd1f4c2..b1eb6db 100644 --- a/client/app_configs/get_cluster_app_config_v5_responses.go +++ b/client/app_configs/get_cluster_app_config_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterAppConfigV5Reader is a Reader for the GetClusterAppConfigV5 structure. diff --git a/client/app_configs/modify_cluster_app_config_v4_parameters.go b/client/app_configs/modify_cluster_app_config_v4_parameters.go index b1c3d3c..f13cd9b 100644 --- a/client/app_configs/modify_cluster_app_config_v4_parameters.go +++ b/client/app_configs/modify_cluster_app_config_v4_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterAppConfigV4Params creates a new ModifyClusterAppConfigV4Params object diff --git a/client/app_configs/modify_cluster_app_config_v4_responses.go b/client/app_configs/modify_cluster_app_config_v4_responses.go index 5c620f3..b3569d1 100644 --- a/client/app_configs/modify_cluster_app_config_v4_responses.go +++ b/client/app_configs/modify_cluster_app_config_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterAppConfigV4Reader is a Reader for the ModifyClusterAppConfigV4 structure. diff --git a/client/app_configs/modify_cluster_app_config_v5_parameters.go b/client/app_configs/modify_cluster_app_config_v5_parameters.go index a55b750..ecb3dba 100644 --- a/client/app_configs/modify_cluster_app_config_v5_parameters.go +++ b/client/app_configs/modify_cluster_app_config_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterAppConfigV5Params creates a new ModifyClusterAppConfigV5Params object diff --git a/client/app_configs/modify_cluster_app_config_v5_responses.go b/client/app_configs/modify_cluster_app_config_v5_responses.go index c9b644a..e8c0dc9 100644 --- a/client/app_configs/modify_cluster_app_config_v5_responses.go +++ b/client/app_configs/modify_cluster_app_config_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterAppConfigV5Reader is a Reader for the ModifyClusterAppConfigV5 structure. diff --git a/client/app_secrets/create_cluster_app_secret_v4_parameters.go b/client/app_secrets/create_cluster_app_secret_v4_parameters.go index d14e2e2..edde8f5 100644 --- a/client/app_secrets/create_cluster_app_secret_v4_parameters.go +++ b/client/app_secrets/create_cluster_app_secret_v4_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateClusterAppSecretV4Params creates a new CreateClusterAppSecretV4Params object diff --git a/client/app_secrets/create_cluster_app_secret_v4_responses.go b/client/app_secrets/create_cluster_app_secret_v4_responses.go index a9cdc43..5fb0908 100644 --- a/client/app_secrets/create_cluster_app_secret_v4_responses.go +++ b/client/app_secrets/create_cluster_app_secret_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateClusterAppSecretV4Reader is a Reader for the CreateClusterAppSecretV4 structure. diff --git a/client/app_secrets/create_cluster_app_secret_v5_parameters.go b/client/app_secrets/create_cluster_app_secret_v5_parameters.go index 966cbe9..1f2ea1d 100644 --- a/client/app_secrets/create_cluster_app_secret_v5_parameters.go +++ b/client/app_secrets/create_cluster_app_secret_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateClusterAppSecretV5Params creates a new CreateClusterAppSecretV5Params object diff --git a/client/app_secrets/create_cluster_app_secret_v5_responses.go b/client/app_secrets/create_cluster_app_secret_v5_responses.go index e04d0cb..8035472 100644 --- a/client/app_secrets/create_cluster_app_secret_v5_responses.go +++ b/client/app_secrets/create_cluster_app_secret_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateClusterAppSecretV5Reader is a Reader for the CreateClusterAppSecretV5 structure. diff --git a/client/app_secrets/delete_cluster_app_secret_v4_responses.go b/client/app_secrets/delete_cluster_app_secret_v4_responses.go index 6e3219c..ff609e9 100644 --- a/client/app_secrets/delete_cluster_app_secret_v4_responses.go +++ b/client/app_secrets/delete_cluster_app_secret_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterAppSecretV4Reader is a Reader for the DeleteClusterAppSecretV4 structure. diff --git a/client/app_secrets/delete_cluster_app_secret_v5_responses.go b/client/app_secrets/delete_cluster_app_secret_v5_responses.go index 66c2a22..86d2440 100644 --- a/client/app_secrets/delete_cluster_app_secret_v5_responses.go +++ b/client/app_secrets/delete_cluster_app_secret_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterAppSecretV5Reader is a Reader for the DeleteClusterAppSecretV5 structure. diff --git a/client/app_secrets/get_cluster_app_secret_v4_responses.go b/client/app_secrets/get_cluster_app_secret_v4_responses.go index 924048a..941e0e4 100644 --- a/client/app_secrets/get_cluster_app_secret_v4_responses.go +++ b/client/app_secrets/get_cluster_app_secret_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterAppSecretV4Reader is a Reader for the GetClusterAppSecretV4 structure. diff --git a/client/app_secrets/get_cluster_app_secret_v5_responses.go b/client/app_secrets/get_cluster_app_secret_v5_responses.go index af3b3d1..a95eba2 100644 --- a/client/app_secrets/get_cluster_app_secret_v5_responses.go +++ b/client/app_secrets/get_cluster_app_secret_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterAppSecretV5Reader is a Reader for the GetClusterAppSecretV5 structure. diff --git a/client/app_secrets/modify_cluster_app_secret_v4_parameters.go b/client/app_secrets/modify_cluster_app_secret_v4_parameters.go index 9e8d8f3..5a98d10 100644 --- a/client/app_secrets/modify_cluster_app_secret_v4_parameters.go +++ b/client/app_secrets/modify_cluster_app_secret_v4_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterAppSecretV4Params creates a new ModifyClusterAppSecretV4Params object diff --git a/client/app_secrets/modify_cluster_app_secret_v4_responses.go b/client/app_secrets/modify_cluster_app_secret_v4_responses.go index d5167d0..9b6dc33 100644 --- a/client/app_secrets/modify_cluster_app_secret_v4_responses.go +++ b/client/app_secrets/modify_cluster_app_secret_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterAppSecretV4Reader is a Reader for the ModifyClusterAppSecretV4 structure. diff --git a/client/app_secrets/modify_cluster_app_secret_v5_parameters.go b/client/app_secrets/modify_cluster_app_secret_v5_parameters.go index a8432b9..f71b705 100644 --- a/client/app_secrets/modify_cluster_app_secret_v5_parameters.go +++ b/client/app_secrets/modify_cluster_app_secret_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterAppSecretV5Params creates a new ModifyClusterAppSecretV5Params object diff --git a/client/app_secrets/modify_cluster_app_secret_v5_responses.go b/client/app_secrets/modify_cluster_app_secret_v5_responses.go index 77ff933..6fcc081 100644 --- a/client/app_secrets/modify_cluster_app_secret_v5_responses.go +++ b/client/app_secrets/modify_cluster_app_secret_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterAppSecretV5Reader is a Reader for the ModifyClusterAppSecretV5 structure. diff --git a/client/apps/create_cluster_app_v4_parameters.go b/client/apps/create_cluster_app_v4_parameters.go index d3cf9d6..4f5866b 100644 --- a/client/apps/create_cluster_app_v4_parameters.go +++ b/client/apps/create_cluster_app_v4_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateClusterAppV4Params creates a new CreateClusterAppV4Params object diff --git a/client/apps/create_cluster_app_v4_responses.go b/client/apps/create_cluster_app_v4_responses.go index 46f247b..2993a25 100644 --- a/client/apps/create_cluster_app_v4_responses.go +++ b/client/apps/create_cluster_app_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateClusterAppV4Reader is a Reader for the CreateClusterAppV4 structure. diff --git a/client/apps/create_cluster_app_v5_parameters.go b/client/apps/create_cluster_app_v5_parameters.go index 98892f7..6a783d2 100644 --- a/client/apps/create_cluster_app_v5_parameters.go +++ b/client/apps/create_cluster_app_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateClusterAppV5Params creates a new CreateClusterAppV5Params object diff --git a/client/apps/create_cluster_app_v5_responses.go b/client/apps/create_cluster_app_v5_responses.go index f3e37dd..74e97f6 100644 --- a/client/apps/create_cluster_app_v5_responses.go +++ b/client/apps/create_cluster_app_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateClusterAppV5Reader is a Reader for the CreateClusterAppV5 structure. diff --git a/client/apps/delete_cluster_app_v4_responses.go b/client/apps/delete_cluster_app_v4_responses.go index f6e1776..f52939c 100644 --- a/client/apps/delete_cluster_app_v4_responses.go +++ b/client/apps/delete_cluster_app_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterAppV4Reader is a Reader for the DeleteClusterAppV4 structure. diff --git a/client/apps/delete_cluster_app_v5_responses.go b/client/apps/delete_cluster_app_v5_responses.go index f0853fd..e39fa5f 100644 --- a/client/apps/delete_cluster_app_v5_responses.go +++ b/client/apps/delete_cluster_app_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterAppV5Reader is a Reader for the DeleteClusterAppV5 structure. diff --git a/client/apps/get_app_catalogs_responses.go b/client/apps/get_app_catalogs_responses.go index 7eaa30e..37faf30 100644 --- a/client/apps/get_app_catalogs_responses.go +++ b/client/apps/get_app_catalogs_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetAppCatalogsReader is a Reader for the GetAppCatalogs structure. diff --git a/client/apps/get_cluster_apps_v4_responses.go b/client/apps/get_cluster_apps_v4_responses.go index 795b313..db7d3e4 100644 --- a/client/apps/get_cluster_apps_v4_responses.go +++ b/client/apps/get_cluster_apps_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterAppsV4Reader is a Reader for the GetClusterAppsV4 structure. diff --git a/client/apps/get_cluster_apps_v5_responses.go b/client/apps/get_cluster_apps_v5_responses.go index ad3e1e5..4a55072 100644 --- a/client/apps/get_cluster_apps_v5_responses.go +++ b/client/apps/get_cluster_apps_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterAppsV5Reader is a Reader for the GetClusterAppsV5 structure. diff --git a/client/apps/modify_cluster_app_v4_parameters.go b/client/apps/modify_cluster_app_v4_parameters.go index d95c2c7..ccccb00 100644 --- a/client/apps/modify_cluster_app_v4_parameters.go +++ b/client/apps/modify_cluster_app_v4_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterAppV4Params creates a new ModifyClusterAppV4Params object diff --git a/client/apps/modify_cluster_app_v4_responses.go b/client/apps/modify_cluster_app_v4_responses.go index 52e4616..736c60f 100644 --- a/client/apps/modify_cluster_app_v4_responses.go +++ b/client/apps/modify_cluster_app_v4_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterAppV4Reader is a Reader for the ModifyClusterAppV4 structure. diff --git a/client/apps/modify_cluster_app_v5_parameters.go b/client/apps/modify_cluster_app_v5_parameters.go index 36b61ee..54d4576 100644 --- a/client/apps/modify_cluster_app_v5_parameters.go +++ b/client/apps/modify_cluster_app_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterAppV5Params creates a new ModifyClusterAppV5Params object diff --git a/client/apps/modify_cluster_app_v5_responses.go b/client/apps/modify_cluster_app_v5_responses.go index 7bdf86d..dc5f304 100644 --- a/client/apps/modify_cluster_app_v5_responses.go +++ b/client/apps/modify_cluster_app_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterAppV5Reader is a Reader for the ModifyClusterAppV5 structure. diff --git a/client/auth_tokens/create_auth_token_parameters.go b/client/auth_tokens/create_auth_token_parameters.go index 37ae20f..efa434a 100644 --- a/client/auth_tokens/create_auth_token_parameters.go +++ b/client/auth_tokens/create_auth_token_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateAuthTokenParams creates a new CreateAuthTokenParams object diff --git a/client/auth_tokens/create_auth_token_responses.go b/client/auth_tokens/create_auth_token_responses.go index 5f446c4..49502ec 100644 --- a/client/auth_tokens/create_auth_token_responses.go +++ b/client/auth_tokens/create_auth_token_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateAuthTokenReader is a Reader for the CreateAuthToken structure. diff --git a/client/auth_tokens/delete_auth_token_responses.go b/client/auth_tokens/delete_auth_token_responses.go index 12eea99..e9b5fab 100644 --- a/client/auth_tokens/delete_auth_token_responses.go +++ b/client/auth_tokens/delete_auth_token_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteAuthTokenReader is a Reader for the DeleteAuthToken structure. diff --git a/client/cluster_labels/get_cluster_labels_responses.go b/client/cluster_labels/get_cluster_labels_responses.go index 1495017..dd16022 100644 --- a/client/cluster_labels/get_cluster_labels_responses.go +++ b/client/cluster_labels/get_cluster_labels_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterLabelsReader is a Reader for the GetClusterLabels structure. diff --git a/client/cluster_labels/set_cluster_labels_parameters.go b/client/cluster_labels/set_cluster_labels_parameters.go index 618fb2e..ff8f99f 100644 --- a/client/cluster_labels/set_cluster_labels_parameters.go +++ b/client/cluster_labels/set_cluster_labels_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewSetClusterLabelsParams creates a new SetClusterLabelsParams object diff --git a/client/cluster_labels/set_cluster_labels_responses.go b/client/cluster_labels/set_cluster_labels_responses.go index d6d2675..38e8320 100644 --- a/client/cluster_labels/set_cluster_labels_responses.go +++ b/client/cluster_labels/set_cluster_labels_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // SetClusterLabelsReader is a Reader for the SetClusterLabels structure. diff --git a/client/clusters/add_cluster_parameters.go b/client/clusters/add_cluster_parameters.go index 7b74a08..fbb1ece 100644 --- a/client/clusters/add_cluster_parameters.go +++ b/client/clusters/add_cluster_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewAddClusterParams creates a new AddClusterParams object diff --git a/client/clusters/add_cluster_responses.go b/client/clusters/add_cluster_responses.go index 7166524..cd43cfc 100644 --- a/client/clusters/add_cluster_responses.go +++ b/client/clusters/add_cluster_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddClusterReader is a Reader for the AddCluster structure. diff --git a/client/clusters/add_cluster_v5_parameters.go b/client/clusters/add_cluster_v5_parameters.go index 81988fd..99b23bc 100644 --- a/client/clusters/add_cluster_v5_parameters.go +++ b/client/clusters/add_cluster_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewAddClusterV5Params creates a new AddClusterV5Params object diff --git a/client/clusters/add_cluster_v5_responses.go b/client/clusters/add_cluster_v5_responses.go index 8888e72..090a33b 100644 --- a/client/clusters/add_cluster_v5_responses.go +++ b/client/clusters/add_cluster_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddClusterV5Reader is a Reader for the AddClusterV5 structure. diff --git a/client/clusters/delete_cluster_responses.go b/client/clusters/delete_cluster_responses.go index 75ac88b..8cd2990 100644 --- a/client/clusters/delete_cluster_responses.go +++ b/client/clusters/delete_cluster_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteClusterReader is a Reader for the DeleteCluster structure. diff --git a/client/clusters/get_cluster_responses.go b/client/clusters/get_cluster_responses.go index 4249304..db0711f 100644 --- a/client/clusters/get_cluster_responses.go +++ b/client/clusters/get_cluster_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterReader is a Reader for the GetCluster structure. diff --git a/client/clusters/get_cluster_status_responses.go b/client/clusters/get_cluster_status_responses.go index 6b3e9f4..4359a4d 100644 --- a/client/clusters/get_cluster_status_responses.go +++ b/client/clusters/get_cluster_status_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterStatusReader is a Reader for the GetClusterStatus structure. diff --git a/client/clusters/get_cluster_v5_responses.go b/client/clusters/get_cluster_v5_responses.go index c5b4815..e86d3cb 100644 --- a/client/clusters/get_cluster_v5_responses.go +++ b/client/clusters/get_cluster_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClusterV5Reader is a Reader for the GetClusterV5 structure. diff --git a/client/clusters/get_clusters_responses.go b/client/clusters/get_clusters_responses.go index ec3bd99..c21b0e3 100644 --- a/client/clusters/get_clusters_responses.go +++ b/client/clusters/get_clusters_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetClustersReader is a Reader for the GetClusters structure. diff --git a/client/clusters/get_v5_clusters_by_label_parameters.go b/client/clusters/get_v5_clusters_by_label_parameters.go index fcf7191..84673f6 100644 --- a/client/clusters/get_v5_clusters_by_label_parameters.go +++ b/client/clusters/get_v5_clusters_by_label_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewGetV5ClustersByLabelParams creates a new GetV5ClustersByLabelParams object diff --git a/client/clusters/get_v5_clusters_by_label_responses.go b/client/clusters/get_v5_clusters_by_label_responses.go index 5223072..9935993 100644 --- a/client/clusters/get_v5_clusters_by_label_responses.go +++ b/client/clusters/get_v5_clusters_by_label_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetV5ClustersByLabelReader is a Reader for the GetV5ClustersByLabel structure. diff --git a/client/clusters/modify_cluster_parameters.go b/client/clusters/modify_cluster_parameters.go index ba6cc84..975679a 100644 --- a/client/clusters/modify_cluster_parameters.go +++ b/client/clusters/modify_cluster_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterParams creates a new ModifyClusterParams object diff --git a/client/clusters/modify_cluster_responses.go b/client/clusters/modify_cluster_responses.go index 593135e..1f48272 100644 --- a/client/clusters/modify_cluster_responses.go +++ b/client/clusters/modify_cluster_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterReader is a Reader for the ModifyCluster structure. diff --git a/client/clusters/modify_cluster_v5_parameters.go b/client/clusters/modify_cluster_v5_parameters.go index 8ab58db..5577cd2 100644 --- a/client/clusters/modify_cluster_v5_parameters.go +++ b/client/clusters/modify_cluster_v5_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyClusterV5Params creates a new ModifyClusterV5Params object diff --git a/client/clusters/modify_cluster_v5_responses.go b/client/clusters/modify_cluster_v5_responses.go index 3a4e8ee..dea7662 100644 --- a/client/clusters/modify_cluster_v5_responses.go +++ b/client/clusters/modify_cluster_v5_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyClusterV5Reader is a Reader for the ModifyClusterV5 structure. diff --git a/client/exception_notifications/add_exception_notification_responses.go b/client/exception_notifications/add_exception_notification_responses.go index 7670ae9..7236a5b 100644 --- a/client/exception_notifications/add_exception_notification_responses.go +++ b/client/exception_notifications/add_exception_notification_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddExceptionNotificationReader is a Reader for the AddExceptionNotification structure. diff --git a/client/gsclientgen_client.go b/client/gsclientgen_client.go index ebbb679..dc7d9ca 100644 --- a/client/gsclientgen_client.go +++ b/client/gsclientgen_client.go @@ -11,19 +11,19 @@ import ( strfmt "github.com/go-openapi/strfmt" - "github.com/giantswarm/gsclientgen/client/app_configs" - "github.com/giantswarm/gsclientgen/client/app_secrets" - "github.com/giantswarm/gsclientgen/client/apps" - "github.com/giantswarm/gsclientgen/client/auth_tokens" - "github.com/giantswarm/gsclientgen/client/cluster_labels" - "github.com/giantswarm/gsclientgen/client/clusters" - "github.com/giantswarm/gsclientgen/client/exception_notifications" - "github.com/giantswarm/gsclientgen/client/info" - "github.com/giantswarm/gsclientgen/client/key_pairs" - "github.com/giantswarm/gsclientgen/client/node_pools" - "github.com/giantswarm/gsclientgen/client/organizations" - "github.com/giantswarm/gsclientgen/client/releases" - "github.com/giantswarm/gsclientgen/client/users" + "github.com/giantswarm/gsclientgen/v2/client/app_configs" + "github.com/giantswarm/gsclientgen/v2/client/app_secrets" + "github.com/giantswarm/gsclientgen/v2/client/apps" + "github.com/giantswarm/gsclientgen/v2/client/auth_tokens" + "github.com/giantswarm/gsclientgen/v2/client/cluster_labels" + "github.com/giantswarm/gsclientgen/v2/client/clusters" + "github.com/giantswarm/gsclientgen/v2/client/exception_notifications" + "github.com/giantswarm/gsclientgen/v2/client/info" + "github.com/giantswarm/gsclientgen/v2/client/key_pairs" + "github.com/giantswarm/gsclientgen/v2/client/node_pools" + "github.com/giantswarm/gsclientgen/v2/client/organizations" + "github.com/giantswarm/gsclientgen/v2/client/releases" + "github.com/giantswarm/gsclientgen/v2/client/users" ) // Default gsclientgen HTTP client. diff --git a/client/info/get_info_responses.go b/client/info/get_info_responses.go index c07201c..a9270e6 100644 --- a/client/info/get_info_responses.go +++ b/client/info/get_info_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetInfoReader is a Reader for the GetInfo structure. diff --git a/client/key_pairs/add_key_pair_parameters.go b/client/key_pairs/add_key_pair_parameters.go index b550d03..d144b6a 100644 --- a/client/key_pairs/add_key_pair_parameters.go +++ b/client/key_pairs/add_key_pair_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewAddKeyPairParams creates a new AddKeyPairParams object diff --git a/client/key_pairs/add_key_pair_responses.go b/client/key_pairs/add_key_pair_responses.go index f353842..226919e 100644 --- a/client/key_pairs/add_key_pair_responses.go +++ b/client/key_pairs/add_key_pair_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddKeyPairReader is a Reader for the AddKeyPair structure. diff --git a/client/key_pairs/get_key_pairs_responses.go b/client/key_pairs/get_key_pairs_responses.go index 8d4e3c1..285b4c0 100644 --- a/client/key_pairs/get_key_pairs_responses.go +++ b/client/key_pairs/get_key_pairs_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetKeyPairsReader is a Reader for the GetKeyPairs structure. diff --git a/client/node_pools/add_node_pool_parameters.go b/client/node_pools/add_node_pool_parameters.go index 0e7ae00..a3681ed 100644 --- a/client/node_pools/add_node_pool_parameters.go +++ b/client/node_pools/add_node_pool_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewAddNodePoolParams creates a new AddNodePoolParams object diff --git a/client/node_pools/add_node_pool_responses.go b/client/node_pools/add_node_pool_responses.go index f3be983..8183ea9 100644 --- a/client/node_pools/add_node_pool_responses.go +++ b/client/node_pools/add_node_pool_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddNodePoolReader is a Reader for the AddNodePool structure. diff --git a/client/node_pools/delete_node_pool_responses.go b/client/node_pools/delete_node_pool_responses.go index 8eafa1a..632c0fb 100644 --- a/client/node_pools/delete_node_pool_responses.go +++ b/client/node_pools/delete_node_pool_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteNodePoolReader is a Reader for the DeleteNodePool structure. diff --git a/client/node_pools/get_node_pool_responses.go b/client/node_pools/get_node_pool_responses.go index 5e31ea4..d5af668 100644 --- a/client/node_pools/get_node_pool_responses.go +++ b/client/node_pools/get_node_pool_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetNodePoolReader is a Reader for the GetNodePool structure. diff --git a/client/node_pools/get_node_pools_responses.go b/client/node_pools/get_node_pools_responses.go index 5c2d7a9..7132d4c 100644 --- a/client/node_pools/get_node_pools_responses.go +++ b/client/node_pools/get_node_pools_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetNodePoolsReader is a Reader for the GetNodePools structure. diff --git a/client/node_pools/modify_node_pool_parameters.go b/client/node_pools/modify_node_pool_parameters.go index 034d003..9c4df42 100644 --- a/client/node_pools/modify_node_pool_parameters.go +++ b/client/node_pools/modify_node_pool_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyNodePoolParams creates a new ModifyNodePoolParams object diff --git a/client/node_pools/modify_node_pool_responses.go b/client/node_pools/modify_node_pool_responses.go index e54626a..1db40d2 100644 --- a/client/node_pools/modify_node_pool_responses.go +++ b/client/node_pools/modify_node_pool_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyNodePoolReader is a Reader for the ModifyNodePool structure. diff --git a/client/organizations/add_credentials_parameters.go b/client/organizations/add_credentials_parameters.go index f32103e..19477c8 100644 --- a/client/organizations/add_credentials_parameters.go +++ b/client/organizations/add_credentials_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewAddCredentialsParams creates a new AddCredentialsParams object diff --git a/client/organizations/add_credentials_responses.go b/client/organizations/add_credentials_responses.go index 10f0d68..c4a7ec9 100644 --- a/client/organizations/add_credentials_responses.go +++ b/client/organizations/add_credentials_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddCredentialsReader is a Reader for the AddCredentials structure. diff --git a/client/organizations/add_organization_parameters.go b/client/organizations/add_organization_parameters.go index 12af4da..05f9c37 100644 --- a/client/organizations/add_organization_parameters.go +++ b/client/organizations/add_organization_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewAddOrganizationParams creates a new AddOrganizationParams object diff --git a/client/organizations/add_organization_responses.go b/client/organizations/add_organization_responses.go index 845e0a1..0ec6374 100644 --- a/client/organizations/add_organization_responses.go +++ b/client/organizations/add_organization_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // AddOrganizationReader is a Reader for the AddOrganization structure. diff --git a/client/organizations/delete_organization_responses.go b/client/organizations/delete_organization_responses.go index cdb5244..0c1e5b9 100644 --- a/client/organizations/delete_organization_responses.go +++ b/client/organizations/delete_organization_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteOrganizationReader is a Reader for the DeleteOrganization structure. diff --git a/client/organizations/get_credential_responses.go b/client/organizations/get_credential_responses.go index 50cb8f9..bbc34e3 100644 --- a/client/organizations/get_credential_responses.go +++ b/client/organizations/get_credential_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetCredentialReader is a Reader for the GetCredential structure. diff --git a/client/organizations/get_credentials_responses.go b/client/organizations/get_credentials_responses.go index 4fd10cb..ba5b73b 100644 --- a/client/organizations/get_credentials_responses.go +++ b/client/organizations/get_credentials_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetCredentialsReader is a Reader for the GetCredentials structure. diff --git a/client/organizations/get_organization_responses.go b/client/organizations/get_organization_responses.go index 3e40171..9ba8ec6 100644 --- a/client/organizations/get_organization_responses.go +++ b/client/organizations/get_organization_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetOrganizationReader is a Reader for the GetOrganization structure. diff --git a/client/organizations/get_organizations_responses.go b/client/organizations/get_organizations_responses.go index 4092d65..b62af1c 100644 --- a/client/organizations/get_organizations_responses.go +++ b/client/organizations/get_organizations_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetOrganizationsReader is a Reader for the GetOrganizations structure. diff --git a/client/organizations/modify_organization_parameters.go b/client/organizations/modify_organization_parameters.go index b6e1874..17494fc 100644 --- a/client/organizations/modify_organization_parameters.go +++ b/client/organizations/modify_organization_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyOrganizationParams creates a new ModifyOrganizationParams object diff --git a/client/organizations/modify_organization_responses.go b/client/organizations/modify_organization_responses.go index ad4ec0a..12e4dcb 100644 --- a/client/organizations/modify_organization_responses.go +++ b/client/organizations/modify_organization_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyOrganizationReader is a Reader for the ModifyOrganization structure. diff --git a/client/releases/get_releases_responses.go b/client/releases/get_releases_responses.go index 81d6a9d..1499680 100644 --- a/client/releases/get_releases_responses.go +++ b/client/releases/get_releases_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetReleasesReader is a Reader for the GetReleases structure. diff --git a/client/users/create_user_parameters.go b/client/users/create_user_parameters.go index 1a73653..abbb43b 100644 --- a/client/users/create_user_parameters.go +++ b/client/users/create_user_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewCreateUserParams creates a new CreateUserParams object diff --git a/client/users/create_user_responses.go b/client/users/create_user_responses.go index d8eb3e0..2a2656b 100644 --- a/client/users/create_user_responses.go +++ b/client/users/create_user_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // CreateUserReader is a Reader for the CreateUser structure. diff --git a/client/users/delete_user_responses.go b/client/users/delete_user_responses.go index e1d86e5..c40a20c 100644 --- a/client/users/delete_user_responses.go +++ b/client/users/delete_user_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // DeleteUserReader is a Reader for the DeleteUser structure. diff --git a/client/users/get_current_user_responses.go b/client/users/get_current_user_responses.go index a76939a..56774a9 100644 --- a/client/users/get_current_user_responses.go +++ b/client/users/get_current_user_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetCurrentUserReader is a Reader for the GetCurrentUser structure. diff --git a/client/users/get_user_responses.go b/client/users/get_user_responses.go index 370fc81..4331a22 100644 --- a/client/users/get_user_responses.go +++ b/client/users/get_user_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetUserReader is a Reader for the GetUser structure. diff --git a/client/users/get_users_responses.go b/client/users/get_users_responses.go index f3e5268..969f05e 100644 --- a/client/users/get_users_responses.go +++ b/client/users/get_users_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // GetUsersReader is a Reader for the GetUsers structure. diff --git a/client/users/modify_password_parameters.go b/client/users/modify_password_parameters.go index d22387d..438fcd0 100644 --- a/client/users/modify_password_parameters.go +++ b/client/users/modify_password_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyPasswordParams creates a new ModifyPasswordParams object diff --git a/client/users/modify_password_responses.go b/client/users/modify_password_responses.go index 22f3857..eac8894 100644 --- a/client/users/modify_password_responses.go +++ b/client/users/modify_password_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyPasswordReader is a Reader for the ModifyPassword structure. diff --git a/client/users/modify_user_parameters.go b/client/users/modify_user_parameters.go index 2b410cb..2a7d3a6 100644 --- a/client/users/modify_user_parameters.go +++ b/client/users/modify_user_parameters.go @@ -16,7 +16,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // NewModifyUserParams creates a new ModifyUserParams object diff --git a/client/users/modify_user_responses.go b/client/users/modify_user_responses.go index 3d415e4..360a4ea 100644 --- a/client/users/modify_user_responses.go +++ b/client/users/modify_user_responses.go @@ -13,7 +13,7 @@ import ( strfmt "github.com/go-openapi/strfmt" - models "github.com/giantswarm/gsclientgen/models" + models "github.com/giantswarm/gsclientgen/v2/models" ) // ModifyUserReader is a Reader for the ModifyUser structure. diff --git a/go.mod b/go.mod index d5e7317..9cf4c7e 100644 --- a/go.mod +++ b/go.mod @@ -1,19 +1,11 @@ -module github.com/giantswarm/gsclientgen +module github.com/giantswarm/gsclientgen/v2 go 1.13 require ( - github.com/go-openapi/analysis v0.19.0 // indirect - github.com/go-openapi/errors v0.19.1-0.20190502075400-df3fda67a4c8 - github.com/go-openapi/jsonpointer v0.19.0 // indirect - github.com/go-openapi/jsonreference v0.19.0 // indirect - github.com/go-openapi/loads v0.19.0 // indirect - github.com/go-openapi/runtime v0.19.1-0.20190419231302-a790424692bb - github.com/go-openapi/spec v0.19.0 // indirect - github.com/go-openapi/strfmt v0.19.1-0.20190411023235-e87a5af342a8 - github.com/go-openapi/swag v0.19.0 - github.com/go-openapi/validate v0.19.0 - github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect - golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect - golang.org/x/text v0.3.2 // indirect + github.com/go-openapi/errors v0.19.6 + github.com/go-openapi/runtime v0.19.20 + github.com/go-openapi/strfmt v0.19.5 + github.com/go-openapi/swag v0.19.9 + github.com/go-openapi/validate v0.19.10 ) diff --git a/go.sum b/go.sum index c0ea83a..4ef31f6 100644 --- a/go.sum +++ b/go.sum @@ -1,93 +1,230 @@ +github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf h1:eg0MeVzsP1G42dRafH3vf+al2vQIJU0YHX+1Tw87oco= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= +github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= +github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg= +github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 h1:4daAzAu0S6Vi7/lbWECcX0j45yZReDZ56BQsrVBOEEY= +github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= +github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= -github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-openapi/analysis v0.0.0-20180825180245-b006789cd277/go.mod h1:k70tL6pCuVxPJOHXQ+wIac1FUrvNkHolPie/cLEU6hI= github.com/go-openapi/analysis v0.17.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik= github.com/go-openapi/analysis v0.18.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik= -github.com/go-openapi/analysis v0.19.0 h1:sYEyyO7OKQvJX0z4OyHWoGt0uLuALxB/ZJ4Jb3I6KNU= -github.com/go-openapi/analysis v0.19.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik= +github.com/go-openapi/analysis v0.19.2/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk= +github.com/go-openapi/analysis v0.19.4/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk= +github.com/go-openapi/analysis v0.19.5/go.mod h1:hkEAkxagaIvIP7VTn8ygJNkd4kAYON2rCu0v0ObL0AU= +github.com/go-openapi/analysis v0.19.10 h1:5BHISBAXOc/aJK25irLZnx2D3s6WyYaY9D4gmuz9fdE= +github.com/go-openapi/analysis v0.19.10/go.mod h1:qmhS3VNFxBlquFJ0RGoDtylO9y4pgTAUNE9AEEMdlJQ= github.com/go-openapi/errors v0.17.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= github.com/go-openapi/errors v0.18.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= -github.com/go-openapi/errors v0.19.1-0.20190502075400-df3fda67a4c8 h1:bpFj5hepZLNh3VGGXtnE6yv3Z3WS8obL02L6Jl6SeDk= -github.com/go-openapi/errors v0.19.1-0.20190502075400-df3fda67a4c8/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0= +github.com/go-openapi/errors v0.19.2/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94= +github.com/go-openapi/errors v0.19.3/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94= +github.com/go-openapi/errors v0.19.6 h1:xZMThgv5SQ7SMbWtKFkCf9bBdvR2iEyw9k3zGZONuys= +github.com/go-openapi/errors v0.19.6/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= -github.com/go-openapi/jsonpointer v0.19.0 h1:FTUMcX77w5rQkClIzDtTxvn6Bsa894CcrzNj2MMfeg8= -github.com/go-openapi/jsonpointer v0.19.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= +github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= +github.com/go-openapi/jsonpointer v0.19.3 h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w= +github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= -github.com/go-openapi/jsonreference v0.19.0 h1:BqWKpV1dFd+AuiKlgtddwVIFQsuMpxfBDBHGfM2yNpk= -github.com/go-openapi/jsonreference v0.19.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= +github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= +github.com/go-openapi/jsonreference v0.19.3 h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o= +github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= github.com/go-openapi/loads v0.17.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU= github.com/go-openapi/loads v0.18.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU= -github.com/go-openapi/loads v0.19.0 h1:wCOBNscACI8L93tt5tvB2zOMkJ098XCw3fP0BY2ybDA= github.com/go-openapi/loads v0.19.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU= +github.com/go-openapi/loads v0.19.2/go.mod h1:QAskZPMX5V0C2gvfkGZzJlINuP7Hx/4+ix5jWFxsNPs= +github.com/go-openapi/loads v0.19.3/go.mod h1:YVfqhUCdahYwR3f3iiwQLhicVRvLlU/WO5WPaZvcvSI= +github.com/go-openapi/loads v0.19.5 h1:jZVYWawIQiA1NBnHla28ktg6hrcfTHsCE+3QLVRBIls= +github.com/go-openapi/loads v0.19.5/go.mod h1:dswLCAdonkRufe/gSUC3gN8nTSaB9uaS2es0x5/IbjY= github.com/go-openapi/runtime v0.0.0-20180920151709-4f900dc2ade9/go.mod h1:6v9a6LTXWQCdL8k1AO3cvqx5OtZY/Y9wKTgaoP6YRfA= -github.com/go-openapi/runtime v0.19.1-0.20190419231302-a790424692bb h1:npq4AQeuwE8xx8NzlwK7A9g8IPCWOdgz0SpXaAtTpZc= -github.com/go-openapi/runtime v0.19.1-0.20190419231302-a790424692bb/go.mod h1:OwNfisksmmaZse4+gpV3Ne9AyMOlP1lt4sK4FXt0O64= +github.com/go-openapi/runtime v0.19.0/go.mod h1:OwNfisksmmaZse4+gpV3Ne9AyMOlP1lt4sK4FXt0O64= +github.com/go-openapi/runtime v0.19.4/go.mod h1:X277bwSUBxVlCYR3r7xgZZGKVvBd/29gLDlFGtJ8NL4= +github.com/go-openapi/runtime v0.19.15/go.mod h1:dhGWCTKRXlAfGnQG0ONViOZpjfg0m2gUt9nTQPQZuoo= +github.com/go-openapi/runtime v0.19.20 h1:J/t+QIjbcoq8WJvjGxRKiFBhqUE8slS9SbmD0Oi/raQ= +github.com/go-openapi/runtime v0.19.20/go.mod h1:Lm9YGCeecBnUUkFTxPC4s1+lwrkJ0pthx8YvyjCfkgk= github.com/go-openapi/spec v0.17.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI= github.com/go-openapi/spec v0.18.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI= -github.com/go-openapi/spec v0.19.0 h1:A4SZ6IWh3lnjH0rG0Z5lkxazMGBECtrZcbyYQi+64k4= -github.com/go-openapi/spec v0.19.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI= +github.com/go-openapi/spec v0.19.2/go.mod h1:sCxk3jxKgioEJikev4fgkNmwS+3kuYdJtcsZsD5zxMY= +github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo= +github.com/go-openapi/spec v0.19.6/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk= +github.com/go-openapi/spec v0.19.8 h1:qAdZLh1r6QF/hI/gTq+TJTvsQUodZsM7KLqkAJdiJNg= +github.com/go-openapi/spec v0.19.8/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk= github.com/go-openapi/strfmt v0.17.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU= github.com/go-openapi/strfmt v0.18.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU= -github.com/go-openapi/strfmt v0.19.1-0.20190411023235-e87a5af342a8 h1:GO8h8wVppnT7s1X8nivVVUv3DQuilJfJAcv1qrbDmb0= -github.com/go-openapi/strfmt v0.19.1-0.20190411023235-e87a5af342a8/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= +github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY= +github.com/go-openapi/strfmt v0.19.2/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU= +github.com/go-openapi/strfmt v0.19.3/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU= +github.com/go-openapi/strfmt v0.19.4/go.mod h1:eftuHTlB/dI8Uq8JJOyRlieZf+WkkxUuk0dgdHXr2Qk= +github.com/go-openapi/strfmt v0.19.5 h1:0utjKrw+BAh8s57XE9Xz8DUBsVvPmRUB6styvl9wWIM= +github.com/go-openapi/strfmt v0.19.5/go.mod h1:eftuHTlB/dI8Uq8JJOyRlieZf+WkkxUuk0dgdHXr2Qk= github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= -github.com/go-openapi/swag v0.19.0 h1:Kg7Wl7LkTPlmc393QZQ/5rQadPhi7pBVEMZxyTi0Ii8= -github.com/go-openapi/swag v0.19.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= +github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-openapi/swag v0.19.7/go.mod h1:ao+8BpOPyKdpQz3AOJfbeEVpLmWAvlT1IfTe5McPyhY= +github.com/go-openapi/swag v0.19.9 h1:1IxuqvBUU3S2Bi4YC7tlP9SJF1gVpCvqN0T2Qof4azE= +github.com/go-openapi/swag v0.19.9/go.mod h1:ao+8BpOPyKdpQz3AOJfbeEVpLmWAvlT1IfTe5McPyhY= github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4= -github.com/go-openapi/validate v0.19.0 h1:SF5vyj6PBFM6D1cw2NJIFrlS8Su2YKk6ADPPjAH70Bw= -github.com/go-openapi/validate v0.19.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4= +github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA= +github.com/go-openapi/validate v0.19.3/go.mod h1:90Vh6jjkTn+OT1Eefm0ZixWNFjhtOH7vS9k0lo6zwJo= +github.com/go-openapi/validate v0.19.10 h1:tG3SZ5DC5KF4cyt7nqLVcQXGj5A7mpaYkAcNPlDK+Yk= +github.com/go-openapi/validate v0.19.10/go.mod h1:RKEZTUWDkxKQxN2jDT7ZnZi2bhZlbNMAuKvKB+IaGx8= +github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk= +github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0= +github.com/gobuffalo/depgen v0.0.0-20190329151759-d478694a28d3/go.mod h1:3STtPUQYuzV0gBVOY3vy6CfMm/ljR4pABfrTeHNLHUY= +github.com/gobuffalo/depgen v0.1.0/go.mod h1:+ifsuy7fhi15RWncXQQKjWS9JPkdah5sZvtHc2RXGlg= +github.com/gobuffalo/envy v1.6.15/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= +github.com/gobuffalo/envy v1.7.0/go.mod h1:n7DRkBerg/aorDM8kbduw5dN3oXGswK5liaSCx4T5NI= +github.com/gobuffalo/flect v0.1.0/go.mod h1:d2ehjJqGOH/Kjqcoz+F7jHTBbmDb38yXA598Hb50EGs= +github.com/gobuffalo/flect v0.1.1/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= +github.com/gobuffalo/flect v0.1.3/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= +github.com/gobuffalo/genny v0.0.0-20190329151137-27723ad26ef9/go.mod h1:rWs4Z12d1Zbf19rlsn0nurr75KqhYp52EAGGxTbBhNk= +github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e/go.mod h1:80lIj3kVJWwOrXWWMRzzdhW3DsrdjILVil/SFKBzF28= +github.com/gobuffalo/genny v0.1.0/go.mod h1:XidbUqzak3lHdS//TPu2OgiFB+51Ur5f7CSnXZ/JDvo= +github.com/gobuffalo/genny v0.1.1/go.mod h1:5TExbEyY48pfunL4QSXxlDOmdsD44RRq4mVZ0Ex28Xk= +github.com/gobuffalo/gitgen v0.0.0-20190315122116-cc086187d211/go.mod h1:vEHJk/E9DmhejeLeNt7UVvlSGv3ziL+djtTr3yyzcOw= +github.com/gobuffalo/gogen v0.0.0-20190315121717-8f38393713f5/go.mod h1:V9QVDIxsgKNZs6L2IYiGR8datgMhB577vzTDqypH360= +github.com/gobuffalo/gogen v0.1.0/go.mod h1:8NTelM5qd8RZ15VjQTFkAW6qOMx5wBbW4dSCS3BY8gg= +github.com/gobuffalo/gogen v0.1.1/go.mod h1:y8iBtmHmGc4qa3urIyo1shvOD8JftTtfcKi+71xfDNE= +github.com/gobuffalo/logger v0.0.0-20190315122211-86e12af44bc2/go.mod h1:QdxcLw541hSGtBnhUc4gaNIXRjiDppFGaDqzbrBd3v8= +github.com/gobuffalo/mapi v1.0.1/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= +github.com/gobuffalo/mapi v1.0.2/go.mod h1:4VAGh89y6rVOvm5A8fKFxYG+wIW6LO1FMTG9hnKStFc= +github.com/gobuffalo/packd v0.0.0-20190315124812-a385830c7fc0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= +github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWeG2RIxq4= +github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ= +github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0= +github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw= +github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= +github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= +github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= +github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= +github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4= +github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA= +github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= +github.com/klauspost/compress v1.9.5/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= +github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= +github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 h1:wL11wNW7dhKIcRCHSm4sHKPWz0tt4mwBsVodG7+Xyqg= -github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= +github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.7.1 h1:mdxE1MF9o53iCb2Ghj1VfWvh7ZOwHpnVG/xwXrV90U8= +github.com/mailru/easyjson v0.7.1/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs= +github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE= +github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/mitchellh/mapstructure v1.3.2 h1:mRS76wmkOn3KkKAyXDu42V+6ebnXWIztFSYGN7GeoRg= +github.com/mitchellh/mapstructure v1.3.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= +github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= +github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= +github.com/pelletier/go-toml v1.4.0/go.mod h1:PN7xzY2wHTK0K9p34ErDQMlFxa51Fk0OUruD3k1mMwo= +github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= +github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= +github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= +github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= +github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= +github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4= +github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= +github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I= +github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y= +go.mongodb.org/mongo-driver v1.0.3/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM= +go.mongodb.org/mongo-driver v1.1.1/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM= +go.mongodb.org/mongo-driver v1.3.0/go.mod h1:MSWZXKOynuguX+JSvwP8i+58jYCXxbia8HS3gZBapIE= +go.mongodb.org/mongo-driver v1.3.4 h1:zs/dKNwX0gYUtzwrN9lLiR15hCO0nDwQj5xXx+vjCdE= +go.mongodb.org/mongo-driver v1.3.4/go.mod h1:MSWZXKOynuguX+JSvwP8i+58jYCXxbia8HS3gZBapIE= +golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE= +golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 h1:6M3SDHlHHDCx2PcQw3S4KsR170vGqDhJDOmpVd4Hjak= -golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200602114024-627f9648deb9 h1:pNX+40auqi2JqRfOP1akLGtYcn15TUbkhwuCO3foqqM= +golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190329151228-23e29df326fe/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190416151739-9c9e1878f421/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190420181800-aa740d480789/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= +golang.org/x/tools v0.0.0-20190617190820-da514acc4774/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= +gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU= +gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ= +gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=