@@ -9,11 +9,11 @@ require (
9
9
github.com/docker/docker v20.10.9+incompatible
10
10
github.com/gorilla/mux v1.8.0
11
11
github.com/kelseyhightower/envconfig v1.4.0
12
- github.com/mattermost/calls-recorder v0.3.0
13
- github.com/mattermost/mattermost- server/v6 v6 .0.0-20221122212622-0509e78744bf
12
+ github.com/mattermost/calls-recorder v0.3.2
13
+ github.com/mattermost/mattermost/ server/public v0 .0.0-20230613002302-62a3ee8adcb5
14
14
github.com/pborman/uuid v1.2.1
15
- github.com/stretchr/testify v1.8.1
16
- golang.org/x/crypto v0.2 .0
15
+ github.com/stretchr/testify v1.8.2
16
+ golang.org/x/crypto v0.8 .0
17
17
)
18
18
19
19
require (
@@ -27,25 +27,27 @@ require (
27
27
github.com/francoispqt/gojay v1.2.13 // indirect
28
28
github.com/gofrs/flock v0.8.0 // indirect
29
29
github.com/gogo/protobuf v1.3.2 // indirect
30
- github.com/golang/protobuf v1.5.2 // indirect
31
- github.com/google/go-cmp v0.5.7 // indirect
30
+ github.com/golang/protobuf v1.5.3 // indirect
32
31
github.com/google/uuid v1.3.0 // indirect
33
- github.com/mattermost/logr/v2 v2.0.15 // indirect
32
+ github.com/gopherjs/gopherjs v1.17.2 // indirect
33
+ github.com/kr/text v0.2.0 // indirect
34
+ github.com/mattermost/logr/v2 v2.0.16 // indirect
34
35
github.com/morikuni/aec v1.0.0 // indirect
35
36
github.com/opencontainers/go-digest v1.0.0 // indirect
36
37
github.com/opencontainers/image-spec v1.0.1 // indirect
37
38
github.com/pkg/errors v0.9.1 // indirect
38
39
github.com/plar/go-adaptive-radix-tree v1.0.4 // indirect
39
40
github.com/pmezard/go-difflib v1.0.0 // indirect
41
+ github.com/rogpeppe/go-internal v1.8.0 // indirect
40
42
github.com/sirupsen/logrus v1.9.0 // indirect
41
43
github.com/wiggin77/merror v1.0.4 // indirect
42
44
github.com/wiggin77/srslog v1.0.1 // indirect
43
45
golang.org/x/exp v0.0.0-20200908183739-ae8ad444f925 // indirect
44
- golang.org/x/net v0.2 .0 // indirect
45
- golang.org/x/sys v0.2 .0 // indirect
46
- google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1 // indirect
47
- google.golang.org/grpc v1.50.1 // indirect
48
- google.golang.org/protobuf v1.28.1 // indirect
49
- gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
46
+ golang.org/x/net v0.9 .0 // indirect
47
+ golang.org/x/sys v0.7 .0 // indirect
48
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
49
+ google.golang.org/grpc v1.54.0 // indirect
50
+ google.golang.org/protobuf v1.30.0 // indirect
51
+ gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
50
52
gopkg.in/yaml.v3 v3.0.1 // indirect
51
53
)
0 commit comments