Skip to content

Commit

Permalink
yaml-parse: remove replace directives in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jan 24, 2023
1 parent bdc6869 commit 6506b5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 3 additions & 7 deletions yaml-parse/go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
module github.com/DavidGamba/dgtools/yaml-parse

require (
github.com/DavidGamba/dgtools/yamlutils v0.0.0
github.com/DavidGamba/go-getoptions v0.25.3
github.com/DavidGamba/dgtools/yamlutils v0.0.0-20230124052542-bdc68694a034
github.com/DavidGamba/go-getoptions v0.26.0
)

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

replace github.com/DavidGamba/dgtools/yamlutils => ../yamlutils

replace github.com/DavidGamba/dgtools/trees => ../trees

go 1.18
8 changes: 6 additions & 2 deletions yaml-parse/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
github.com/DavidGamba/go-getoptions v0.25.3 h1:lSPcMkwWvVZU05C+Uz4DKnKN5wz4bcD1QvJ/QHCRexo=
github.com/DavidGamba/go-getoptions v0.25.3/go.mod h1:qLaLSYeQ8sUVOfKuu5JT5qKKS3OCwyhkYSJnoG+ggmo=
github.com/DavidGamba/dgtools/trees v0.1.0 h1:8FllYXayVpLNomlhGUFEl0gfUxymOrqTkNyYh7QARHE=
github.com/DavidGamba/dgtools/trees v0.1.0/go.mod h1:H9UAZh3Frqm446RrXST+rQXl4diaTMX7TLwP4f98zK0=
github.com/DavidGamba/dgtools/yamlutils v0.0.0-20230124052542-bdc68694a034 h1:9hpuPH/f0yqt/1VzH7dCUN1pKvnK6HbnXTs2uRXAd+k=
github.com/DavidGamba/dgtools/yamlutils v0.0.0-20230124052542-bdc68694a034/go.mod h1:lsTVYmXRS1b7lsExi1SbsTwFTraqlrezQq+N/NaQpUQ=
github.com/DavidGamba/go-getoptions v0.26.0 h1:3Hy0o6xTYs9icM5uPNqqck5PyZm5lZWRIDH/n5SV2uw=
github.com/DavidGamba/go-getoptions v0.26.0/go.mod h1:qLaLSYeQ8sUVOfKuu5JT5qKKS3OCwyhkYSJnoG+ggmo=
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 6506b5c

Please sign in to comment.