all: replace deprecated ioutil references
This PR removes calls to ioutil library and replaces them with their new locations in the io and os packages. Fixes #9034 Updates #5210 Signed-off-by: Marwan Sulaiman <marwan@tailscale.com>
This commit is contained in:
committed by
Marwan Sulaiman
parent
1b8a538953
commit
9c07f4f512
@@ -17,7 +17,6 @@ import (
|
||||
_ "fmt"
|
||||
_ "io"
|
||||
_ "io/fs"
|
||||
_ "io/ioutil"
|
||||
_ "log"
|
||||
_ "math"
|
||||
_ "net"
|
||||
|
||||
Reference in New Issue
Block a user