diff options
| author | Yoni Nakache <45972051+LazyDBA247-Anyvision@users.noreply.github.com> | 2021-03-08 07:16:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-08 07:16:06 +0200 |
| commit | 302dbb1b9c8abc636d2db0d29552e39e8d052f9b (patch) | |
| tree | cfcf65dda94ceb04f6bf19bb12faa4ed06893c7e | |
| parent | a1895179cdc8847254b4e543c64a44336703371f (diff) | |
| download | seaweedfs-302dbb1b9c8abc636d2db0d29552e39e8d052f9b.tar.xz seaweedfs-302dbb1b9c8abc636d2db0d29552e39e8d052f9b.zip | |
update pg to latest version
currently, it is an old 2+ years driver
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
