go.mod (773B)
1 module taler.net/taler-mailbox 2 3 go 1.24.0 4 5 require ( 6 github.com/gorilla/mux v1.8.1 7 github.com/schanzen/taler-go v1.1.1 8 gopkg.in/ini.v1 v1.67.0 9 gorm.io/driver/postgres v1.6.0 10 gorm.io/driver/sqlite v1.6.0 11 gorm.io/gorm v1.31.1 12 rsc.io/getopt v0.0.0-20170811000552-20be20937449 13 ) 14 15 require ( 16 github.com/jackc/pgpassfile v1.0.0 // indirect 17 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect 18 github.com/jackc/pgx/v5 v5.7.6 // indirect 19 github.com/jackc/puddle/v2 v2.2.2 // indirect 20 github.com/jinzhu/inflection v1.0.0 // indirect 21 github.com/jinzhu/now v1.1.5 // indirect 22 github.com/mattn/go-sqlite3 v1.14.28 // indirect 23 golang.org/x/crypto v0.46.0 // indirect 24 golang.org/x/sync v0.19.0 // indirect 25 golang.org/x/text v0.32.0 // indirect 26 )