jar-dedupe/go.mod

9 lines
165 B
Modula-2
Raw Normal View History

2023-04-17 00:47:50 +01:00
module git.merith.xyz/packages/jar-dedupe
2023-04-17 00:46:55 +01:00
go 1.20
require (
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
)