|
1 | 1 | module github.com/replicase/pgcapture |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.24.4 |
4 | 4 |
|
5 | 5 | replace github.com/pganalyze/pg_query_go/v2 v2.0.2 => github.com/rueian/pg_query_go/v2 v2.0.3-0.20210404160231-00fbdb47649c |
6 | 6 |
|
7 | 7 | require ( |
8 | | - github.com/apache/pulsar-client-go v0.10.0 |
| 8 | + github.com/apache/pulsar-client-go v0.15.1 |
| 9 | + github.com/bits-and-blooms/bitset v1.4.0 |
9 | 10 | github.com/golang/mock v1.6.0 |
10 | | - github.com/golang/protobuf v1.5.3 |
| 11 | + github.com/golang/protobuf v1.5.4 |
11 | 12 | github.com/jackc/pgconn v1.8.1 |
12 | 13 | github.com/jackc/pglogrepl v0.0.0-20230810221841-d0818e1fbef7 |
13 | 14 | github.com/jackc/pgtype v1.7.0 |
14 | 15 | github.com/jackc/pgx/v4 v4.10.1 |
15 | 16 | github.com/jackc/pgx/v5 v5.4.3 |
16 | 17 | github.com/pganalyze/pg_query_go/v2 v2.0.2 |
17 | | - github.com/prometheus/client_golang v1.11.1 |
18 | | - github.com/sirupsen/logrus v1.6.0 |
19 | | - github.com/spf13/cobra v1.7.0 |
| 18 | + github.com/prometheus/client_golang v1.20.5 |
| 19 | + github.com/sirupsen/logrus v1.9.3 |
| 20 | + github.com/spf13/cobra v1.8.1 |
20 | 21 | github.com/streamnative/pulsar-admin-go v0.1.0 |
21 | | - google.golang.org/grpc v1.38.0 |
| 22 | + google.golang.org/grpc v1.71.0 |
22 | 23 | google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 |
23 | | - google.golang.org/protobuf v1.30.0 |
| 24 | + google.golang.org/protobuf v1.36.5 |
24 | 25 | ) |
25 | 26 |
|
26 | 27 | require ( |
27 | 28 | github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect |
28 | 29 | github.com/99designs/keyring v1.2.2 // indirect |
29 | | - github.com/AthenZ/athenz v1.10.39 // indirect |
| 30 | + github.com/AthenZ/athenz v1.12.13 // indirect |
30 | 31 | github.com/DataDog/zstd v1.5.0 // indirect |
31 | 32 | github.com/ardielle/ardielle-go v1.5.2 // indirect |
32 | 33 | github.com/beorn7/perks v1.0.1 // indirect |
33 | | - github.com/bits-and-blooms/bitset v1.4.0 // indirect |
34 | | - github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 34 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
35 | 35 | github.com/danieljoos/wincred v1.2.0 // indirect |
36 | | - github.com/dvsekhvalnov/jose2go v1.5.0 // indirect |
| 36 | + github.com/dvsekhvalnov/jose2go v1.6.0 // indirect |
| 37 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 38 | + github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
| 39 | + github.com/go-logr/logr v1.4.2 // indirect |
37 | 40 | github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect |
38 | | - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
39 | | - github.com/golang/snappy v0.0.1 // indirect |
40 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 41 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 42 | + github.com/golang-jwt/jwt/v5 v5.2.2 // indirect |
| 43 | + github.com/google/gofuzz v1.2.0 // indirect |
| 44 | + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
41 | 45 | github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect |
| 46 | + github.com/hamba/avro/v2 v2.26.0 // indirect |
42 | 47 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
43 | 48 | github.com/jackc/chunkreader/v2 v2.0.1 // indirect |
44 | 49 | github.com/jackc/pgio v1.0.0 // indirect |
45 | 50 | github.com/jackc/pgpassfile v1.0.0 // indirect |
46 | 51 | github.com/jackc/pgproto3/v2 v2.0.7 // indirect |
47 | 52 | github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
48 | | - github.com/klauspost/compress v1.14.4 // indirect |
49 | | - github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect |
50 | | - github.com/linkedin/goavro/v2 v2.9.8 // indirect |
51 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 53 | + github.com/json-iterator/go v1.1.12 // indirect |
| 54 | + github.com/klauspost/compress v1.17.9 // indirect |
| 55 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 56 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 57 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
52 | 58 | github.com/mtibben/percent v0.2.1 // indirect |
53 | | - github.com/onsi/gomega v1.27.10 // indirect |
54 | | - github.com/pierrec/lz4 v2.0.5+incompatible // indirect |
| 59 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 60 | + github.com/pierrec/lz4/v4 v4.1.22 // indirect |
55 | 61 | github.com/pkg/errors v0.9.1 // indirect |
56 | | - github.com/prometheus/client_model v0.2.0 // indirect |
57 | | - github.com/prometheus/common v0.26.0 // indirect |
58 | | - github.com/prometheus/procfs v0.6.0 // indirect |
| 62 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 63 | + github.com/prometheus/common v0.55.0 // indirect |
| 64 | + github.com/prometheus/procfs v0.15.1 // indirect |
59 | 65 | github.com/spaolacci/murmur3 v1.1.0 // indirect |
60 | 66 | github.com/spf13/pflag v1.0.5 // indirect |
61 | | - go.uber.org/atomic v1.7.0 // indirect |
62 | | - golang.org/x/crypto v0.12.0 // indirect |
63 | | - golang.org/x/mod v0.10.0 // indirect |
64 | | - golang.org/x/net v0.12.0 // indirect |
65 | | - golang.org/x/oauth2 v0.8.0 // indirect |
66 | | - golang.org/x/sys v0.11.0 // indirect |
67 | | - golang.org/x/term v0.11.0 // indirect |
68 | | - golang.org/x/text v0.12.0 // indirect |
69 | | - golang.org/x/tools v0.9.3 // indirect |
| 67 | + github.com/x448/float16 v0.8.4 // indirect |
| 68 | + go.uber.org/atomic v1.11.0 // indirect |
| 69 | + golang.org/x/crypto v0.36.0 // indirect |
| 70 | + golang.org/x/mod v0.21.0 // indirect |
| 71 | + golang.org/x/net v0.38.0 // indirect |
| 72 | + golang.org/x/oauth2 v0.28.0 // indirect |
| 73 | + golang.org/x/sync v0.12.0 // indirect |
| 74 | + golang.org/x/sys v0.31.0 // indirect |
| 75 | + golang.org/x/term v0.30.0 // indirect |
| 76 | + golang.org/x/text v0.23.0 // indirect |
| 77 | + golang.org/x/tools v0.26.0 // indirect |
70 | 78 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
71 | | - google.golang.org/appengine v1.6.7 // indirect |
72 | | - google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect |
| 79 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect |
| 80 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 81 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 82 | + k8s.io/apimachinery v0.32.3 // indirect |
| 83 | + k8s.io/client-go v0.32.3 // indirect |
| 84 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 85 | + k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect |
| 86 | + sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect |
| 87 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect |
| 88 | + sigs.k8s.io/yaml v1.4.0 // indirect |
73 | 89 | ) |
0 commit comments