aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/go.mod')
-rw-r--r--src/gnunet/go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gnunet/go.mod b/src/gnunet/go.mod
index e45a035..07231a5 100644
--- a/src/gnunet/go.mod
+++ b/src/gnunet/go.mod
@@ -3,7 +3,7 @@ module gnunet
3go 1.19 3go 1.19
4 4
5require ( 5require (
6 github.com/bfix/gospel v1.2.22 6 github.com/bfix/gospel v1.2.24
7 github.com/go-redis/redis/v8 v8.11.5 7 github.com/go-redis/redis/v8 v8.11.5
8 github.com/go-sql-driver/mysql v1.6.0 8 github.com/go-sql-driver/mysql v1.6.0
9 github.com/gorilla/mux v1.8.0 9 github.com/gorilla/mux v1.8.0
@@ -14,7 +14,9 @@ require (
14) 14)
15 15
16require ( 16require (
17 github.com/ProtonMail/go-crypto v0.0.0-20230321155629-9a39f2531310 // indirect
17 github.com/cespare/xxhash/v2 v2.1.2 // indirect 18 github.com/cespare/xxhash/v2 v2.1.2 // indirect
19 github.com/cloudflare/circl v1.3.3 // indirect
18 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect 20 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
19 github.com/huin/goupnp v1.0.0 // indirect 21 github.com/huin/goupnp v1.0.0 // indirect
20 golang.org/x/mod v0.8.0 // indirect 22 golang.org/x/mod v0.8.0 // indirect
@@ -24,4 +26,4 @@ require (
24 golang.org/x/tools v0.6.0 // indirect 26 golang.org/x/tools v0.6.0 // indirect
25) 27)
26 28
27// replace github.com/bfix/gospel v1.2.22 => ../gospel 29// replace github.com/bfix/gospel v1.2.24 => ../gospel