Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Wildcard ignore not working #1264

@mortyccp

Description

@mortyccp

What version of dep are you using (dep version)?

v0.3.1-122-g98f625e

What dep command did you run?

dep hash-inputs

-CONSTRAINTS-
-IMPORTS/REQS-
github.com/jinzhu/gorm
github.com/jinzhu/gorm/dialects/mysql
-IGNORES-
github.com/jinzhu/gorm*
-OVERRIDES-
-ANALYZER-
dep
1

dep ensure -v

Root project is "navicat.com/navicat/playground/depbug"
 1 transitively valid internal packages
 2 external packages imported from 1 projects
(0)   ✓ select (root)
(1)	? attempt github.com/jinzhu/gorm with 2 pkgs; 7 versions to try
(1)	    try github.com/jinzhu/gorm@v1.0
(1)	✓ select github.com/jinzhu/gorm@v1.0 w/2 pkgs
  ✓ found solution with 2 packages from 1 projects

Solver wall times by segment:
     b-source-exists: 2.644095774s
              b-gmal: 150.504996ms
         b-list-pkgs: 142.178567ms
         select-root:      88.11µs
            new-atom:     81.607µs
             satisfy:     37.979µs
         select-atom:     35.615µs
               other:     33.034µs
     b-list-versions:     28.357µs
  b-deduce-proj-root:        733ns

  TOTAL: 2.937084772s

(1/1) Wrote github.com/jinzhu/gorm@v1.0

What did you expect to see?

dep status

PROJECT                 CONSTRAINT  VERSION  REVISION  LATEST   PKGS USED

What did you see instead?

dep status

PROJECT                 CONSTRAINT  VERSION  REVISION  LATEST   PKGS USED
github.com/jinzhu/gorm  *           v1.0     5174cc5   5174cc5  2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions