Skip to content

Commit 4903060

Browse files
rename mod url
1 parent 7dbd041 commit 4903060

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package nofy
33
import (
44
"encoding/base64"
55

6-
"go.philip.id/nofy-go/client"
7-
"go.philip.id/nofy-go/customer"
8-
"go.philip.id/nofy-go/upload"
6+
"go.slabs.io/nofy-go/client"
7+
"go.slabs.io/nofy-go/customer"
8+
"go.slabs.io/nofy-go/upload"
99
)
1010

1111
type API struct {

customer/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package customer
22

33
import (
4-
"go.philip.id/nofy-go/client"
4+
"go.slabs.io/nofy-go/client"
55
)
66

77
type Client struct {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.philip.id/nofy-go
1+
module go.slabs.io/nofy-go
22

33
go 1.21.3
44

upload/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package upload
33
import (
44
"os"
55

6-
"go.philip.id/nofy-go/client"
6+
"go.slabs.io/nofy-go/client"
77
)
88

99
type Client struct {

0 commit comments

Comments
 (0)