databricks-cli/git
Pieter Noordhuis c00db56d84
Fix lint errors for using deprecated functionality (#35)
Functionality from `io/ioutil` has moved to the `io` and `os` packages
in go1.16 ([reference](https://pkg.go.dev/io/ioutil)).

Confirmed that staticcheck passes when run with:

```
staticcheck -checks SA1019 ./...
```
2022-09-07 14:30:10 +02:00
..
fileset.go Fix lint errors for using deprecated functionality (#35) 2022-09-07 14:30:10 +02:00
git.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00
git_test.go Replace terraform dependency with go sdk (#19) 2022-09-07 11:55:59 +02:00