mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 08:14:04 +00:00
Update dependencies (#1610)
* Update dependencies * Update module to go 1.17
This commit is contained in:
14
vendor/github.com/mattermost/mattermost-server/v5/model/version.go
generated
vendored
14
vendor/github.com/mattermost/mattermost-server/v5/model/version.go
generated
vendored
@ -13,6 +13,17 @@ import (
|
||||
// It should be maintained in chronological order with most current
|
||||
// release at the front of the list.
|
||||
var versions = []string{
|
||||
"5.39.0",
|
||||
"5.38.2",
|
||||
"5.38.1",
|
||||
"5.38.0",
|
||||
"5.37.0",
|
||||
"5.36.0",
|
||||
"5.35.0",
|
||||
"5.34.0",
|
||||
"5.33.0",
|
||||
"5.32.0",
|
||||
"5.31.0",
|
||||
"5.30.0",
|
||||
"5.29.0",
|
||||
"5.28.0",
|
||||
@ -148,9 +159,8 @@ func IsCurrentVersion(versionToCheck string) bool {
|
||||
|
||||
if toCheckMajor == currentMajor && toCheckMinor == currentMinor {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func IsPreviousVersionsSupported(versionToCheck string) bool {
|
||||
|
Reference in New Issue
Block a user