chore: change module name after fork
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
[](https://pkg.go.dev/github.com/jackc/pgservicefile)
|
[](https://pkg.go.dev/github.com/andoma-go/pgservicefile)
|
||||||
[](https://github.com/jackc/pgservicefile/actions/workflows/ci.yml)
|
[](https://github.com/andoma-go/pgservicefile/actions/workflows/ci.yml)
|
||||||
|
|
||||||
|
|
||||||
# pgservicefile
|
# pgservicefile
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module github.com/jackc/pgservicefile
|
module github.com/andoma-go/pgservicefile
|
||||||
|
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/jackc/pgservicefile"
|
"github.com/andoma-go/pgservicefile"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user