2
0

chore: change module name after fork

This commit is contained in:
2024-01-15 16:13:04 +03:00
parent de7065d80c
commit 4a01ebf23c
3 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/jackc/pgservicefile.svg)](https://pkg.go.dev/github.com/jackc/pgservicefile) [![Go Reference](https://pkg.go.dev/badge/github.com/andoma-go/pgservicefile.svg)](https://pkg.go.dev/github.com/andoma-go/pgservicefile)
[![Build Status](https://github.com/jackc/pgservicefile/actions/workflows/ci.yml/badge.svg)](https://github.com/jackc/pgservicefile/actions/workflows/ci.yml) [![Build Status](https://github.com/andoma-go/pgservicefile/actions/workflows/ci.yml/badge.svg)](https://github.com/andoma-go/pgservicefile/actions/workflows/ci.yml)
# pgservicefile # pgservicefile
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/jackc/pgservicefile module github.com/andoma-go/pgservicefile
go 1.14 go 1.14
+1 -1
View File
@@ -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"
) )