Skip to content

Commit

Permalink
Fix package references
Browse files Browse the repository at this point in the history
Signed-off-by: Fxzx micah <[email protected]>
  • Loading branch information
fxzxmicah committed Sep 24, 2022
1 parent 67c73b5 commit bdee046
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 139 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
module github.com/Dreamacro/clash
module github.com/fxzxmicah/clash-core

go 1.18

require github.com/Dreamacro/clash v1.11.8

replace github.com/Dreamacro/clash => ./

require (
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.1
Expand Down
Loading

0 comments on commit bdee046

Please sign in to comment.