diff --git a/provider/remote/value.go b/provider/remote/value.go index 5732695..1d8c46b 100644 --- a/provider/remote/value.go +++ b/provider/remote/value.go @@ -134,7 +134,8 @@ func (s *ValueImpl) IsBasic() bool { []int8, []int16, []int32, []int, []int64, []uint8, []uint16, []uint32, []uint, []uint64, []float32, []float64, - []string: + []string, + []any: return true case *ObjectValue, *SliceObjectValue: return false @@ -165,6 +166,7 @@ func (s *ValueImpl) Copy() (ret *ValueImpl) { []uint8, []uint16, []uint32, []uint, []uint64, []float32, []float64, []string, + []any, *ObjectValue, *SliceObjectValue: ret.value = s.value