15 lines
521 B
Modula-2
15 lines
521 B
Modula-2
module github.com/eyedeekay/reposam
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/eyedeekay/sam-forwarder v0.32.1-0.20190928041036-d2f767dbe008
|
|
github.com/geek1011/repogen v0.0.0-00010101000000-000000000000
|
|
github.com/tdewolff/minify v2.3.6+incompatible // indirect
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/ulikunitz/xz v0.5.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
|
)
|
|
|
|
replace github.com/geek1011/repogen => github.com/eyedeekay/repogen v1.2.1-0.20191114224210-da24bd006789
|