redo magefile
This commit is contained in:
parent
90503f86b1
commit
42fc32511e
3 changed files with 99 additions and 80 deletions
12
go.mod
12
go.mod
|
@ -1,5 +1,13 @@
|
|||
module DigitalStorageTweaks
|
||||
module local
|
||||
|
||||
go 1.24.3
|
||||
|
||||
require github.com/magefile/mage v1.15.0
|
||||
require (
|
||||
github.com/magefile/mage v1.15.0
|
||||
github.com/xeipuuv/gojsonschema v1.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
||||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue