Home
last modified time | relevance | path

Searched refs:IsGoMod (Results 1 – 4 of 4) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/modules/
H A Dmodule.go47 IsGoMod() bool methodSpec
112 if !m.IsGoMod() || m.dir != "" {
122 func (m *moduleAdapter) IsGoMod() bool { func
135 if !m.IsGoMod() || m.path != "" {
142 if m.IsGoMod() && !m.Vendor() && m.gomod.Replace != nil {
156 if !m.IsGoMod() || m.version != "" {
163 if !m.IsGoMod() || m.gomod.Time == nil {
177 if !m.IsGoMod() {
H A Dclient.go234 if !t.IsGoMod() && !t.Vendor() {
667 if m.IsGoMod() {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/gomod/
H A Ddiff.go35 if len(dir) == 0 && (IsGoSource(fileName) || IsGoMod(fileName)) {
38 } else if !(IsGoSource(fileName) || IsGoMod(fileName)) {
69 func IsGoMod(name string) bool { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/release/
H A Dcalculate.go158 isGoMod := gomod.IsGoMod(fileName)