taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

go.mod (272B)


      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/lib/pq v1.11.2
      8 	github.com/schanzen/taler-go v1.2.1
      9 	gopkg.in/ini.v1 v1.67.1
     10 	rsc.io/getopt v0.0.0-20170811000552-20be20937449
     11 )
     12 
     13 require golang.org/x/text v0.34.0 // indirect