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.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gnunet/go.mod b/src/gnunet/go.mod
index 4c12af3..e45a035 100644
--- a/src/gnunet/go.mod
+++ b/src/gnunet/go.mod
@@ -3,25 +3,25 @@ module gnunet
3go 1.19 3go 1.19
4 4
5require ( 5require (
6 github.com/bfix/gospel v1.2.21 6 github.com/bfix/gospel v1.2.22
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
10 github.com/gorilla/rpc v1.2.0 10 github.com/gorilla/rpc v1.2.0
11 github.com/mattn/go-sqlite3 v1.14.13 11 github.com/mattn/go-sqlite3 v1.14.13
12 github.com/miekg/dns v1.1.49 12 github.com/miekg/dns v1.1.49
13 golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 13 golang.org/x/crypto v0.8.0
14) 14)
15 15
16require ( 16require (
17 github.com/cespare/xxhash/v2 v2.1.2 // indirect 17 github.com/cespare/xxhash/v2 v2.1.2 // indirect
18 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect 18 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
19 github.com/huin/goupnp v1.0.0 // indirect 19 github.com/huin/goupnp v1.0.0 // indirect
20 golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect 20 golang.org/x/mod v0.8.0 // indirect
21 golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect 21 golang.org/x/net v0.9.0 // indirect
22 golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect 22 golang.org/x/sys v0.7.0 // indirect
23 golang.org/x/text v0.3.7 // indirect 23 golang.org/x/text v0.9.0 // indirect
24 golang.org/x/tools v0.1.11 // indirect 24 golang.org/x/tools v0.6.0 // indirect
25) 25)
26 26
27// replace github.com/bfix/gospel v1.2.21 => ../gospel 27// replace github.com/bfix/gospel v1.2.22 => ../gospel