source:
code/trunk/go.mod@
43
Last change on this file since 43 was 30, checked in by , 4 years ago | |
---|---|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | module git.z3bra.org/partage |
2 | ||
3 | go 1.17 | |
[11] | 4 | |
[26] | 5 | require ( |
6 | github.com/dustin/go-humanize v1.0.0 // indirect | |
7 | github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de // indirect | |
[30] | 8 | gopkg.in/ini.v1 v1.63.2 // indirect |
[26] | 9 | ) |
Note:
See TracBrowser
for help on using the repository browser.