diff --git a/go.mod b/go.mod index 1e0d88ed..c7800eca 100644 --- a/go.mod +++ b/go.mod @@ -47,7 +47,6 @@ require ( golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect google.golang.org/grpc v1.42.0 // indirect - rogchap.com/v8go v0.7.0 // indirect ) // go env -w GOPRIVATE=github.com/yaoapp/* diff --git a/share/const.go b/share/const.go index 7b7a5ad8..8300bc75 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.35" +const VERSION = "0.9.36" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"