Browse Source

update pg to latest version

currently, it is an old 2+ years driver
pull/1871/head
Yoni Nakache 4 years ago
committed by GitHub
parent
commit
302dbb1b9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      go.mod

2
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

Loading…
Cancel
Save