update gojs version

This commit is contained in:
Star 2024-10-24 13:32:17 +08:00
parent 000f2441c9
commit 88c35cb97c

4
go.mod
View File

@ -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