gotosocial/vendor/github.com/jackc/pgproto3/v2
kim a156188b3e
[chore] update dependencies, bump to Go 1.19.1 (#826)
* update dependencies, bump Go version to 1.19

* bump test image Go version

* update golangci-lint

* update gotosocial-drone-build

* sign

* linting, go fmt

* update swagger docs

* update swagger docs

* whitespace

* update contributing.md

* fuckin whoopsie doopsie

* linterino, linteroni

* fix followrequest test not starting processor

* fix other api/client tests not starting processor

* fix remaining tests where processor not started

* bump go-runners version

* don't check last-webfingered-at, processor may have updated this

* update swagger command

* update bun to latest version

* fix embed to work the same as before with new bun

Signed-off-by: kim <grufwub@gmail.com>
Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
2022-09-28 18:30:40 +01:00
..
.travis.yml Pg to bun (#148) 2021-08-25 15:34:33 +02:00
authentication_cleartext_password.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
authentication_gss.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
authentication_gss_continue.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
authentication_md5_password.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
authentication_ok.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
authentication_sasl.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
authentication_sasl_continue.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
authentication_sasl_final.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
backend.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
backend_key_data.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
big_endian.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
bind.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
bind_complete.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
cancel_request.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
chunkreader.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
close.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
close_complete.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
command_complete.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
copy_both_response.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
copy_data.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
copy_done.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
copy_fail.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
copy_in_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
copy_out_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
data_row.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
describe.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
doc.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
empty_query_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
error_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
execute.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
flush.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
frontend.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
function_call.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
function_call_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
gss_enc_request.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
gss_response.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
LICENSE Pg to bun (#148) 2021-08-25 15:34:33 +02:00
no_data.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
notice_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
notification_response.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
parameter_description.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
parameter_status.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
parse.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
parse_complete.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
password_message.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
pgproto3.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
portal_suspended.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
query.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
README.md Pg to bun (#148) 2021-08-25 15:34:33 +02:00
ready_for_query.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
row_description.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
sasl_initial_response.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
sasl_response.go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
ssl_request.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
startup_message.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
sync.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
terminate.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00

Build Status

pgproto3

Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.

pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.

See example/pgfortune for a playful example of a fake PostgreSQL server.

Extracted from original implementation in https://github.com/jackc/pgx.