Parcourir la source

update update pq version

ls il y a 3 ans
Parent
commit
500ef9ac8c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -7,7 +7,7 @@ require (
 	github.com/go-sql-driver/mysql v1.6.0
 	github.com/golang/protobuf v1.5.1
 	github.com/jmoiron/sqlx v1.3.3
-	github.com/lib/pq v1.10.0
+	github.com/lib/pq v1.10.1
 	github.com/ugorji/go/codec v1.2.4
 	gopkg.in/yaml.v2 v2.4.0
 )