ioutil functions are deprecated since Go 1.16 and should use io/os equivalents.
Replace ioutil functions with their io or os equivalents (e.g., io.ReadAll, os.ReadFile).