Skip to content

Commit

Permalink
Merge pull request go-yaml#336 from rogpeppe/025-go.mod
Browse files Browse the repository at this point in the history
add go.mod file
  • Loading branch information
rogpeppe authored Feb 23, 2018
2 parents 3e6d767 + 49fdd64 commit 7f97868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module "gopkg.in/yaml.v2"

require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)

0 comments on commit 7f97868

Please sign in to comment.