mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2025-04-09 11:31:01 +02:00
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
3.0 KiB
Modula-2
67 lines
3.0 KiB
Modula-2
module github.com/grassrootseconomics/cic-custodial
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bsm/redislock v0.7.2
|
|
github.com/ethereum/go-ethereum v1.10.25
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/grassrootseconomics/cic-go-sdk v0.2.0
|
|
github.com/hibiken/asynq v0.23.0
|
|
github.com/jackc/pgx/v5 v5.0.3
|
|
github.com/knadh/koanf v1.4.3
|
|
github.com/labstack/echo/v4 v4.9.0
|
|
github.com/lmittmann/w3 v0.10.0
|
|
github.com/zerodha/logf v0.5.5
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/deckarep/golang-set v1.8.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
|
|
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
|
|
github.com/holiman/uint256 v1.2.1 // 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.0.0 // indirect
|
|
github.com/labstack/gommon v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // 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/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/onsi/gomega v1.20.0 // indirect
|
|
github.com/pelletier/go-toml v1.7.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/tsdb v0.7.1 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.5 // indirect
|
|
github.com/tklauser/numcpus v0.2.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
|
|
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
|
)
|