1
1
module github.com/mattermost/mattermost-plugin-calls/build
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- toolchain go1.21.9
5
+ toolchain go1.22.7
6
6
7
7
require (
8
8
github.com/go-git/go-git/v5 v5.4.2
9
9
github.com/mattermost/mattermost-plugin-starter-template/build v0.0.0-20210825072926-a80b0661954e
10
- github.com/mattermost/mattermost/server/public v0.1.6 -0.20240715104057-5709cd832fc0
10
+ github.com/mattermost/mattermost/server/public v0.1.10 -0.20250113101959-086e6d9df61c
11
11
github.com/pkg/errors v0.9.1
12
- github.com/stretchr/testify v1.8.4
12
+ github.com/stretchr/testify v1.9.0
13
13
sigs.k8s.io/yaml v1.2.0
14
14
)
15
15
@@ -21,18 +21,18 @@ require (
21
21
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
22
22
github.com/dyatlov/go-opengraph/opengraph v0.0.0-20220524092352-606d7b1e5f8a // indirect
23
23
github.com/emirpasic/gods v1.12.0 // indirect
24
- github.com/fatih/color v1.16 .0 // indirect
24
+ github.com/fatih/color v1.17 .0 // indirect
25
25
github.com/francoispqt/gojay v1.2.13 // indirect
26
- github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
26
+ github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
27
27
github.com/go-git/gcfg v1.5.0 // indirect
28
28
github.com/go-git/go-billy/v5 v5.3.1 // indirect
29
- github.com/golang/protobuf v1.5.3 // indirect
29
+ github.com/golang/protobuf v1.5.4 // indirect
30
30
github.com/google/uuid v1.6.0 // indirect
31
- github.com/gorilla/websocket v1.5.1 // indirect
31
+ github.com/gorilla/websocket v1.5.3 // indirect
32
32
github.com/hashicorp/errwrap v1.1.0 // indirect
33
- github.com/hashicorp/go-hclog v1.6.2 // indirect
33
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
34
34
github.com/hashicorp/go-multierror v1.1.1 // indirect
35
- github.com/hashicorp/go-plugin v1.6.0 // indirect
35
+ github.com/hashicorp/go-plugin v1.6.1 // indirect
36
36
github.com/hashicorp/yamux v0.1.1 // indirect
37
37
github.com/imdario/mergo v0.3.12 // indirect
38
38
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -47,22 +47,22 @@ require (
47
47
github.com/oklog/run v1.1.0 // indirect
48
48
github.com/pborman/uuid v1.2.1 // indirect
49
49
github.com/pelletier/go-toml v1.9.5 // indirect
50
- github.com/philhofer/fwd v1.1.2 // indirect
50
+ github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
51
51
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52
52
github.com/sergi/go-diff v1.1.0 // indirect
53
- github.com/tinylib/msgp v1.1.9 // indirect
53
+ github.com/tinylib/msgp v1.2.0 // indirect
54
54
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
55
55
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
56
56
github.com/wiggin77/merror v1.0.5 // indirect
57
57
github.com/wiggin77/srslog v1.0.1 // indirect
58
58
github.com/xanzy/ssh-agent v0.3.0 // indirect
59
- golang.org/x/crypto v0.20 .0 // indirect
60
- golang.org/x/net v0.21 .0 // indirect
61
- golang.org/x/sys v0.17 .0 // indirect
62
- golang.org/x/text v0.14 .0 // indirect
63
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
64
- google.golang.org/grpc v1.62 .0 // indirect
65
- google.golang.org/protobuf v1.32.0 // indirect
59
+ golang.org/x/crypto v0.25 .0 // indirect
60
+ golang.org/x/net v0.27 .0 // indirect
61
+ golang.org/x/sys v0.22 .0 // indirect
62
+ golang.org/x/text v0.16 .0 // indirect
63
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
64
+ google.golang.org/grpc v1.65 .0 // indirect
65
+ google.golang.org/protobuf v1.34.2 // indirect
66
66
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
67
67
gopkg.in/warnings.v0 v0.1.2 // indirect
68
68
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments