67 lines
3.1 KiB
Modula-2
67 lines
3.1 KiB
Modula-2
module git.grassecon.net/grassrootseconomics/sarafu-vise
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.10
|
|
|
|
require (
|
|
git.defalsify.org/vise.git v0.3.2-0.20250528124150-03bf7bfc1b66
|
|
git.grassecon.net/grassrootseconomics/common v0.9.0-beta.1.0.20251127132814-8ceadabbc215
|
|
git.grassecon.net/grassrootseconomics/sarafu-api v0.9.0-beta.1.0.20251128071248-bfdeef125576
|
|
git.grassecon.net/grassrootseconomics/visedriver v0.9.0-beta.2.0.20250408094335-e2d1f65bb306
|
|
git.grassecon.net/grassrootseconomics/visedriver-africastalking v0.0.0-20250129070628-5a539172c694
|
|
github.com/alecthomas/assert/v2 v2.2.2
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/grassrootseconomics/ethutils v1.6.0
|
|
github.com/grassrootseconomics/ussd-data-service v1.10.1-beta
|
|
github.com/jackc/pgx/v5 v5.7.6
|
|
github.com/peteole/testdata-loader v0.3.0
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/crypto v0.45.0
|
|
gopkg.in/leonelquinteros/gotext.v1 v1.3.1
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251119083800-2aa1d4cc79d7 // indirect
|
|
github.com/alecthomas/participle/v2 v2.0.0 // indirect
|
|
github.com/alecthomas/repr v0.2.0 // indirect
|
|
github.com/barbashov/iso639-3 v1.0.0 // indirect
|
|
github.com/bits-and-blooms/bitset v1.24.4 // indirect
|
|
github.com/consensys/gnark-crypto v0.19.2 // indirect
|
|
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
|
|
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
|
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
|
|
github.com/ethereum/go-ethereum v1.16.7 // indirect
|
|
github.com/ethereum/go-verkle v0.2.2 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/grassrootseconomics/eth-custodial v1.12.0-rc // indirect
|
|
github.com/graygnuorg/go-gdbm v0.0.0-20220711140707-71387d66dce4 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/holiman/uint256 v1.3.2 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/lmittmann/w3 v0.20.5 // indirect
|
|
github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
|
github.com/stretchr/objx v0.5.3 // indirect
|
|
github.com/supranational/blst v0.3.16 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.16 // indirect
|
|
github.com/tklauser/numcpus v0.11.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/sync v0.18.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|