chore(glad): remove duplicate nuget in supportedTypes (#173)

This commit is contained in:
MaineK00n 2022-08-04 16:17:25 +09:00 committed by GitHub
parent dee30b750a
commit ff3b213e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ const (
var (
// https://gitlab.com/gitlab-org/advisories-community
supportedTypes = []string{"gem", "go", "maven", "npm", "nuget", "packagist", "pypi", "nuget", "conan"}
supportedTypes = []string{"conan", "gem", "go", "maven", "npm", "nuget", "packagist", "pypi"}
)
type Updater struct {