about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-04-09 00:37:54 +0200
committerEmile <git@emile.space>2023-04-09 00:37:54 +0200
commit87142c0cb5f42d877327c357497a5be6f3c5dbd0 (patch)
treee4b2094315dc16fe680ad0a15587bb0671dea636 /go.mod
parent907f5bc763959c3cc2196329a600a8afedebac5a (diff)
Should work, lol
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
 )