From 485861ffce6d8b1983e5573c0c60a43d7cbc0e07 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 19 Jul 2022 18:57:10 +0200 Subject: more API --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c941a77..919271c 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module taler.net/taler-mailbox go 1.18 require ( + git.gnunet.org/gnunet-go.git v0.1.28-0.20220717050634-369422be2512 github.com/gorilla/mux v1.8.0 gopkg.in/ini.v1 v1.66.6 gorm.io/driver/postgres v1.3.8 @@ -11,6 +12,8 @@ require ( ) require ( + github.com/bfix/gospel v1.2.15 // indirect + github.com/go-sql-driver/mysql v1.6.0 // indirect github.com/jackc/chunkreader/v2 v2.0.1 // indirect github.com/jackc/pgconn v1.12.1 // indirect github.com/jackc/pgio v1.0.0 // indirect @@ -21,6 +24,7 @@ require ( github.com/jackc/pgx/v4 v4.16.1 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.4 // indirect + github.com/mattn/go-sqlite3 v1.14.14 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/text v0.3.7 // indirect ) -- cgit v1.2.3