go.mod (445B)
1 module gnunet.org/gnunet-gns-registrar 2 3 go 1.18 4 5 require ( 6 github.com/google/uuid v1.6.0 7 github.com/gorilla/mux v1.8.1 8 github.com/schanzen/taler-go v1.1.1 9 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e 10 gopkg.in/ini.v1 v1.67.0 11 rsc.io/getopt v0.0.0-20170811000552-20be20937449 12 ) 13 14 require ( 15 github.com/davecgh/go-spew v1.1.1 // indirect 16 github.com/pmezard/go-difflib v1.0.0 // indirect 17 gopkg.in/yaml.v3 v3.0.1 // indirect 18 )