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

Commit

Permalink
Merge pull request #959 from karrick/master
Browse files Browse the repository at this point in the history
WIP: HashFromNode and VerifyDepTree
  • Loading branch information
sdboyer committed Aug 17, 2017
2 parents 2e1f284 + a9bb8cd commit 2097d86
Show file tree
Hide file tree
Showing 13 changed files with 866 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/gps/_testdata/src/cycle/a.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package cycle

import (
"cycle/one"

"github.com/golang/dep/internal/gps"
)

Expand Down
1 change: 1 addition & 0 deletions internal/gps/_testdata/src/cycle/one/a.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package one

import (
"cycle/two"

"github.com/golang/dep/internal/gps"
)

Expand Down
1 change: 1 addition & 0 deletions internal/gps/_testdata/src/cycle/two/a.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package two

import (
"cycle"

"github.com/golang/dep/internal/gps"
)

Expand Down
3 changes: 2 additions & 1 deletion internal/gps/_testdata/src/missing/a.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ package simple
import (
"sort"

"github.com/golang/dep/internal/gps"
"missing/missing"

"github.com/golang/dep/internal/gps"
)

var (
Expand Down
Loading

0 comments on commit 2097d86

Please sign in to comment.