Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Fix deprecated io/ioutil #243

Merged
merged 5 commits into from
Nov 8, 2023

Commits on Nov 4, 2023

  1. refactor: Add warning when import using dot prefix

    afifurrohman-id committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    193c487 View commit details
    Browse the repository at this point in the history
  2. refactor: Add env, dotenv, tfvars, ini, hcl to list support…

    … `viper` config type
    afifurrohman-id committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    568a9c2 View commit details
    Browse the repository at this point in the history
  3. refactor: Fix deprecated io/ioutil change ioutil.WriteFile to `os…

    ….WriteFile`, `ioutil.ReadFile` to `os.ReadFile`, `ioutil.ReadAll` to `io.ReadAll`
    afifurrohman-id committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    294b2f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. feat: update contributors

    novalagung committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4d014b1 View commit details
    Browse the repository at this point in the history
  2. refactor: sentences

    novalagung committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f813ead View commit details
    Browse the repository at this point in the history