Skip to content

Commit a36c481

Browse files
Bump github.com/mattermost/mattermost/server/public from 0.0.12 to 0.1.9 (#229)
* Bump github.com/mattermost/mattermost/server/public from 0.0.12 to 0.1.9 Bumps [github.com/mattermost/mattermost/server/public](https://github.com/mattermost/mattermost) from 0.0.12 to 0.1.9. - [Release notes](https://github.com/mattermost/mattermost/releases) - [Changelog](https://github.com/mattermost/mattermost/blob/master/CHANGELOG.md) - [Commits](mattermost/mattermost@server/public/v0.0.12...server/public/v0.1.9) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost/server/public dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
1 parent 2d10128 commit a36c481

File tree

2 files changed

+79
-70
lines changed

2 files changed

+79
-70
lines changed

go.mod

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
module github.com/mattermost-community/mattermost-plugin-autolink
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.22.8
46

57
require (
68
github.com/gorilla/mux v1.8.1
7-
github.com/mattermost/mattermost/server/public v0.0.12
9+
github.com/mattermost/mattermost/server/public v0.1.9
810
github.com/pkg/errors v0.9.1
911
github.com/stretchr/testify v1.10.0
1012
)
1113

1214
require (
15+
filippo.io/edwards25519 v1.1.0 // indirect
1316
github.com/blang/semver/v4 v4.0.0 // indirect
14-
github.com/davecgh/go-spew v1.1.1 // indirect
17+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1518
github.com/dyatlov/go-opengraph/opengraph v0.0.0-20220524092352-606d7b1e5f8a // indirect
16-
github.com/fatih/color v1.16.0 // indirect
19+
github.com/fatih/color v1.17.0 // indirect
1720
github.com/francoispqt/gojay v1.2.13 // indirect
18-
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
19-
github.com/go-sql-driver/mysql v1.7.1 // indirect
20-
github.com/golang/protobuf v1.5.3 // indirect
21-
github.com/google/uuid v1.5.0 // indirect
22-
github.com/gorilla/websocket v1.5.1 // indirect
23-
github.com/hashicorp/go-hclog v1.6.2 // indirect
24-
github.com/hashicorp/go-plugin v1.6.0 // indirect
21+
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
22+
github.com/go-sql-driver/mysql v1.8.1 // indirect
23+
github.com/golang/protobuf v1.5.4 // indirect
24+
github.com/google/uuid v1.6.0 // indirect
25+
github.com/gorilla/websocket v1.5.3 // indirect
26+
github.com/hashicorp/errwrap v1.1.0 // indirect
27+
github.com/hashicorp/go-hclog v1.6.3 // indirect
28+
github.com/hashicorp/go-multierror v1.1.1 // indirect
29+
github.com/hashicorp/go-plugin v1.6.1 // indirect
2530
github.com/hashicorp/yamux v0.1.1 // indirect
2631
github.com/kr/text v0.2.0 // indirect
2732
github.com/lib/pq v1.10.9 // indirect
@@ -34,21 +39,21 @@ require (
3439
github.com/oklog/run v1.1.0 // indirect
3540
github.com/pborman/uuid v1.2.1 // indirect
3641
github.com/pelletier/go-toml v1.9.5 // indirect
37-
github.com/philhofer/fwd v1.1.2 // indirect
38-
github.com/pmezard/go-difflib v1.0.0 // indirect
42+
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
43+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3944
github.com/stretchr/objx v0.5.2 // indirect
40-
github.com/tinylib/msgp v1.1.9 // indirect
45+
github.com/tinylib/msgp v1.2.0 // indirect
4146
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
4247
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4348
github.com/wiggin77/merror v1.0.5 // indirect
4449
github.com/wiggin77/srslog v1.0.1 // indirect
45-
golang.org/x/crypto v0.16.0 // indirect
46-
golang.org/x/net v0.19.0 // indirect
47-
golang.org/x/sys v0.15.0 // indirect
48-
golang.org/x/text v0.14.0 // indirect
49-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
50-
google.golang.org/grpc v1.60.0 // indirect
51-
google.golang.org/protobuf v1.31.0 // indirect
50+
golang.org/x/crypto v0.25.0 // indirect
51+
golang.org/x/net v0.27.0 // indirect
52+
golang.org/x/sys v0.22.0 // indirect
53+
golang.org/x/text v0.16.0 // indirect
54+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
55+
google.golang.org/grpc v1.65.0 // indirect
56+
google.golang.org/protobuf v1.34.2 // indirect
5257
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
5358
gopkg.in/yaml.v2 v2.4.0 // indirect
5459
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)