chore: update mod path

This commit is contained in:
minish 2025-12-18 19:22:52 -05:00
parent 8672815ad6
commit ec5c996e82
Signed by: min
SSH Key Fingerprint: SHA256:h4k7JNrfe1dzv1WE3oGVeAY9DPSZXIu3/j89+6DtHWE
5 changed files with 9 additions and 9 deletions

View File

@ -10,8 +10,8 @@ import (
"log"
"time"
"github.com/shinosaki/webpush-client-go/rfc8291"
"github.com/shinosaki/webpush-client-go/webpush"
"git.min.rip/min/webpush-client-go/rfc8291"
"git.min.rip/min/webpush-client-go/webpush"
"github.com/shinosaki/websocket-client-go/websocket"
)

View File

@ -5,7 +5,7 @@ import (
"crypto/sha256"
"log"
"github.com/shinosaki/webpush-client-go/rfc8291"
"git.min.rip/min/webpush-client-go/rfc8291"
)
var (

View File

@ -7,8 +7,8 @@ import (
"log"
"os"
"github.com/shinosaki/webpush-client-go/rfc8291"
"github.com/shinosaki/webpush-client-go/sites/nicopush"
"git.min.rip/min/webpush-client-go/rfc8291"
"git.min.rip/min/webpush-client-go/sites/nicopush"
)
type Config struct {

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/shinosaki/webpush-client-go
module git.min.rip/min/webpush-client-go
go 1.23.6

View File

@ -10,10 +10,10 @@ import (
"io"
"net/http"
"git.min.rip/min/webpush-client-go/autopush"
"git.min.rip/min/webpush-client-go/rfc8291"
"git.min.rip/min/webpush-client-go/webpush"
"github.com/google/uuid"
"github.com/shinosaki/webpush-client-go/autopush"
"github.com/shinosaki/webpush-client-go/rfc8291"
"github.com/shinosaki/webpush-client-go/webpush"
)
type NicoPushClient struct {