Skip to content

Commit

Permalink
22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Dec 29, 2022
1 parent eb7db43 commit eb58417
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
35 changes: 18 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions model/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package model

var versions = []string{
"22.12",
"22.09",
"22.07",
"22.05",
Expand Down

0 comments on commit eb58417

Please sign in to comment.