blob: b5471e1dc41dd0f8d2c82a5108621beba4e0f59f (
plain)
1
2
3
4
5
6
7
8
|
module git.darknebu.la/emile/genetic_r2_bots
go 1.13
require (
github.com/radare/r2pipe-go v0.0.0-20171013021603-08f2b4f8ca0a
github.com/rainycape/dl v0.0.0-20151222075243-1b01514224a1 // indirect
)
|