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: google/go-licenses
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: google/go-licenses
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 10, 2022

  1. Bump golang.org/x/net from 0.1.0 to 0.2.0 (#165)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.2.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.1.0...v0.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2b70d9c View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/mod from 0.6.0 to 0.7.0 (#166)

    Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/mod/releases)
    - [Commits](golang/mod@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9dc9f21 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Bump golang.org/x/tools from 0.2.0 to 0.3.0 (#167)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.3.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.2.0...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f6918ad View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Bump golang.org/x/net from 0.2.0 to 0.4.0 (#172)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.4.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.2.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    92428a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Bump golang.org/x/tools from 0.3.0 to 0.5.0 (#177)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.3.0 to 0.5.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.3.0...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0062458 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. add .LicensePath and licenseText func to templates (#179)

    * add .LicensePath and licenseText func to templates
    
    * Add `.LicensePath` to report templates reflecting the local file path of
      the license
    * Add a `licenseText` function to templates that takes a lib as an
      argument and renders the license text, if available
    
    Add a small template example to the readme
    
    * fixup! add .LicensePath and licenseText func to templates
    
    Add a LicenceText method
    gwatts authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5348b74 View commit details
    Browse the repository at this point in the history
Loading