From 87142c0cb5f42d877327c357497a5be6f3c5dbd0 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 9 Apr 2023 00:37:54 +0200 Subject: Should work, lol --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 170fcbc..e344fca 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ -module git.darknebu.la/emile/genetic_r2_bots +module github.com/hanemile/r2wars -go 1.13 +go 1.19 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 + github.com/radareorg/r2pipe-go v0.2.1 // indirect + github.com/sirupsen/logrus v1.9.0 // indirect + golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect ) -- cgit 1.4.1