whatcanGOwrong

This commit is contained in:
2024-09-19 21:38:24 -04:00
commit d0ae4d841d
17908 changed files with 4096831 additions and 0 deletions
@@ -0,0 +1 @@
v2.0.1
@@ -0,0 +1 @@
{"Version":"v2.0.1","Time":"2020-02-14T23:52:59Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/chunkreader","Hash":"3c4a99247c6656284dd2be8d74438ca9bbb4f342","Ref":"refs/tags/v2.0.1"}}
@@ -0,0 +1,3 @@
module github.com/jackc/chunkreader/v2
go 1.12
@@ -0,0 +1 @@
h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=
@@ -0,0 +1 @@
v1.14.3
@@ -0,0 +1 @@
{"Version":"v1.14.3","Time":"2024-03-04T14:43:07Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgconn","Hash":"1860f4e57204614f40d05a5c76a43e8d80fde9da","Ref":"refs/tags/v1.14.3"}}
@@ -0,0 +1,21 @@
module github.com/jackc/pgconn
go 1.17
require (
github.com/jackc/chunkreader/v2 v2.0.1
github.com/jackc/pgio v1.0.0
github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65
github.com/jackc/pgpassfile v1.0.0
github.com/jackc/pgproto3/v2 v2.3.3
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.20.0
golang.org/x/text v0.14.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Binary file not shown.
@@ -0,0 +1 @@
h1:bVoTr12EGANZz66nZPkMInAV/KHD2TxH9npjXXgiB3w=
@@ -0,0 +1 @@
v1.0.0
@@ -0,0 +1 @@
{"Version":"v1.0.0","Time":"2019-03-30T17:04:38Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgio","Hash":"8d9c2a3dafd92d070bd758a165022fd1059e3195","Ref":"refs/tags/v1.0.0"}}
@@ -0,0 +1,3 @@
module github.com/jackc/pgio
go 1.12
Binary file not shown.
@@ -0,0 +1 @@
h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=
@@ -0,0 +1 @@
v1.0.0
@@ -0,0 +1 @@
{"Version":"v1.0.0","Time":"2019-03-30T16:09:02Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgpassfile","Hash":"99d8e8e28945ffceaf75b0299fcb2bb656b8a683","Ref":"refs/tags/v1.0.0"}}
@@ -0,0 +1,5 @@
module github.com/jackc/pgpassfile
go 1.12
require github.com/stretchr/testify v1.3.0
@@ -0,0 +1 @@
h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
@@ -0,0 +1 @@
v2.3.3
@@ -0,0 +1 @@
{"Version":"v2.3.3","Time":"2024-03-04T14:27:16Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgproto3","Hash":"945c2126f6db8f3bea7eeebe307c01fe92bca007","Ref":"refs/tags/v2.3.3"}}
@@ -0,0 +1,9 @@
module github.com/jackc/pgproto3/v2
go 1.12
require (
github.com/jackc/chunkreader/v2 v2.0.0
github.com/jackc/pgio v1.0.0
github.com/stretchr/testify v1.4.0
)
@@ -0,0 +1 @@
h1:1HLSx5H+tXR9pW3in3zaztoEwQYRC9SQaYUHjTSUOag=
@@ -0,0 +1 @@
v0.0.0-20221227161230-091c0ba34f0a
@@ -0,0 +1 @@
{"Version":"v0.0.0-20221227161230-091c0ba34f0a","Time":"2022-12-27T16:12:30Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgservicefile","Hash":"091c0ba34f0a65a78ab8d0e313fde0695c0f7186"}}
@@ -0,0 +1,5 @@
module github.com/jackc/pgservicefile
go 1.14
require github.com/stretchr/testify v1.7.0
@@ -0,0 +1 @@
h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=
@@ -0,0 +1 @@
v1.14.0
@@ -0,0 +1 @@
{"Version":"v1.14.0","Time":"2023-02-11T14:36:37Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgtype","Hash":"676527676f0e53da5e01e197da8b4270b54cc804","Ref":"refs/tags/v1.14.0"}}
@@ -0,0 +1,13 @@
module github.com/jackc/pgtype
go 1.13
require (
github.com/gofrs/uuid v4.0.0+incompatible
github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530
github.com/jackc/pgio v1.0.0
github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c
github.com/lib/pq v1.10.2
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.7.0
)
Binary file not shown.
@@ -0,0 +1 @@
h1:y+xUdabmyMkJLyApYuPj38mW+aAIqCe5uuBB51rH3Vw=
@@ -0,0 +1 @@
v4.18.3
@@ -0,0 +1 @@
{"Version":"v4.18.3","Time":"2024-03-09T18:15:53Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/pgx","Hash":"8f05c4741a1f381d845d07f3b6fe01dbf6d67d43","Ref":"refs/tags/v4.18.3"}}
@@ -0,0 +1,43 @@
module github.com/jackc/pgx/v4
go 1.17
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/cockroachdb/apd v1.1.0
github.com/go-kit/log v0.1.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgio v1.0.0
github.com/jackc/pgproto3/v2 v2.3.3
github.com/jackc/pgtype v1.14.0
github.com/jackc/puddle v1.3.0
github.com/rs/zerolog v1.15.0
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.13.0
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Binary file not shown.
@@ -0,0 +1 @@
h1:dE2/TrEsGX3RBprb3qryqSV9Y60iZN1C6i8IrmW9/BA=
@@ -0,0 +1 @@
v1.3.0
@@ -0,0 +1 @@
{"Version":"v1.3.0","Time":"2022-08-27T23:10:43Z","Origin":{"VCS":"git","URL":"https://github.com/jackc/puddle","Hash":"2ded1af540f1f94602e17b2c918125f25d32c25d","Ref":"refs/tags/v1.3.0"}}
@@ -0,0 +1,5 @@
module github.com/jackc/puddle
go 1.12
require github.com/stretchr/testify v1.3.0
Binary file not shown.
@@ -0,0 +1 @@
h1:eHK/5clGOatcjX3oWGBO/MpxpbHzSwud5EWTSCI+MX0=