mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2024-11-06 01:36:45 +01:00
48 lines
2.0 KiB
Modula-2
48 lines
2.0 KiB
Modula-2
|
module github.com/grassrootseconomics/cic-chain-events
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/VictoriaMetrics/metrics v1.23.0
|
||
|
github.com/alitto/pond v1.8.2
|
||
|
github.com/celo-org/celo-blockchain v1.6.1
|
||
|
github.com/jackc/pgx/v5 v5.2.0
|
||
|
github.com/knadh/goyesql/v2 v2.2.0
|
||
|
github.com/knadh/koanf v1.4.5
|
||
|
github.com/stretchr/testify v1.8.0
|
||
|
github.com/zerodha/logf v0.5.5
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
||
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
||
|
github.com/celo-org/celo-bls-go v0.2.4 // indirect
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
|
||
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
||
|
github.com/go-stack/stack v1.8.0 // indirect
|
||
|
github.com/gorilla/websocket v1.4.2 // indirect
|
||
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
||
|
github.com/jackc/puddle/v2 v2.1.2 // indirect
|
||
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
||
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
||
|
github.com/pelletier/go-toml v1.7.0 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
||
|
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
|
||
|
github.com/tklauser/go-sysconf v0.3.5 // indirect
|
||
|
github.com/tklauser/numcpus v0.2.2 // indirect
|
||
|
github.com/valyala/fastrand v1.1.0 // indirect
|
||
|
github.com/valyala/histogram v1.2.0 // indirect
|
||
|
go.uber.org/atomic v1.10.0 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
|
||
|
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
|
||
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
||
|
golang.org/x/text v0.3.8 // indirect
|
||
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
)
|