Skip to content

Commit

Permalink
Go mod syntax simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
ashald committed May 25, 2019
1 parent 5ebcf4a commit 6f1a40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module "gopkg.in/ashald/yaml.v2"
module gopkg.in/ashald/yaml.v2

require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)
require gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 comments on commit 6f1a40a

Please sign in to comment.