Upgrade dependent version: github.com/open-policy-agent/opa (#5315)
Upgrade dependent version: github.com/open-policy-agent/opa v0.18.0 -> v0.45.0 Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io> Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
10
vendor/github.com/open-policy-agent/opa/internal/wasm/constant/constant.go
generated
vendored
10
vendor/github.com/open-policy-agent/opa/internal/wasm/constant/constant.go
generated
vendored
@@ -65,3 +65,13 @@ const (
|
||||
Const byte = iota
|
||||
Mutable
|
||||
)
|
||||
|
||||
// NameSectionCustomID is the ID of the "Name" section Custom Section
|
||||
const NameSectionCustomID = "name"
|
||||
|
||||
// Subtypes of the 'name' custom section
|
||||
const (
|
||||
NameSectionModuleType byte = iota
|
||||
NameSectionFunctionsType
|
||||
NameSectionLocalsType
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user