mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-05-09 19:40:36 +00:00
11 lines
337 B
Modula-2
11 lines
337 B
Modula-2
module github.com/ap-pauloafonso/ratio-spoof
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gammazero/deque v0.0.0-20201010052221-3932da5530cc
|
|
github.com/magefile/mage v1.11.0 // indirect
|
|
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0
|
|
github.com/sirupsen/logrus v1.8.0
|
|
golang.org/x/sys v0.0.0-20210227040730-b0d1d43c014d // indirect
|
|
)
|