mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-01-11 20:10:22 +00:00
13 lines
502 B
Modula-2
13 lines
502 B
Modula-2
module github.com/ap-pauloafonso/ratio-spoof
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gammazero/deque v0.0.0-20201010052221-3932da5530cc
|
|
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
|
|
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|