-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml-parse: remove replace directives in go.mod
- Loading branch information
1 parent
bdc6869
commit 6506b5c
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters