Skip to content

Commit 71fba8a

Browse files
authored
Updates github.com/mattermost/mattermost/server/public to v0.1.21 (#627)
* Update mattermost/server/public/model to 0.1.21 * Remove telemetry code
1 parent 0b470c3 commit 71fba8a

File tree

9 files changed

+140
-287
lines changed

9 files changed

+140
-287
lines changed

build/custom.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Include custom targets and environment variables here
22

3-
# If there's no MM_RUDDER_PLUGINS_PROD, add DEV data
4-
RUDDER_WRITE_KEY = 1d5bMvdrfWClLxgK1FvV3s4U1tg
5-
ifdef MM_RUDDER_PLUGINS_PROD
6-
RUDDER_WRITE_KEY = $(MM_RUDDER_PLUGINS_PROD)
7-
endif
8-
GO_BUILD_FLAGS += -ldflags '-X "github.com/mattermost/mattermost/server/public/pluginapi/experimental/telemetry.rudderWriteKey=$(RUDDER_WRITE_KEY)"'
9-
10-
113
## Generates mock golang interfaces for testing
124
.PHONY: mock
135
mock:

go.mod

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,71 +5,69 @@ go 1.24.6
55
require (
66
github.com/gorilla/mux v1.8.1
77
github.com/hashicorp/go-multierror v1.1.1
8-
github.com/mattermost/mattermost/server/public v0.1.9
9-
github.com/microcosm-cc/bluemonday v1.0.19
8+
github.com/mattermost/mattermost/server/public v0.1.21
9+
github.com/microcosm-cc/bluemonday v1.0.27
1010
github.com/pkg/errors v0.9.1
11-
github.com/stretchr/testify v1.9.0
11+
github.com/stretchr/testify v1.11.1
1212
github.com/xanzy/go-gitlab v0.97.0
1313
go.uber.org/mock v0.4.0
14-
golang.org/x/oauth2 v0.27.0
14+
golang.org/x/oauth2 v0.32.0
1515
golang.org/x/sync v0.18.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
)
1818

1919
require (
20-
filippo.io/edwards25519 v1.1.0 // indirect
2120
github.com/aymerick/douceur v0.2.0 // indirect
21+
github.com/beevik/etree v1.6.0 // indirect
2222
github.com/blang/semver/v4 v4.0.0 // indirect
2323
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2424
github.com/dyatlov/go-opengraph/opengraph v0.0.0-20220524092352-606d7b1e5f8a // indirect
25-
github.com/fatih/color v1.17.0 // indirect
25+
github.com/fatih/color v1.18.0 // indirect
2626
github.com/francoispqt/gojay v1.2.13 // indirect
2727
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
28-
github.com/go-sql-driver/mysql v1.8.1 // indirect
2928
github.com/golang/protobuf v1.5.4 // indirect
3029
github.com/google/go-querystring v1.1.0 // indirect
3130
github.com/google/uuid v1.6.0 // indirect
32-
github.com/gorilla/css v1.0.0 // indirect
31+
github.com/gorilla/css v1.0.1 // indirect
3332
github.com/gorilla/websocket v1.5.3 // indirect
3433
github.com/hashicorp/errwrap v1.1.0 // indirect
3534
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3635
github.com/hashicorp/go-hclog v1.6.3 // indirect
37-
github.com/hashicorp/go-plugin v1.6.1 // indirect
36+
github.com/hashicorp/go-plugin v1.7.0 // indirect
3837
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
39-
github.com/hashicorp/yamux v0.1.1 // indirect
38+
github.com/hashicorp/yamux v0.1.2 // indirect
39+
github.com/jonboulle/clockwork v0.5.0 // indirect
4040
github.com/lib/pq v1.10.9 // indirect
4141
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404 // indirect
42+
github.com/mattermost/gosaml2 v0.10.0 // indirect
4243
github.com/mattermost/ldap v0.0.0-20231116144001-0f480c025956 // indirect
43-
github.com/mattermost/logr/v2 v2.0.21 // indirect
44-
github.com/mattn/go-colorable v0.1.13 // indirect
44+
github.com/mattermost/logr/v2 v2.0.22 // indirect
45+
github.com/mattermost/mattermost/server/v8 v8.0.0-20251014075701-833e0125320d // indirect
46+
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
47+
github.com/mattn/go-colorable v0.1.14 // indirect
4548
github.com/mattn/go-isatty v0.0.20 // indirect
46-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
47-
github.com/oklog/run v1.1.0 // indirect
49+
github.com/oklog/run v1.2.0 // indirect
4850
github.com/pborman/uuid v1.2.1 // indirect
4951
github.com/pelletier/go-toml v1.9.5 // indirect
50-
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
52+
github.com/philhofer/fwd v1.2.0 // indirect
5153
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52-
github.com/rudderlabs/analytics-go v3.3.3+incompatible // indirect
53-
github.com/segmentio/backo-go v1.1.0 // indirect
54+
github.com/russellhaering/goxmldsig v1.5.0 // indirect
5455
github.com/sirupsen/logrus v1.9.3 // indirect
55-
github.com/stretchr/objx v0.5.2 // indirect
56-
github.com/tidwall/gjson v1.17.1 // indirect
57-
github.com/tidwall/match v1.1.1 // indirect
58-
github.com/tidwall/pretty v1.2.1 // indirect
59-
github.com/tinylib/msgp v1.2.0 // indirect
56+
github.com/stretchr/objx v0.5.3 // indirect
57+
github.com/tinylib/msgp v1.4.0 // indirect
6058
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
6159
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
6260
github.com/wiggin77/merror v1.0.5 // indirect
6361
github.com/wiggin77/srslog v1.0.1 // indirect
64-
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
6562
golang.org/x/crypto v0.45.0 // indirect
63+
golang.org/x/mod v0.29.0 // indirect
6664
golang.org/x/net v0.47.0 // indirect
6765
golang.org/x/sys v0.38.0 // indirect
6866
golang.org/x/text v0.31.0 // indirect
6967
golang.org/x/time v0.3.0 // indirect
7068
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
71-
google.golang.org/grpc v1.65.0 // indirect
72-
google.golang.org/protobuf v1.34.2 // indirect
69+
google.golang.org/grpc v1.76.0 // indirect
70+
google.golang.org/protobuf v1.36.10 // indirect
7371
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
7472
gopkg.in/yaml.v2 v2.4.0 // indirect
7573
)

0 commit comments

Comments
 (0)