Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spf13/afero
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: spf13/afero
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 11 commits
  • 12 files changed
  • 5 contributors

Commits on Apr 12, 2021

  1. Copy the full SHA
    1a0f207 View commit details

Commits on Apr 14, 2021

  1. Copy the full SHA
    78acf3b View commit details

Commits on Aug 5, 2021

  1. Copy the full SHA
    13ee679 View commit details
  2. Copy the full SHA
    c122017 View commit details

Commits on Oct 5, 2021

  1. Copy the full SHA
    090e652 View commit details

Commits on Nov 10, 2021

  1. go.mod: bump dependencies to latest version

    github.com/pkg/sftp to v1.13.1 (this fixes a security vulnerability)
    golang.org/x/crypto to v0.0.0-20211108221036-ceb1ce70b4fa
    golang.org/x/text to v0.3.7
    tklauser committed Nov 10, 2021
    Copy the full SHA
    d461d4f View commit details
  2. Merge pull request #312 from tklauser/bump-deps

    go.mod: bump dependencies to latest version
    0xmichalis authored Nov 10, 2021
    Copy the full SHA
    f0ee686 View commit details
  3. Readme: fix quotes of step 3

    Single quotes are reserved for runes and therefore not allowed for strings in Go: `more than one character in rune literal`
    RaphaelPour authored and 0xmichalis committed Nov 10, 2021
    Copy the full SHA
    949437f View commit details

Commits on Dec 22, 2021

  1. Copy the full SHA
    21b977b View commit details
  2. Copy the full SHA
    68b7156 View commit details
  3. Merge pull request #331 from kargakis/gcs

    Add GCS Fs implementation
    0xmichalis authored Dec 22, 2021
    Copy the full SHA
    d70f944 View commit details
Loading