about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
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
 )