From 7bdd00f685445091b16f0e7ab9a81627bf05cb30 Mon Sep 17 00:00:00 2001 From: Sergey Solodyagin Date: Mon, 15 Jan 2024 16:08:30 +0300 Subject: [PATCH] chore: change module name after fork --- README.md | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 661289e..529735d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/go.mod b/go.mod index 48d90e3..369b2a2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jackc/pgpassfile +module github.com/andoma-go/pgpassfile go 1.12