File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ go 1.25.0
55require (
66 github.com/NexusGPU/tensor-fusion v1.57.1
77 github.com/charmbracelet/lipgloss v1.1.0
8- github.com/ebitengine/purego v0.9.1
98 github.com/fsnotify/fsnotify v1.9.0
109 github.com/go-resty/resty/v2 v2.17.1
1110 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
@@ -15,7 +14,7 @@ require (
1514)
1615
1716// replace with the target commit id and run go mod tidy to get pseudo version
18- replace github.com/NexusGPU/tensor-fusion => github.com/NexusGPU/tensor-fusion v1.54.7-0.20260127094748-7cd727982f5a
17+ replace github.com/NexusGPU/tensor-fusion => github.com/NexusGPU/tensor-fusion v1.54.7-0.20260129064726-64da6b017335
1918
2019require (
2120 cel.dev/expr v0.24.0 // indirect
@@ -28,6 +27,7 @@ require (
2827 github.com/bytedance/sonic/loader v0.3.0 // indirect
2928 github.com/cespare/xxhash/v2 v2.3.0 // indirect
3029 github.com/cloudwego/base64x v0.1.6 // indirect
30+ github.com/ebitengine/purego v0.9.1 // indirect
3131 github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3232 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3333 github.com/fxamacker/cbor/v2 v2.9.0 // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
44filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
55github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
66github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
7- github.com/NexusGPU/tensor-fusion v1.54.7-0.20260127094748-7cd727982f5a h1:whcQiyiNqX0bPFUHyCI8zakCdYynJllhlfBJxrulWss =
8- github.com/NexusGPU/tensor-fusion v1.54.7-0.20260127094748-7cd727982f5a /go.mod h1:Sijz+AcWfWwXTOechA+OH0cUdOGqHMKMnKzs69wL4zo =
7+ github.com/NexusGPU/tensor-fusion v1.54.7-0.20260129064726-64da6b017335 h1:kQgokIHtIDLCmgeIc9MoiSiHaLbvh/8za8R6jonApKA =
8+ github.com/NexusGPU/tensor-fusion v1.54.7-0.20260129064726-64da6b017335 /go.mod h1:Sijz+AcWfWwXTOechA+OH0cUdOGqHMKMnKzs69wL4zo =
99github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ =
1010github.com/antlr4-go/antlr/v4 v4.13.1 /go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw =
1111github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k =
You can’t perform that action at this time.
0 commit comments