Skip to content

Commit e6d0233

Browse files
committed
add python3-etcd to debian patroni deps
1 parent 2bf0048 commit e6d0233

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

cli/confgen.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ func GetConfigConstants() *ConfigConstants {
771771
// 4: node-package2
772772
"netcat-openbsd socat lrzsz net-tools ipvsadm dnsutils telnet ca-certificates libreadline-dev vim-tiny keepalived openssl openssh-server openssh-client",
773773
// 5: pgsql-utility
774-
"patroni pgbouncer pgbackrest pgbadger pg-timetable pgformatter postgresql-filedump pgxnclient timescaledb-tools timescaledb-event-streamer",
774+
"patroni python3-etcd pgbouncer pgbackrest pgbadger pg-timetable pgformatter postgresql-filedump pgxnclient timescaledb-tools timescaledb-event-streamer",
775775
},
776776

777777
PGSQLKernelMap: []PackageMapping{
@@ -787,8 +787,8 @@ func GetConfigConstants() *ConfigConstants {
787787
},
788788

789789
PGSQLUtilMap: []PackageMapping{
790-
{"pgsql-common", "patroni patroni-etcd pgbouncer pgbackrest pg_exporter pgbackrest_exporter vip-manager", "patroni pgbouncer pgbackrest pg-exporter pgbackrest-exporter vip-manager"},
791-
{"patroni", "patroni patroni-etcd", "patroni"},
790+
{"pgsql-common", "patroni patroni-etcd pgbouncer pgbackrest pg_exporter pgbackrest_exporter vip-manager", "patroni python3-etcd pgbouncer pgbackrest pg-exporter pgbackrest-exporter vip-manager"},
791+
{"patroni", "patroni patroni-etcd", "patroni python3-etcd"},
792792
{"pgbouncer", "pgbouncer", "pgbouncer"},
793793
{"pgbackrest", "pgbackrest", "pgbackrest"},
794794
{"pg_exporter", "pg_exporter", "pg-exporter"},
@@ -1033,7 +1033,7 @@ repo_upstream_default:
10331033
- { name: pigsty-local ,description: 'Pigsty Local' ,module: local ,releases: [11,12,13,20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://${admin_ip}/pigsty ./' }}
10341034
- { name: pigsty-pgsql ,description: 'Pigsty PgSQL' ,module: pgsql ,releases: [11,12,13,20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://repo.pigsty.io/apt/pgsql/${distro_codename} ${distro_codename} main', china: 'https://repo.pigsty.cc/apt/pgsql/${distro_codename} ${distro_codename} main' }}
10351035
- { name: pigsty-infra ,description: 'Pigsty Infra' ,module: infra ,releases: [11,12,13,20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://repo.pigsty.io/apt/infra/ generic main' ,china: 'https://repo.pigsty.cc/apt/infra/ generic main' }}
1036-
- { name: nginx ,description: 'Nginx' ,module: infra ,releases: [11,12, 20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://nginx.org/packages/${distro_name} ${distro_codename} nginx' }}
1036+
- { name: nginx ,description: 'Nginx' ,module: infra ,releases: [11,12,13,20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://nginx.org/packages/${distro_name} ${distro_codename} nginx' }}
10371037
- { name: docker-ce ,description: 'Docker' ,module: infra ,releases: [11,12,13,20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://download.docker.com/linux/${distro_name} ${distro_codename} stable' ,china: 'https://mirrors.aliyun.com/docker-ce/linux/${distro_name} ${distro_codename} stable' }}
10381038
- { name: base ,description: 'Debian Basic' ,module: node ,releases: [11,12,13 ] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://deb.debian.org/debian/ ${distro_codename} main non-free-firmware' ,china: 'https://mirrors.aliyun.com/debian/ ${distro_codename} main restricted universe multiverse' }}
10391039
- { name: updates ,description: 'Debian Updates' ,module: node ,releases: [11,12,13 ] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://deb.debian.org/debian/ ${distro_codename}-updates main non-free-firmware' ,china: 'https://mirrors.aliyun.com/debian/ ${distro_codename}-updates main restricted universe multiverse' }}
@@ -1048,7 +1048,7 @@ repo_upstream_default:
10481048
- { name: security ,description: 'Ubuntu Security' ,module: node ,releases: [ 20,22,24] ,arch: [ aarch64] ,baseurl: { default: 'http://ports.ubuntu.com/ubuntu-ports/ ${distro_codename}-updates main restricted universe multiverse' ,china: 'https://mirrors.aliyun.com/ubuntu-ports/ ${distro_codename}-security main restricted universe multiverse' }}
10491049
- { name: pgdg ,description: 'PGDG' ,module: pgsql ,releases: [11,12,13, 22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://apt.postgresql.org/pub/repos/apt/ ${distro_codename}-pgdg main' ,china: 'https://repo.pigsty.cc/apt/pgdg/ ${distro_codename}-pgdg main' }}
10501050
- { name: pgdg-beta ,description: 'PGDG Beta' ,module: beta ,releases: [11,12,13, 22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'http://apt.postgresql.org/pub/repos/apt/ ${distro_codename}-pgdg-testing main 19' ,china: 'https://mirrors.aliyun.com/postgresql/repos/apt/ ${distro_codename}-pgdg-testing main 19' }}
1051-
- { name: timescaledb ,description: 'TimescaleDB' ,module: extra ,releases: [11,12, 20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://packagecloud.io/timescale/timescaledb/${distro_name}/ ${distro_codename} main' }}
1051+
- { name: timescaledb ,description: 'TimescaleDB' ,module: extra ,releases: [11,12,13,20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://packagecloud.io/timescale/timescaledb/${distro_name}/ ${distro_codename} main' }}
10521052
- { name: citus ,description: 'Citus' ,module: extra ,releases: [11,12, 20,22 ] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://packagecloud.io/citusdata/community/${distro_name}/ ${distro_codename} main' } }
10531053
- { name: percona ,description: 'Percona TDE' ,module: percona ,releases: [11,12, 20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://repo.pigsty.io/apt/percona ${distro_codename} main' ,china: 'https://repo.pigsty.cc/apt/percona ${distro_codename} main' ,origin: 'http://repo.percona.com/ppg-17.6/apt ${distro_codename} main' }}
10541054
- { name: wiltondb ,description: 'WiltonDB' ,module: mssql ,releases: [ 20,22,24] ,arch: [x86_64, aarch64] ,baseurl: { default: 'https://repo.pigsty.io/apt/mssql/ ${distro_codename} main', china: 'https://repo.pigsty.cc/apt/mssql/ ${distro_codename} main' ,origin: 'https://ppa.launchpadcontent.net/wiltondb/wiltondb/ubuntu/ ${distro_codename} main' }}

db/extension.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ id,name,pkg,lead_ext,category,state,url,license,tags,version,repo,lang,contrib,l
4040
1870,pg_tiktoken,pg_tiktoken,pg_tiktoken,RAG,available,https://github.com/kelvich/pg_tiktoken,Apache-2.0,{pgrx},0.0.1,PIGSTY,Rust,f,t,f,t,t,f,f,f,,"{18,17,16,15,14,13}",,,"{vectorize,pg_summarize,pg4ml,pgml,vector,vchord,vectorscale,pg_graphql}",0.0.1,PIGSTY,pg_tiktoken_$v,"{18,17,16,15,14,13}",,0.0.1,PIGSTY,postgresql-$v-pg-tiktoken,,"{18,17,16,15,14,13}",pg_tiktoken-0.0.1.tar.gz,"{""pgrx"": ""0.16.1""}",tiktoken tokenizer for use with OpenAI models in postgres,在PostgreSQL中计算OpenAI使用的Token数,,2025-10-31
4141
1880,pg4ml,pg4ml,pg4ml,RAG,available,https://gitee.com/guotiecheng/plpgsql_pg4ml,AGPL-3.0,,2.0,PIGSTY,C,f,t,f,f,t,f,t,t,,"{18,17,16,15,14,13}","{plpgsql,tablefunc,cube,plpython3u}",,"{pgml,vectorize,pg_summarize,pg_tiktoken,vector,vchord,vectorscale,pg_strom}",2.0,PIGSTY,pg4ml_$v,"{18,17,16,15,14,13}",,2.0,PIGSTY,postgresql-$v-pg4ml,,"{18,17,16,15,14,13}",pg4ml-2.0.tar.gz,{},Machine learning framework for PostgreSQL,PG4ML是一个机器学习框架,require python3,2025-09-06
4242
1890,pgml,pgml,pgml,RAG,available,https://github.com/postgresml/postgresml,MIT,{pgrx},2.10.0,PIGSTY,Rust,f,t,f,t,t,t,f,f,{pgml},"{17,16,15,14}",,,"{pg4ml,vectorize,pg_summarize,pg_tiktoken,vector,vchord,vectorscale,pg_strom}",2.10.0,PIGSTY,pgml_$v,"{17,16,15,14,13}",,2.10.0,PIGSTY,postgresql-$v-pgml,,"{17,16,15,14}",pgml-2.10.0.tar.gz,"{""pgrx"": ""0.12.9""}",Run AL/ML workloads with SQL interface,PostgresML:用SQL运行机器学习算法并训练模型,pgrx=0.12.9,2025-02-20
43-
2100,pg_search,pg_search,pg_search,FTS,available,https://github.com/paradedb/paradedb/tree/dev/pg_search,AGPL-3.0,{pgrx},0.20.0,PIGSTY,Rust,f,t,f,t,t,f,t,f,{paradedb},"{17,16,15,14}",,,"{pgroonga,pgroonga_database,pg_bestmatch,vchord_bm25,pg_bigm,zhparser,pg_tokenizer,pg_trgm}",0.20.0,PIGSTY,pg_search_$v,"{17,16,15,14}",,0.20.0,PIGSTY,postgresql-$v-pg-search,,"{17,16,15,14}",pg_search-0.20.0.tar.gz,"{""pgrx"": ""0.16.1""}",Full text search for PostgreSQL using BM25,ParadeDB BM25算法全文检索插件,ES全文检索,"PG 17+ does not require dynamic loading, build by ParadeDB team ",2025-11-22
43+
2100,pg_search,pg_search,pg_search,FTS,available,https://github.com/paradedb/paradedb/tree/dev/pg_search,AGPL-3.0,{pgrx},0.20.0,PIGSTY,Rust,f,t,f,t,t,f,t,f,{paradedb},"{17,16,15,14}",,,"{pgroonga,pgroonga_database,pg_bestmatch,vchord_bm25,pg_bigm,zhparser,pg_tokenizer,pg_trgm}",0.20.0,PIGSTY,pg_search_$v,"{17,16,15,14}",,0.20.0,PIGSTY,postgresql-$v-pg-search,,"{17,16,15,14}",pg_search-0.20.0.tar.gz,"{""pgrx"": ""0.16.1""}",Full text search for PostgreSQL using BM25,ParadeDB BM25算法全文检索插件,ES全文检索,PG 17+ does not require dynamic loading ,2025-11-22
4444
2110,pgroonga,pgroonga,pgroonga,FTS,available,https://github.com/pgroonga/pgroonga,PostgreSQL,,4.0.4,PIGSTY,C,f,t,f,t,t,f,t,t,,"{18,17,16,15,14,13}",,,"{pg_search,pg_bigm,zhparser,pg_bestmatch,pg_tokenizer,pg_trgm,rum,vchord_bm25}",4.0.4,PIGSTY,pgroonga_$v*,"{18,17,16,15,14,13}",{groonga-libs},4.0.4,PIGSTY,postgresql-$v-pgroonga,{libgroonga0},"{18,17,16,15,14,13}",pgroonga-4.0.4.tar.gz,{},"Use Groonga as index, fast full text search platform for all languages!",使用Groonga,面向所有语言的高速全文检索平台,require xxHash vendor repo to build,2025-10-31
4545
2111,pgroonga_database,pgroonga,pgroonga,FTS,available,https://github.com/pgroonga/pgroonga,PostgreSQL,,4.0.4,PIGSTY,C,f,f,f,t,t,f,t,t,,"{18,17,16,15,14,13}",,,"{pg_search,zhparser,pg_bigm,pg_tokenizer,pg_trgm,fuzzystrmatch,rum,unaccent}",4.0.4,PIGSTY,pgroonga_$v*,"{18,17,16,15,14,13}",{groonga-libs},4.0.4,PIGSTY,postgresql-$v-pgroonga,{libgroonga0},"{18,17,16,15,14,13}",pgroonga-4.0.4.tar.gz,{},PGroonga database management module,PGGroonga 数据库管理模块,,2025-10-31
4646
2120,pg_bigm,pg_bigm,pg_bigm,FTS,available,https://github.com/pgbigm/pg_bigm,PostgreSQL,,1.2,MIXED,C,f,t,f,t,t,f,f,t,,"{18,17,16,15,14,13}",,,"{pg_search,pgroonga,zhparser,pg_trgm,pgroonga_database,pg_tokenizer,fuzzystrmatch,rum}",1.2,PGDG,pg_bigm_$v*,"{18,17,16,15,14,13}",,1.2,PIGSTY,postgresql-$v-pg-bigm,,"{18,17,16,15,14,13}",pg_bigm-1.2-20250903.tar.gz,{},create 2-gram (bigram) index for faster full text search.,基于二字组的多语言全文检索扩展,,2025-11-04

db/repository.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ d13.aarch64.pgdg,d13.aarch64,pgdg,deb,d13,aarch64,https://apt.postgresql.org/pub
77
d13.aarch64.pigsty,d13.aarch64,pigsty,deb,d13,aarch64,https://repo.pigsty.io/apt/pgsql/trixie,https://repo.pigsty.io/apt/pgsql/trixie/dists/trixie/main/binary-arm64/Packages,https://repo.pigsty.cc/apt/pgsql/trixie,https://repo.pigsty.cc/apt/pgsql/trixie/dists/trixie/main/binary-arm64/Packages,,{}
88
d13.x86_64.pgdg,d13.x86_64,pgdg,deb,d13,x86_64,https://apt.postgresql.org/pub/repos/apt,https://apt.postgresql.org/pub/repos/apt/dists/trixie-pgdg/main/binary-amd64/Packages,https://repo.pigsty.cc/apt/pgdg,https://repo.pigsty.cc/apt/pgdg/dists/trixie-pgdg/main/binary-amd64/Packages,,{}
99
d13.x86_64.pigsty,d13.x86_64,pigsty,deb,d13,x86_64,https://repo.pigsty.io/apt/pgsql/trixie,https://repo.pigsty.io/apt/pgsql/trixie/dists/trixie/main/binary-amd64/Packages,https://repo.pigsty.cc/apt/pgsql/trixie,https://repo.pigsty.cc/apt/pgsql/trixie/dists/trixie/main/binary-amd64/Packages,,{}
10-
el10.aarch64.pgdg13,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-aarch64,https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/13/redhat/rhel-10-aarch64,https://repo.pigsty.cc/yum/pgdg/13/redhat/rhel-10-aarch64/repodata/repomd.xml,,{}
11-
el10.aarch64.pgdg14,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10-aarch64,https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/14/redhat/rhel-10-aarch64,https://repo.pigsty.cc/yum/pgdg/14/redhat/rhel-10-aarch64/repodata/repomd.xml,,{}
12-
el10.aarch64.pgdg15,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10-aarch64,https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/15/redhat/rhel-10-aarch64,https://repo.pigsty.cc/yum/pgdg/15/redhat/rhel-10-aarch64/repodata/repomd.xml,,{}
13-
el10.aarch64.pgdg16,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10-aarch64,https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/16/redhat/rhel-10-aarch64,https://repo.pigsty.cc/yum/pgdg/16/redhat/rhel-10-aarch64/repodata/repomd.xml,,{}
14-
el10.aarch64.pgdg17,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10-aarch64,https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/17/redhat/rhel-10-aarch64,https://repo.pigsty.cc/yum/pgdg/17/redhat/rhel-10-aarch64/repodata/repomd.xml,,{}
15-
el10.aarch64.pgdg18,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10-aarch64,https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/18/redhat/rhel-10-aarch64,https://repo.pigsty.cc/yum/pgdg/18/redhat/rhel-10-aarch64/repodata/repomd.xml,,{}
10+
el10.aarch64.pgdg13,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.0-aarch64,https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10.0-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/13/redhat/rhel-10.0-aarch64,https://repo.pigsty.cc/yum/pgdg/13/redhat/rhel-10.0-aarch64/repodata/repomd.xml,,{}
11+
el10.aarch64.pgdg14,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.0-aarch64,https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10.0-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/14/redhat/rhel-10.0-aarch64,https://repo.pigsty.cc/yum/pgdg/14/redhat/rhel-10.0-aarch64/repodata/repomd.xml,,{}
12+
el10.aarch64.pgdg15,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.0-aarch64,https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-10.0-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/15/redhat/rhel-10.0-aarch64,https://repo.pigsty.cc/yum/pgdg/15/redhat/rhel-10.0-aarch64/repodata/repomd.xml,,{}
13+
el10.aarch64.pgdg16,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.0-aarch64,https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-10.0-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/16/redhat/rhel-10.0-aarch64,https://repo.pigsty.cc/yum/pgdg/16/redhat/rhel-10.0-aarch64/repodata/repomd.xml,,{}
14+
el10.aarch64.pgdg17,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.0-aarch64,https://download.postgresql.org/pub/repos/yum/17/redhat/rhel-10.0-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/17/redhat/rhel-10.0-aarch64,https://repo.pigsty.cc/yum/pgdg/17/redhat/rhel-10.0-aarch64/repodata/repomd.xml,,{}
15+
el10.aarch64.pgdg18,el10.aarch64,pgdg,rpm,el10,aarch64,https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.0-aarch64,https://download.postgresql.org/pub/repos/yum/18/redhat/rhel-10.0-aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/18/redhat/rhel-10.0-aarch64,https://repo.pigsty.cc/yum/pgdg/18/redhat/rhel-10.0-aarch64/repodata/repomd.xml,,{}
1616
el10.aarch64.pigsty,el10.aarch64,pigsty,rpm,el10,aarch64,https://repo.pigsty.io/yum/pgsql/el10.aarch64,https://repo.pigsty.io/yum/pgsql/el10.aarch64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgsql/el10.aarch64,https://repo.pigsty.cc/yum/pgsql/el10.aarch64/repodata/repomd.xml,,{}
1717
el10.x86_64.pgdg13,el10.x86_64,pgdg,rpm,el10,x86_64,https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-x86_64,https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-10-x86_64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/13/redhat/rhel-10-x86_64,https://repo.pigsty.cc/yum/pgdg/13/redhat/rhel-10-x86_64/repodata/repomd.xml,,{}
1818
el10.x86_64.pgdg14,el10.x86_64,pgdg,rpm,el10,x86_64,https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10-x86_64,https://download.postgresql.org/pub/repos/yum/14/redhat/rhel-10-x86_64/repodata/repomd.xml,https://repo.pigsty.cc/yum/pgdg/14/redhat/rhel-10-x86_64,https://repo.pigsty.cc/yum/pgdg/14/redhat/rhel-10-x86_64/repodata/repomd.xml,,{}

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
)
1212

1313
require (
14+
github.com/imfing/hextra v0.11.1 // indirect
1415
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1516
github.com/jackc/pgpassfile v1.0.0 // indirect
1617
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N
22
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5+
github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
6+
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
57
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
68
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
79
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=

0 commit comments

Comments
 (0)