diff --git a/go.mod b/go.mod index 819de17..ad01df1 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/hashicorp/go-multierror v1.0.0 github.com/mitchellh/go-testing-interface v1.0.0 github.com/stretchr/testify v1.7.0 - github.com/yandex-cloud/go-genproto v0.0.0-20240305125958-c01be45e34f9 + github.com/yandex-cloud/go-genproto v0.0.0-20240305150537-d19591d7d196 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 google.golang.org/genproto v0.0.0-20211021150943-2b146023228c google.golang.org/grpc v1.41.0 diff --git a/go.sum b/go.sum index 8f2b67d..e2378a4 100644 --- a/go.sum +++ b/go.sum @@ -232,6 +232,8 @@ github.com/yandex-cloud/go-genproto v0.0.0-20240229083331-35c4f1b59b5f h1:cQ4hZZ github.com/yandex-cloud/go-genproto v0.0.0-20240229083331-35c4f1b59b5f/go.mod h1:HEUYX/p8966tMUHHT+TsS0hF/Ca/NYwqprC5WXSDMfE= github.com/yandex-cloud/go-genproto v0.0.0-20240305125958-c01be45e34f9 h1:q/PlEBlH6TGJ3cfk5SNF16LmwJtTdVn/TxZaIPJ4Zg4= github.com/yandex-cloud/go-genproto v0.0.0-20240305125958-c01be45e34f9/go.mod h1:HEUYX/p8966tMUHHT+TsS0hF/Ca/NYwqprC5WXSDMfE= +github.com/yandex-cloud/go-genproto v0.0.0-20240305150537-d19591d7d196 h1:6AgZ3PsGitMHddxEz4zyKOMtRUJriZHzuY3+07APIFw= +github.com/yandex-cloud/go-genproto v0.0.0-20240305150537-d19591d7d196/go.mod h1:HEUYX/p8966tMUHHT+TsS0hF/Ca/NYwqprC5WXSDMfE= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= diff --git a/sdk.go b/sdk.go index af72b3c..c165d43 100644 --- a/sdk.go +++ b/sdk.go @@ -64,7 +64,7 @@ const ( DNSServiceID Endpoint = "dns" YDBServiceID Endpoint = "ydb" BackupServiceID Endpoint = "backup" - AuditTrailsServiceID Endpoint = "audit-trails" + AuditTrailsServiceID Endpoint = "audittrails" ) // Config is a config that is used to create SDK instance.