File tree Expand file tree Collapse file tree 8 files changed +12
-11
lines changed
Expand file tree Collapse file tree 8 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/tabbed /pqtype.svg )] ( https://pkg.go.dev/github.com/tabbed /pqtype )
2- [ ![ go] ( https://github.com/tabbed /pqtype/actions/workflows/ci.yml/badge.svg )] ( https://github.com/tabbed /pqtype/actions/workflows/ci.yml )
1+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/sqlc-dev /pqtype.svg )] ( https://pkg.go.dev/github.com/sqlc-dev /pqtype )
2+ [ ![ go] ( https://github.com/sqlc-dev /pqtype/actions/workflows/ci.yml/badge.svg )] ( https://github.com/sqlc-dev /pqtype/actions/workflows/ci.yml )
33
44# pqtype
55
Original file line number Diff line number Diff line change 1- module github.com/tabbed /pqtype
1+ module github.com/sqlc-dev /pqtype
22
33go 1.13
Original file line number Diff line number Diff line change 55 "testing"
66
77 "github.com/google/go-cmp/cmp"
8- "github.com/tabbed /pqtype"
8+ "github.com/sqlc-dev /pqtype"
99)
1010
1111func TestCIDR (t * testing.T ) {
Original file line number Diff line number Diff line change 1- module github.com/tabbed /pqtype/tests
1+ module github.com/sqlc-dev /pqtype/tests
22
33go 1.17
44
55require (
66 github.com/jackc/pgio v1.0.0 // indirect
77 github.com/jackc/pgtype v1.8.1 // indirect
88 github.com/lib/pq v1.10.2 // indirect
9- github.com/tabbed /pqtype v1.0.0
9+ github.com/sqlc-dev /pqtype v1.0.0
1010)
1111
1212require github.com/google/go-cmp v0.5.6 // indirect
1313
14- replace github.com/tabbed /pqtype => ../
14+ replace github.com/sqlc-dev /pqtype => ../
Original file line number Diff line number Diff line change 55 "testing"
66
77 "github.com/google/go-cmp/cmp"
8- "github.com/tabbed /pqtype"
8+ "github.com/sqlc-dev /pqtype"
99)
1010
1111func TestInet (t * testing.T ) {
Original file line number Diff line number Diff line change 66 "testing"
77
88 "github.com/google/go-cmp/cmp"
9- "github.com/tabbed /pqtype"
9+ "github.com/sqlc-dev /pqtype"
1010)
1111
1212func TestJSONRawMessage (t * testing.T ) {
Original file line number Diff line number Diff line change 1+ //go:build !postgres9.6
12// +build !postgres9.6
23
34package tests
78 "testing"
89
910 "github.com/google/go-cmp/cmp"
10- "github.com/tabbed /pqtype"
11+ "github.com/sqlc-dev /pqtype"
1112)
1213
1314// https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-MACADDR8
Original file line number Diff line number Diff line change 55 "testing"
66
77 "github.com/google/go-cmp/cmp"
8- "github.com/tabbed /pqtype"
8+ "github.com/sqlc-dev /pqtype"
99)
1010
1111// https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-MACADDR
You can’t perform that action at this time.
0 commit comments