about summary refs log tree commit diff
path: root/go.mod
blob: 170fcbcb28641d91f1f29754ced26e66bcb893c3 (plain)
1
2
3
4
5
6
7
8
9
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
	github.com/sirupsen/logrus v1.4.2
)