chore(glad): remove duplicate nuget in supportedTypes (#173)
This commit is contained in:
parent
dee30b750a
commit
ff3b213e64
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user