chore: update mod path
This commit is contained in:
parent
8672815ad6
commit
ec5c996e82
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import (
|
|||
"crypto/sha256"
|
||||
"log"
|
||||
|
||||
"github.com/shinosaki/webpush-client-go/rfc8291"
|
||||
"git.min.rip/min/webpush-client-go/rfc8291"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -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
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/shinosaki/webpush-client-go
|
||||
module git.min.rip/min/webpush-client-go
|
||||
|
||||
go 1.23.6
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue