Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed May 30, 2024
1 parent ecd9317 commit 982bec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/wesql/wescale-wasm-plugin
module github.com/wesql/wescale-wasm-plugin-sdk

go 1.22.3

Expand Down
2 changes: 1 addition & 1 deletion pkg/host_functions/v1alpha1/host_abi_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package v1alpha1

import (
"errors"
"github.com/wesql/wescale-wasm-plugin/pkg/proto/query"
"github.com/wesql/wescale-wasm-plugin-sdk/pkg/proto/query"
)

var HostInstancePtr uint64
Expand Down
4 changes: 2 additions & 2 deletions pkg/wasm_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package pkg

import (
"errors"
hostfunction "github.com/wesql/wescale-wasm-plugin/pkg/host_functions/v1alpha1"
"github.com/wesql/wescale-wasm-plugin/pkg/proto/query"
hostfunction "github.com/wesql/wescale-wasm-plugin-sdk/pkg/host_functions/v1alpha1"
"github.com/wesql/wescale-wasm-plugin-sdk/pkg/proto/query"
)

type WasmPlugin interface {
Expand Down

0 comments on commit 982bec8

Please sign in to comment.