update gojs version
This commit is contained in:
parent
000f2441c9
commit
88c35cb97c
4
go.mod
4
go.mod
@ -3,7 +3,7 @@ module apigo.cc/gojs/client
|
|||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/gojs v0.0.1
|
apigo.cc/gojs v0.0.3
|
||||||
github.com/ssgo/tool v0.4.27
|
github.com/ssgo/tool v0.4.27
|
||||||
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6
|
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6
|
||||||
)
|
)
|
||||||
@ -21,5 +21,3 @@ require (
|
|||||||
golang.org/x/text v0.19.0 // indirect
|
golang.org/x/text v0.19.0 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace apigo.cc/gojs v0.0.1 => ../gojs
|
|
||||||
|
Loading…
Reference in New Issue
Block a user