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.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gnunet/go.mod b/src/gnunet/go.mod
index bb2e58f..5109da4 100644
--- a/src/gnunet/go.mod
+++ b/src/gnunet/go.mod
@@ -3,10 +3,11 @@ module gnunet
3go 1.18 3go 1.18
4 4
5require ( 5require (
6 github.com/bfix/gospel v1.2.14 6 github.com/bfix/gospel v1.2.15
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/mattn/go-sqlite3 v1.14.13 11 github.com/mattn/go-sqlite3 v1.14.13
11 github.com/miekg/dns v1.1.49 12 github.com/miekg/dns v1.1.49
12 golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 13 golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898