Skip to content

Commit

Permalink
Merge pull request #868 from adambkaplan/feature/fix-godepchecker
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Apr 25, 2018
2 parents 9139d2e + e9a0553 commit 2a50fd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/depchecker/godepchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package main

import (
"fmt"
"gopkg.in/yaml.v2"
"io/ioutil"
"os"
"strings"

"gopkg.in/yaml.v2"
)

// Dependency represents a Golang dependency
// Import represents a Golang dependency
type Import struct {
Name string `yaml:"name"`
Version string `yaml:"version"`
Expand Down

0 comments on commit 2a50fd3

Please # to comment.