Skip to content

Commit

Permalink
update mmctl to 5.37.7 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Tadeu Panato Junior committed Dec 20, 2021
1 parent 2437960 commit 90c34f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var (
BuildHash = "dev mode"
Version = "5.37.6"
Version = "5.37.7"
)

var VersionCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/magefile/mage v1.11.0
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattermost/gorp v2.0.1-0.20200527092429-d62b7b9cadfc+incompatible // indirect
github.com/mattermost/mattermost-server/v5 v5.37.6-0.20211202103027-4473fc0e1827
github.com/mattermost/mattermost-server/v5 v5.37.6
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pkg/errors v0.9.1
github.com/poy/onpar v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d h1:/RJ/UV7M5c7L2TQ
github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d/go.mod h1:HLbgMEI5K131jpxGazJ97AxfPDt31osq36YS1oxFQPQ=
github.com/mattermost/logr v1.0.13 h1:6F/fM3csvH6Oy5sUpJuW7YyZSzZZAhJm5VcgKMxA2P8=
github.com/mattermost/logr v1.0.13/go.mod h1:Mt4DPu1NXMe6JxPdwCC0XBoxXmN9eXOIRPoZarU2PXs=
github.com/mattermost/mattermost-server/v5 v5.37.6-0.20211202103027-4473fc0e1827 h1:VVlxZdL/ZYnj2N3qKKSL+Z8v6EVFgYOVf5Tu5tsxtlo=
github.com/mattermost/mattermost-server/v5 v5.37.6-0.20211202103027-4473fc0e1827/go.mod h1:S3zT7H4bAxsev1d2ThoSRBhyEXZa6JZOfpxvy2B25y4=
github.com/mattermost/mattermost-server/v5 v5.37.6 h1:7asAMJ1DhVZj+KYic7VJahDyb+Y4Rmv4rupZrs/N6u0=
github.com/mattermost/mattermost-server/v5 v5.37.6/go.mod h1:S3zT7H4bAxsev1d2ThoSRBhyEXZa6JZOfpxvy2B25y4=
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0 h1:G9tL6JXRBMzjuD1kkBtcnd42kUiT6QDwxfFYu7adM6o=
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0/go.mod h1:nV5bfVpT//+B1RPD2JvRnxbkLmJEYXmRaaVl15fsXjs=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down
13 changes: 5 additions & 8 deletions vendor/github.com/mattermost/mattermost-server/v5/app/file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ github.com/mattermost/ldap
github.com/mattermost/logr
github.com/mattermost/logr/format
github.com/mattermost/logr/target
# github.com/mattermost/mattermost-server/v5 v5.37.6-0.20211202103027-4473fc0e1827
# github.com/mattermost/mattermost-server/v5 v5.37.6
github.com/mattermost/mattermost-server/v5/api4
github.com/mattermost/mattermost-server/v5/app
github.com/mattermost/mattermost-server/v5/app/featureflag
Expand Down

0 comments on commit 90c34f8

Please sign in to comment.