taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit e5fd5c27c0cb7ef567ca84c7ac0934ce563c87b6
parent 83255b217a9d5f78bc93c9b8c7000b8cdd61f822
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 26 Apr 2025 14:35:45 +0200

fix go version

Diffstat:
Mgo.mod | 19++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/go.mod b/go.mod @@ -1,19 +1,17 @@ module taler.net/taldir -go 1.23.0 - -toolchain go1.23.4 +go 1.19 require ( github.com/gertd/go-pluralize v0.2.1 github.com/gorilla/mux v1.8.1 - github.com/jarcoal/httpmock v1.2.0 github.com/kataras/i18n v0.0.8 github.com/schanzen/taler-go v1.0.8 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e gnunet v0.1.27 gopkg.in/ini.v1 v1.67.0 gorm.io/driver/postgres v1.5.11 + gorm.io/driver/sqlite v1.5.7 gorm.io/gorm v1.26.0 ) @@ -22,19 +20,18 @@ require ( github.com/bfix/gospel v1.2.31 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect - github.com/jackc/pgx/v5 v5.7.4 // indirect + github.com/jackc/pgx/v5 v5.5.5 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/kr/text v0.1.0 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect - github.com/rogpeppe/go-internal v1.14.1 // indirect - golang.org/x/crypto v0.37.0 // indirect - golang.org/x/net v0.39.0 // indirect - golang.org/x/sync v0.13.0 // indirect - golang.org/x/text v0.24.0 // indirect + github.com/rogpeppe/go-internal v1.12.0 // indirect + golang.org/x/crypto v0.33.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/text v0.22.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - gorm.io/driver/sqlite v1.5.7 // indirect ) replace gnunet v0.1.27 => ./third_party/gnunet-go/src/gnunet