Skip to content

Commit b66fc68

Browse files
committed
fix: update tensor-fusion dependency version and add purego as an indirect dependency
1 parent e00ca99 commit b66fc68

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.25.0
55
require (
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

2019
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
44
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
55
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
66
github.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=
99
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=
1010
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
1111
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=

0 commit comments

Comments
 (0)