go.mod (1162B)
1 module taler.net/taldir 2 3 go 1.24.0 4 5 require ( 6 github.com/gertd/go-pluralize v0.2.1 7 github.com/gorilla/mux v1.8.1 8 github.com/kataras/i18n v0.0.8 9 github.com/schanzen/taler-go v1.1.1 10 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e 11 gopkg.in/ini.v1 v1.67.0 12 gorm.io/driver/postgres v1.6.0 13 gorm.io/driver/sqlite v1.6.0 14 gorm.io/gorm v1.31.1 15 rsc.io/getopt v0.0.0-20170811000552-20be20937449 16 ) 17 18 require ( 19 github.com/BurntSushi/toml v1.5.0 // indirect 20 github.com/golang-jwt/jwt/v5 v5.3.0 // indirect 21 github.com/jackc/pgpassfile v1.0.0 // indirect 22 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect 23 github.com/jackc/pgx/v5 v5.7.6 // indirect 24 github.com/jackc/puddle/v2 v2.2.2 // indirect 25 github.com/jinzhu/inflection v1.0.0 // indirect 26 github.com/jinzhu/now v1.1.5 // indirect 27 github.com/kr/text v0.1.0 // indirect 28 github.com/mattn/go-sqlite3 v1.14.22 // indirect 29 github.com/rogpeppe/go-internal v1.12.0 // indirect 30 golang.org/x/crypto v0.46.0 // indirect 31 golang.org/x/net v0.48.0 // indirect 32 golang.org/x/sync v0.19.0 // indirect 33 golang.org/x/text v0.32.0 // indirect 34 gopkg.in/yaml.v3 v3.0.1 // indirect 35 )