Skip to content

Commit

Permalink
Change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrow111 committed Sep 14, 2023
1 parent c8aa295 commit b63862b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/buildmetadata/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"bytes"

"github.com/golang/protobuf/proto"
"github.com/nyaruka/phonenumbers"
"github.com/cbrow111/phonenumbers"
)

type prefixBuild struct {
Expand Down
6 changes: 3 additions & 3 deletions cmd/phoneparser/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/nyaruka/phonenumbers/cmd/phoneparser
module github.com/cbrow111/phonenumbers/cmd/phoneparser

go 1.19

replace github.com/nyaruka/phonenumbers => ../../
replace github.com/cbrow111/phonenumbers => ../../

require github.com/nyaruka/phonenumbers v0.0.0-00010101000000-000000000000
require github.com/cbrow111/phonenumbers v0.0.0-00010101000000-000000000000

require (
github.com/golang/protobuf v1.3.2 // indirect
Expand Down
6 changes: 3 additions & 3 deletions cmd/phoneserver/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/nyaruka/phonenumbers/cmd/phoneserver
module github.com/cbrow111/phonenumbers/cmd/phoneserver

go 1.19

replace github.com/nyaruka/phonenumbers => ../../
replace github.com/cbrow111/phonenumbers => ../../

require (
github.com/aws/aws-lambda-go v1.13.1
github.com/nyaruka/phonenumbers v0.0.0-00010101000000-000000000000
github.com/cbrow111/phonenumbers v0.0.0-00010101000000-000000000000
)

require (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nyaruka/phonenumbers
module github.com/cbrow111/phonenumbers

require (
github.com/golang/protobuf v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ functions = "functions"
publish = "site"

[build.environment]
GO_IMPORT_PATH = "github.com/nyaruka/phonenumbers"
GO_IMPORT_PATH = "github.com/cbrow111/phonenumbers"

0 comments on commit b63862b

Please sign in to comment.