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 7330f7d commit f398e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ require (
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
github.com/streadway/amqp v1.0.0
github.com/webitel/call_center v0.0.0-20221028124954-ac731bb76ed4
github.com/webitel/protos/cc v0.0.0-20221027123513-0c1d3b4d5e64
github.com/webitel/protos/engine v0.0.0-20221212100321-0c87c030f76a
github.com/webitel/call_center v0.0.0-20221229103044-4e3121f5990d
github.com/webitel/protos/cc v0.0.0-20221215113319-bb59fcd34cfb
github.com/webitel/protos/engine v0.0.0-20221215113319-bb59fcd34cfb
github.com/webitel/wlog v0.0.0-20220608103744-93b33e61bd28
go.uber.org/atomic v1.10.0
go.uber.org/ratelimit v0.2.0
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 f398e37

Please sign in to comment.