Files
GingerShrew/go.mod

12 lines
285 B
Modula-2
Raw Normal View History

2020-06-25 20:36:18 -04:00
module github.com/eyedeekay/GingerShrew
go 1.14
2020-06-26 21:10:40 -04:00
require (
2020-07-02 17:03:46 -04:00
github.com/anacrolix/torrent v1.15.2 // indirect
2020-06-26 21:10:40 -04:00
github.com/eyedeekay/checki2cp v0.0.15
github.com/eyedeekay/go-fpw v0.0.0-20200512022837-c8b4dcdc74d4
2020-08-22 21:54:03 -04:00
github.com/mholt/archiver/v3 v3.3.0
2020-06-26 21:10:40 -04:00
github.com/zserge/lorca v0.1.9
)