-
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.
- Loading branch information
1 parent
97b0c3d
commit c0a8360
Showing
2 changed files
with
145 additions
and
148 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,10 +1,10 @@ | ||
module bake | ||
|
||
go 1.20 | ||
go 1.22.3 | ||
|
||
require ( | ||
github.com/DavidGamba/dgtools/buildutils v0.4.0 | ||
github.com/DavidGamba/dgtools/fsmodtime v0.2.0 | ||
github.com/DavidGamba/dgtools/run v0.9.0 | ||
github.com/DavidGamba/go-getoptions v0.30.0 | ||
github.com/DavidGamba/dgtools/buildutils v0.4.0 // indirect | ||
github.com/DavidGamba/dgtools/fsmodtime v0.2.0 // indirect | ||
github.com/DavidGamba/dgtools/run v0.9.0 // indirect | ||
github.com/DavidGamba/go-getoptions v0.30.0 // indirect | ||
) |
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