2025-01-11 18:29:16 +01:00
|
|
|
module git.grassecon.net/grassrootseconomics/sarafu-api
|
|
|
|
|
|
|
|
go 1.23.4
|
|
|
|
|
|
|
|
require (
|
2025-01-12 19:11:20 +01:00
|
|
|
git.defalsify.org/vise.git v0.2.3-0.20250103172917-3e190a44568d
|
2025-01-12 13:15:04 +01:00
|
|
|
git.grassecon.net/grassrootseconomics/visedriver v0.8.0-beta.10.0.20250112121325-9e4c65c8b4d1
|
2025-01-12 17:39:07 +01:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2025-01-11 18:46:26 +01:00
|
|
|
github.com/grassrootseconomics/eth-custodial v1.3.0-beta
|
2025-01-11 18:29:16 +01:00
|
|
|
github.com/grassrootseconomics/ussd-data-service v1.2.0-beta
|
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2025-01-11 18:46:26 +01:00
|
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
2025-01-11 18:29:16 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|