File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/goccy/go-json v0.10.5
88 github.com/google/go-cmp v0.7.0
99 github.com/google/uuid v1.6.0
10- github.com/hamba/avro/v2 v2.28 .0
10+ github.com/hamba/avro/v2 v2.30 .0
1111 github.com/jackc/pgx/v5 v5.7.6
1212 github.com/matryer/is v1.4.1
1313 github.com/mitchellh/mapstructure v1.5.0
@@ -28,6 +28,7 @@ require (
2828 github.com/dustin/go-humanize v1.0.1 // indirect
2929 github.com/go-logr/logr v1.4.3 // indirect
3030 github.com/go-logr/stdr v1.2.2 // indirect
31+ github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3132 github.com/google/flatbuffers v25.2.10+incompatible // indirect
3233 github.com/google/pprof v0.0.0-20250501235452-c0086092b71a // indirect
3334 github.com/jackc/pgpassfile v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
1818github.com/go-logr/logr v1.4.3 /go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY =
1919github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag =
2020github.com/go-logr/stdr v1.2.2 /go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE =
21+ github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
22+ github.com/go-viper/mapstructure/v2 v2.4.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
2123github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
2224github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
2325github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
@@ -30,8 +32,8 @@ github.com/google/pprof v0.0.0-20250501235452-c0086092b71a h1:rDA3FfmxwXR+BVKKdz
3032github.com/google/pprof v0.0.0-20250501235452-c0086092b71a /go.mod h1:5hDyRhoBCxViHszMt12TnOpEI4VVi+U8Gm9iphldiMA =
3133github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
3234github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
33- github.com/hamba/avro/v2 v2.28 .0 h1:E8J5D27biyAulWKNiEBhV85QPc9xRMCUCGJewS0KYCE =
34- github.com/hamba/avro/v2 v2.28 .0 /go.mod h1:9TVrlt1cG1kkTUtm9u2eO5Qb7rZXlYzoKqPt8TSH+TA =
35+ github.com/hamba/avro/v2 v2.30 .0 h1:OaIdh0+dZIJ331FO/+YYBwZZRdGVyyHuRSyHsjZLJoA =
36+ github.com/hamba/avro/v2 v2.30 .0 /go.mod h1:X6gDhYv6DQVAT56VqOKuW+PLnQrEQqGB9l1nhlMdAdQ =
3537github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM =
3638github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
3739github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
You can’t perform that action at this time.
0 commit comments