Skip to content

Commit

Permalink
correct go.mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
tonickkozlov committed Feb 7, 2024
1 parent d4d3631 commit 4e19fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "gopkg.in/yaml.v3"
module "github.com/tonickkozlov/yaml"

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

0 comments on commit 4e19fd0

Please sign in to comment.