From eb58417776f40b8e681d3d4dc382b48abbeb09d7 Mon Sep 17 00:00:00 2001 From: Igor Navrotskyj Date: Thu, 29 Dec 2022 14:47:41 +0200 Subject: [PATCH] 22.12 --- go.mod | 35 ++++++++++++++++++----------------- model/version.go | 1 + 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/go.mod b/go.mod index 63879b5..cac8d10 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,9 @@ module github.com/webitel/storage go 1.18 require ( - cloud.google.com/go/texttospeech v1.4.0 + cloud.google.com/go/speech v1.9.0 + cloud.google.com/go/storage v1.27.0 + cloud.google.com/go/texttospeech v1.5.0 github.com/aws/aws-sdk-go v1.44.48 github.com/go-gorp/gorp v2.2.0+incompatible github.com/gorilla/handlers v1.5.1 @@ -14,23 +16,22 @@ require ( github.com/pborman/uuid v1.2.1 github.com/pkg/errors v0.9.1 github.com/robfig/cron v1.2.0 - github.com/webitel/engine v0.0.0-20221028131449-cc7b51b60a04 - github.com/webitel/protos/engine v0.0.0-20221027123513-0c1d3b4d5e64 - github.com/webitel/protos/storage v0.0.0-20221027123513-0c1d3b4d5e64 + github.com/webitel/engine v0.0.0-20221221131149-7330f7dd4cdd + github.com/webitel/protos/engine v0.0.0-20221215113319-bb59fcd34cfb + github.com/webitel/protos/storage v0.0.0-20221215113319-bb59fcd34cfb github.com/webitel/wlog v0.0.0-20220608103744-93b33e61bd28 - google.golang.org/api v0.100.0 - google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c - google.golang.org/grpc v1.50.1 + google.golang.org/api v0.103.0 + google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 + google.golang.org/grpc v1.51.0 google.golang.org/protobuf v1.28.1 ) require ( cloud.google.com/go v0.105.0 // indirect - cloud.google.com/go/compute v1.10.0 // indirect - cloud.google.com/go/iam v0.6.0 // indirect - cloud.google.com/go/longrunning v0.1.1 // indirect - cloud.google.com/go/speech v1.8.0 // indirect - cloud.google.com/go/storage v1.27.0 // indirect + cloud.google.com/go/compute v1.13.0 // indirect + cloud.google.com/go/compute/metadata v0.2.1 // indirect + cloud.google.com/go/iam v0.8.0 // indirect + cloud.google.com/go/longrunning v0.3.0 // indirect github.com/armon/go-metrics v0.4.1 // indirect github.com/fatih/color v1.13.0 // indirect github.com/felixge/httpsnoop v1.0.3 // indirect @@ -39,7 +40,7 @@ require ( github.com/google/go-cmp v0.5.9 // indirect github.com/google/uuid v1.3.0 // indirect github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect - github.com/googleapis/gax-go/v2 v2.6.0 // indirect + github.com/googleapis/gax-go/v2 v2.7.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect github.com/hashicorp/consul/api v1.15.3 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect @@ -54,14 +55,14 @@ require ( github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pelletier/go-toml v1.9.5 // indirect - go.opencensus.io v0.23.0 // indirect + go.opencensus.io v0.24.0 // indirect go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.23.0 // indirect - golang.org/x/net v0.1.0 // indirect + golang.org/x/net v0.4.0 // indirect golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect - golang.org/x/sys v0.1.0 // indirect - golang.org/x/text v0.4.0 // indirect + golang.org/x/sys v0.3.0 // indirect + golang.org/x/text v0.5.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/appengine v1.6.7 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect diff --git a/model/version.go b/model/version.go index 3f41a2e..9792617 100644 --- a/model/version.go +++ b/model/version.go @@ -1,6 +1,7 @@ package model var versions = []string{ + "22.12", "22.09", "22.07", "22.05",