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

deps: Update all dependencies, add go1.19, drop go1.16, prepare changelog #477

Merged
merged 3 commits into from Oct 4, 2022

Commits on Oct 4, 2022

  1. misc: Tweak readme, assume new users are using go modules

    Anyone reading the readme is likely using go modules.
    Plus the last three versions of go are supported, which means `1.15` is the oldest supported version, so 99% of users on go 1.15 will be using go modules.
    
    Also replaced the word `"line"` with `"generation"` because at first glance I was confused on how the next line in the file... took a moment to realize this is the next iteration or generation.
    jeffwidman authored and kamilogorek committed Oct 4, 2022
    Copy the full SHA
    03a4960 View commit details
    Browse the repository at this point in the history
  2. ref: Replace deprecated ioutil pkg with os & io

    As of Go 1.16, the same functionality is now provided by package io or
    package os, and those implementations should be preferred in new code.
    
    So replacing all usage of ioutil pkg with io & os.
    abhinavnair authored and kamilogorek committed Oct 4, 2022
    Copy the full SHA
    d57e679 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d17d99f View commit details
    Browse the repository at this point in the history