2
0

chore: change module name after fork

This commit is contained in:
2024-01-15 16:08:30 +03:00
parent 99d8e8e289
commit 7bdd00f685
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[![](https://godoc.org/github.com/jackc/pgpassfile?status.svg)](https://godoc.org/github.com/jackc/pgpassfile)
[![Build Status](https://travis-ci.org/jackc/pgpassfile.svg)](https://travis-ci.org/jackc/pgpassfile)
[![](https://godoc.org/github.com/andoma-go/pgpassfile?status.svg)](https://godoc.org/github.com/andoma-go/pgpassfile)
[![Build Status](https://travis-ci.org/andoma-go/pgpassfile.svg)](https://travis-ci.org/andoma-go/pgpassfile)
# pgpassfile
Package pgpassfile is a parser PostgreSQL .pgpass files.
Extracted and rewritten from original implementation in https://github.com/jackc/pgx.
Extracted and rewritten from original implementation in https://github.com/andoma-go/pgx.
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/jackc/pgpassfile
module github.com/andoma-go/pgpassfile
go 1.12