chore: update mod path
This commit is contained in:
parent
8672815ad6
commit
ec5c996e82
|
|
@ -10,8 +10,8 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/shinosaki/webpush-client-go/rfc8291"
|
"git.min.rip/min/webpush-client-go/rfc8291"
|
||||||
"github.com/shinosaki/webpush-client-go/webpush"
|
"git.min.rip/min/webpush-client-go/webpush"
|
||||||
"github.com/shinosaki/websocket-client-go/websocket"
|
"github.com/shinosaki/websocket-client-go/websocket"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"crypto/sha256"
|
"crypto/sha256"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/shinosaki/webpush-client-go/rfc8291"
|
"git.min.rip/min/webpush-client-go/rfc8291"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/shinosaki/webpush-client-go/rfc8291"
|
"git.min.rip/min/webpush-client-go/rfc8291"
|
||||||
"github.com/shinosaki/webpush-client-go/sites/nicopush"
|
"git.min.rip/min/webpush-client-go/sites/nicopush"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
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
|
go 1.23.6
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,10 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"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/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 {
|
type NicoPushClient struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue