murphy/go.mod

10 lines
221 B
Modula-2
Raw Normal View History

2021-11-30 14:58:33 +01:00
module git.entr0py.de/garionion/murphy
2021-11-30 15:49:34 +01:00
go 1.17
2021-11-30 14:58:33 +01:00
require (
2021-11-30 15:49:34 +01:00
github.com/karrick/godirwalk v1.16.1
2021-11-30 14:58:33 +01:00
github.com/mehdioa/nlog v0.0.0-20210327090009-d60bf476a16a
2021-11-30 15:49:34 +01:00
github.com/oriser/regroup v0.0.0-20210730155327-fca8d7531263
2021-11-30 14:58:33 +01:00
)