Skip to content

Commit

Permalink
yamlutils: update trees dependency to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jan 24, 2023
1 parent 6553e93 commit bdc6869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions yamlutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module github.com/DavidGamba/dgtools/yamlutils
go 1.16

require (
github.com/DavidGamba/dgtools/trees v0.0.0
github.com/DavidGamba/dgtools/trees v0.1.0
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/DavidGamba/dgtools/trees => ../trees
2 changes: 2 additions & 0 deletions yamlutils/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/DavidGamba/dgtools/trees v0.1.0 h1:8FllYXayVpLNomlhGUFEl0gfUxymOrqTkNyYh7QARHE=
github.com/DavidGamba/dgtools/trees v0.1.0/go.mod h1:H9UAZh3Frqm446RrXST+rQXl4diaTMX7TLwP4f98zK0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
Expand Down

0 comments on commit bdc6869

Please sign in to comment.