2025-01-12 13:16:55 +01:00
|
|
|
module git.grassecon.net/grassrootseconomics/sarafu-vise-events
|
2024-10-23 22:01:10 +02:00
|
|
|
|
2025-01-12 13:16:55 +01:00
|
|
|
go 1.23.4
|
2024-10-23 22:01:10 +02:00
|
|
|
|
|
|
|
require (
|
2025-01-12 13:16:55 +01:00
|
|
|
git.defalsify.org/vise.git v0.2.3-0.20250103172917-3e190a44568d
|
2025-01-13 18:50:19 +01:00
|
|
|
git.grassecon.net/grassrootseconomics/common v0.0.0-20250113174703-6afccefd1f05
|
2025-01-13 19:17:25 +01:00
|
|
|
git.grassecon.net/grassrootseconomics/sarafu-api v0.0.0-20250113181351-551195543805
|
|
|
|
git.grassecon.net/grassrootseconomics/sarafu-vise v0.0.0-20250113181554-0d47c096e0d6
|
2025-01-13 11:35:38 +01:00
|
|
|
git.grassecon.net/grassrootseconomics/visedriver v0.8.0-beta.10.0.20250113103142-5bf0a0e85893
|
2024-10-23 22:01:10 +02:00
|
|
|
github.com/grassrootseconomics/eth-tracker v1.3.0-rc
|
2025-01-12 13:16:55 +01:00
|
|
|
github.com/grassrootseconomics/ussd-data-service v1.2.0-beta
|
2024-10-23 22:01:10 +02:00
|
|
|
github.com/nats-io/nats.go v1.37.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-01-13 09:28:29 +01:00
|
|
|
github.com/alecthomas/participle/v2 v2.0.0 // indirect
|
2024-10-23 22:01:10 +02:00
|
|
|
github.com/barbashov/iso639-3 v0.0.0-20211020172741-1f4ffb2d8d1c // indirect
|
2024-11-02 16:38:23 +01:00
|
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
|
|
github.com/grassrootseconomics/eth-custodial v1.3.0-beta // indirect
|
|
|
|
github.com/graygnuorg/go-gdbm v0.0.0-20220711140707-71387d66dce4 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
github.com/jackc/pgx/v5 v5.7.1 // indirect
|
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
2024-10-23 22:01:10 +02:00
|
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
2025-01-12 13:16:55 +01:00
|
|
|
github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect
|
2024-10-23 22:01:10 +02:00
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2024-11-02 16:38:23 +01:00
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2025-01-12 13:16:55 +01:00
|
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
|
|
golang.org/x/text v0.21.0 // indirect
|
|
|
|
gopkg.in/leonelquinteros/gotext.v1 v1.3.1 // indirect
|
2024-10-23 22:01:10 +02:00
|
|
|
)
|