aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Nakache <45972051+LazyDBA247-Anyvision@users.noreply.github.com>2021-03-08 07:16:06 +0200
committerGitHub <noreply@github.com>2021-03-08 07:16:06 +0200
commit302dbb1b9c8abc636d2db0d29552e39e8d052f9b (patch)
treecfcf65dda94ceb04f6bf19bb12faa4ed06893c7e
parenta1895179cdc8847254b4e543c64a44336703371f (diff)
downloadseaweedfs-302dbb1b9c8abc636d2db0d29552e39e8d052f9b.tar.xz
seaweedfs-302dbb1b9c8abc636d2db0d29552e39e8d052f9b.zip
update pg to latest version
currently, it is an old 2+ years driver
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a200370fd..3c75a9cb5 100644
--- a/go.mod
+++ b/go.mod
@@ -48,7 +48,7 @@ require (
github.com/klauspost/crc32 v1.2.0
github.com/klauspost/reedsolomon v1.9.2
github.com/kurin/blazer v0.5.3
- github.com/lib/pq v1.2.0
+ github.com/lib/pq v1.10.0
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect