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: GESkunkworks/gossamer3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.8
Choose a base ref
...
head repository: GESkunkworks/gossamer3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 20, 2022

  1. Bump github.com/tidwall/gjson from 1.8.1 to 1.14.1

    Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.8.1 to 1.14.1.
    - [Release notes](https://github.com/tidwall/gjson/releases)
    - [Commits](tidwall/gjson@v1.8.1...v1.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tidwall/gjson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 20, 2022
    Copy the full SHA
    0317310 View commit details

Commits on Apr 21, 2022

  1. Bump actions/checkout from 2.3.4 to 3.0.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.4...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 21, 2022
    Copy the full SHA
    b2e40be View commit details

Commits on Apr 25, 2022

  1. Bump github/codeql-action from 1 to 2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 25, 2022
    Copy the full SHA
    837b191 View commit details

Commits on May 20, 2022

  1. Bump actions/upload-artifact from 2 to 3.1.0

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.1.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 20, 2022
    Copy the full SHA
    ac9c121 View commit details

Commits on May 26, 2022

  1. Bump actions/setup-go from 2 to 3.2.0

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.2.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 26, 2022
    Copy the full SHA
    80adb69 View commit details

Commits on Jul 7, 2022

  1. Merge pull request #482 from GESkunkworks/dependabot/go_modules/githu…

    …b.com/tidwall/gjson-1.14.1
    
    Bump github.com/tidwall/gjson from 1.8.1 to 1.14.1
    MichaelPalmer1 authored Jul 7, 2022
    Copy the full SHA
    4349e95 View commit details
  2. Merge pull request #484 from GESkunkworks/dependabot/github_actions/a…

    …ctions/checkout-3.0.2
    
    Bump actions/checkout from 2.3.4 to 3.0.2
    MichaelPalmer1 authored Jul 7, 2022
    Copy the full SHA
    6f8a58c View commit details
  3. Merge pull request #513 from GESkunkworks/dependabot/github_actions/a…

    …ctions/setup-go-3.2.0
    
    Bump actions/setup-go from 2 to 3.2.0
    MichaelPalmer1 authored Jul 7, 2022
    Copy the full SHA
    300eb6a View commit details
  4. Merge pull request #507 from GESkunkworks/dependabot/github_actions/a…

    …ctions/upload-artifact-3.1.0
    
    Bump actions/upload-artifact from 2 to 3.1.0
    MichaelPalmer1 authored Jul 7, 2022
    Copy the full SHA
    539694a View commit details
  5. Merge pull request #487 from GESkunkworks/dependabot/github_actions/g…

    …ithub/codeql-action-2
    
    Bump github/codeql-action from 1 to 2
    MichaelPalmer1 authored Jul 7, 2022
    Copy the full SHA
    22ed7f3 View commit details
Showing with 23 additions and 418 deletions.
  1. +4 −4 .github/workflows/codeql-analysis.yml
  2. +13 −13 .github/workflows/release.yml
  3. +2 −18 go.mod
  4. +4 −383 go.sum
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
@@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -18,9 +18,9 @@ jobs:
- windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3.2.0
with:
go-version: ^1.16
- name: Run tests
@@ -38,9 +38,9 @@ jobs:
stripped_version=${version#v}
echo "VERSION=${stripped_version}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3.2.0
with:
go-version: ^1.16
- name: Vendor packages
@@ -73,12 +73,12 @@ jobs:

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3.2.0
with:
go-version: ^1.16

- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.2

- name: Install packages
run: make mod
@@ -89,7 +89,7 @@ jobs:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}

- name: Store artifacts on failure
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.0
if: failure()
with:
name: choco-release
@@ -111,9 +111,9 @@ jobs:
# stripped_version=${version#v}
# echo ::set-env name=VERSION::${stripped_version}
# - name: Checkout code
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Set up Go 1.x
# uses: actions/setup-go@v2
# uses: actions/setup-go@v3.2.0
# with:
# go-version: ^1.14
# - name: Vendor packages
@@ -152,9 +152,9 @@ jobs:
# stripped_version=${version#v}
# echo ::set-env name=VERSION::${stripped_version}
# - name: Checkout code
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Set up Go 1.x
# uses: actions/setup-go@v2
# uses: actions/setup-go@v3.2.0
# with:
# go-version: ^1.14
# - name: Vendor packages
@@ -191,9 +191,9 @@ jobs:
# $ver = $env:GITHUB_REF.Split("/")[2].Split('v')[1]
# echo ::set-env name=VERSION::${ver}
# - name: Checkout code
# uses: actions/checkout@v2.3.4
# uses: actions/checkout@v3.0.2
# - name: Set up Go 1.x
# uses: actions/setup-go@v2
# uses: actions/setup-go@v3.2.0
# with:
# go-version: ^1.14
# - name: Vendor packages
20 changes: 2 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@ require (
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.8.1
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/gjson v1.14.1
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
@@ -49,19 +49,3 @@ require (
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

require (
github.com/axw/gocov v1.0.0 // indirect
github.com/buildkite/github-release v0.0.0-20200205104344-c0a6db85594d // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/mitchellh/iochan v1.0.0 // indirect
github.com/oleiade/reflections v1.0.1 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/tools v0.1.6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
Loading