summaryrefslogtreecommitdiff
path: root/vendor/github.com/jackc/pgconn/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-10 14:42:14 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-10 14:42:14 +0200
commitf2e5bedea6fb93fbbf68ed8f7153c353cc57a9f0 (patch)
tree475ae9e7470d0df670ab2a59dce351cd1d07498a /vendor/github.com/jackc/pgconn/go.mod
parentfixes + db changes (#204) (diff)
downloadgotosocial-f2e5bedea6fb93fbbf68ed8f7153c353cc57a9f0.tar.xz
migrate go version to 1.17 (#203)
* migrate go version to 1.17 * update contributing
Diffstat (limited to 'vendor/github.com/jackc/pgconn/go.mod')
-rw-r--r--vendor/github.com/jackc/pgconn/go.mod15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/jackc/pgconn/go.mod b/vendor/github.com/jackc/pgconn/go.mod
deleted file mode 100644
index 6fdd0e979..000000000
--- a/vendor/github.com/jackc/pgconn/go.mod
+++ /dev/null
@@ -1,15 +0,0 @@
-module github.com/jackc/pgconn
-
-go 1.12
-
-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.1.1
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
- github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
- golang.org/x/text v0.3.6
-)