source: code/trunk/go.mod@ 29

Last change on this file since 29 was 26, checked in by dev, 4 years ago

Accept flags as INI file config

File size: 181 bytes
RevLine 
[1]1module git.z3bra.org/partage
2
3go 1.17
[11]4
[26]5require (
6 github.com/dustin/go-humanize v1.0.0 // indirect
7 github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de // indirect
8)
Note: See TracBrowser for help on using the repository browser.