Skip to content

Commit adedde7

Browse files
committed
Update module
1 parent 8d4f966 commit adedde7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module sub2clash
1+
module github.com/CheerChen/sub2clash
22

33
go 1.23
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/robfig/cron/v3"
1111
"github.com/urfave/negroni"
1212

13-
"sub2clash/clash"
13+
"github.com/CheerChen/sub2clash/clash"
1414
)
1515

1616
func main() {

0 commit comments

Comments
 (0)