From 7bca1ae6020eb896029513780c2de8c4c00bee91 Mon Sep 17 00:00:00 2001 From: Coveo Renovate Bot Date: Tue, 5 Mar 2024 16:35:41 +0000 Subject: [PATCH 01/11] Update actions/upload-artifact action to v4 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eede4d1..d140166 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -63,7 +63,7 @@ jobs: env: CGO_ENABLED: 0 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: test-release path: | From 9d59acba9ff4964372068584012229b20f38543a Mon Sep 17 00:00:00 2001 From: Coveo Renovate Bot Date: Mon, 8 Apr 2024 00:01:21 +0000 Subject: [PATCH 02/11] Update goreleaser/goreleaser-action digest to 9937f9b --- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eede4d1..3bc9cd6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 + - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 + - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 2e4c16b..bdd71c4 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 + - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 with: distribution: goreleaser version: latest From 02273d897117dd448ec1e72b32ebaeb2f3c8974a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Tue, 9 Apr 2024 08:52:15 -0400 Subject: [PATCH 03/11] use latest approved goreleaser --- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3bc9cd6..d9e3d09 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index bdd71c4..6c62c17 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@9937f9bad91e089c6c6fe1d43dfa7b896ad6da21 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 with: distribution: goreleaser version: latest From 4fc04cf78ed8b909d4ade31e6acaf9d29e7b708c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Tue, 9 Apr 2024 08:54:22 -0400 Subject: [PATCH 04/11] help renovate to avoid untagged commits --- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d9e3d09..d2cb423 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: distribution: goreleaser version: latest @@ -55,7 +55,7 @@ jobs: with: go-version: 1.21 - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: distribution: goreleaser version: latest diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 6c62c17..aad7d69 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 + - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: distribution: goreleaser version: latest From dc8941e3e8e3e9532151f4153cb1dc438e5ed5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Tue, 9 Apr 2024 11:36:35 -0400 Subject: [PATCH 05/11] bump to go 1.22 --- .github/workflows/pr.yml | 6 +++--- .github/workflows/tag.yml | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d2cb423..7c71152 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: 1.21 + go-version: 1.22 - uses: aws-actions/configure-aws-credentials@v4 with: @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: 1.21 + go-version: 1.22 - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 # goreleaser needs the whole history to build the release notes - uses: actions/setup-go@v4 with: - go-version: 1.21 + go-version: 1.22 - uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 with: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index aad7d69..455ca1c 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: 1.21 + go-version: 1.22 - uses: actions/checkout@v4 with: fetch-depth: 0 # goreleaser needs the whole history to build the release notes diff --git a/go.mod b/go.mod index 16ccd45..dcf9296 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/coveooss/tgf -go 1.21 +go 1.22 require ( github.com/aws/aws-sdk-go-v2 v1.25.2 From 9e19316d07eb5486ea5a0cb80033b8e33cfbee16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Fri, 12 Jul 2024 13:57:12 -0400 Subject: [PATCH 06/11] set the whole permission set --- get-latest-tgf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-latest-tgf.sh b/get-latest-tgf.sh index 5f4d493..1e4b83d 100755 --- a/get-latest-tgf.sh +++ b/get-latest-tgf.sh @@ -69,13 +69,13 @@ install_latest_tgf () { LINUX_ARCH=$(uname -m) echo 'Installing latest tgf for Linux with arch '$LINUX_ARCH' in' $TGF_PATH '...' DOWNLOAD_URL=$([ "$LINUX_ARCH" == "x86_64" ] && echo "https://github.com/coveooss/tgf/releases/download/v${TGF_LATEST_VERSION}/tgf_${TGF_LATEST_VERSION}_linux_64-bits.zip" || echo "https://github.com/coveooss/tgf/releases/download/v${TGF_LATEST_VERSION}/tgf_${TGF_LATEST_VERSION}_linux_arm64.zip") - curl -sL $DOWNLOAD_URL | gzip -d > ${TGF} && chmod +x ${TGF} && script_end + curl -sL $DOWNLOAD_URL | gzip -d > ${TGF} && chmod 0755 ${TGF} && script_end elif [[ $(uname -s) == Darwin ]] then OSX_ARCH=$(uname -m) echo 'Installing latest tgf for OSX with arch '$OSX_ARCH' in' $TGF_PATH '...' DOWNLOAD_URL=$([ "$OSX_ARCH" == "arm64" ] && echo "https://github.com/coveooss/tgf/releases/download/v${TGF_LATEST_VERSION}/tgf_${TGF_LATEST_VERSION}_macOS_arm64.zip" || echo "https://github.com/coveooss/tgf/releases/download/v${TGF_LATEST_VERSION}/tgf_${TGF_LATEST_VERSION}_macOS_64-bits.zip") - curl -sL $DOWNLOAD_URL | bsdtar -xf- -C ${TGF_PATH} && chmod +x ${TGF} && script_end + curl -sL $DOWNLOAD_URL | bsdtar -xf- -C ${TGF_PATH} && chmod 0755 ${TGF} && script_end else echo 'OS not supported.' exit 1 From 89368d7ac9400a4d57f7c0e63eeebe51c6ede0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Mon, 15 Jul 2024 10:11:30 -0400 Subject: [PATCH 07/11] GitHub Action to install TGF --- .github/workflows/test-install.yml | 18 ++++++++++++++++ README.md | 11 ++++++++++ action.yml | 34 ++++++++++++++++++++++++++++++ get-latest-tgf.ps1 | 8 +++++-- 4 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 action.yml diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 5aa1b74..4518a2d 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -9,6 +9,7 @@ on: jobs: posix: strategy: + fail-fast: false matrix: os: [ macos-latest, ubuntu-latest ] runs-on: ${{ matrix.os }} @@ -17,9 +18,26 @@ jobs: - uses: actions/checkout@v4 - run: ./get-latest-tgf.sh + windows: runs-on: windows-latest steps: - uses: actions/checkout@v4 - run: ./get-latest-tgf.ps1 + + + action: + strategy: + fail-fast: false + matrix: + os: [macos-latest, ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} + + steps: + - uses: actions/checkout@v4 + - uses: ./ + with: + ref: ${{ github.head_ref }} + + - run: tgf --help-tgf diff --git a/README.md b/README.md index a935b9d..c9d9d60 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,17 @@ outdated version. ## Installation +### GitHub Action + +You can install `TGF` using the provided GitHub Action: + +``` + steps: + - uses: coveooss/tgf@master +``` + +### Manual installation + On `mac` and `linux`: You can run the `get-latest-tgf.sh` script to check if you have the latest version of tgf installed and install it as needed: diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..77d5322 --- /dev/null +++ b/action.yml @@ -0,0 +1,34 @@ +name: Install TGF +description: GitHub Action to install https://github.com/coveooss/tgf + +inputs: + tgf-path: + description: | + Installs the TGF binary to this folder. + The folder will not be added to the PATH, but the defaults are typically already in the path. + required: false + default: ${{ runner.os == 'Windows' && '${env:LocalAppData}\Microsoft\WindowsApps' || '/usr/local/bin' }} + ref: + description: The ref to use to run the install script. + default: ${{ github.action_ref }} + required: false + + +runs: + using: "composite" + steps: + - name: Install TGF (posix) + if: runner.os != 'Windows' + shell: bash + env: + TGF_PATH: ${{ inputs.tgf-path }} + VERSION: ${{ inputs.ref }} + run: curl "https://raw.githubusercontent.com/coveooss/tgf/${VERSION}/get-latest-tgf.sh" | bash + + - name: Install TGF (windows) + if: runner.os == 'Windows' + shell: pwsh + env: + TGF_PATH: ${{ inputs.tgf-path }} + VERSION: ${{ inputs.ref }} + run: (Invoke-WebRequest https://raw.githubusercontent.com/coveooss/tgf/${env:VERSION}/get-latest-tgf.ps1).Content | Invoke-Expression diff --git a/get-latest-tgf.ps1 b/get-latest-tgf.ps1 index d24538f..2b6b926 100644 --- a/get-latest-tgf.ps1 +++ b/get-latest-tgf.ps1 @@ -30,11 +30,15 @@ $ZipFile = "tgf.zip" $TempTgfFolder = "tgf_unzipped" $TempTgfPath = Join-Path -Path $TempTgfFolder -ChildPath "tgf.exe" -Write-Host "Installing tgf v$($LATEST_VERSION) in the current directory ($(Get-Location)) ..." +Write-Host "Installing: tgf v$($LATEST_VERSION)" Invoke-WebRequest "https://github.com/coveo/tgf/releases/download/v$($LATEST_VERSION)/tgf_$($LATEST_VERSION)_windows_64-bits.zip" -OutFile $ZipFile Expand-Archive -Path $ZipFile -DestinationPath $TempTgfFolder -Copy-Item $TempTgfPath -Destination $TGF_PATH -Force +$Destination = if ([string]::IsNullOrWhiteSpace(${env:TGF_PATH})) { "." } else { $ExecutionContext.InvokeCommand.ExpandString(${env:TGF_PATH}) } +Write-Host "Copying executable to $($Destination)" +Copy-Item $TempTgfPath -Destination $Destination -Force + +Write-Host "Cleaning up..." Remove-Item $ZipFile Remove-Item $TempTgfFolder -Recurse Write-Host "Installation is completed!" From 6a96523e0a217751f78982858ebd76fbb0d99d6f Mon Sep 17 00:00:00 2001 From: "renovate-coveooss[bot]" <143504162+renovate-coveooss[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:30:55 +0000 Subject: [PATCH 08/11] Update module github.com/hashicorp/go-getter to v1.7.5 [SECURITY] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dcf9296..e5581ec 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/coveord/kingpin/v2 v2.4.2 github.com/docker/docker v25.0.3+incompatible github.com/fatih/color v1.16.0 - github.com/hashicorp/go-getter v1.7.3 + github.com/hashicorp/go-getter v1.7.5 github.com/minio/selfupdate v0.6.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index a614ba2..6cbdedf 100644 --- a/go.sum +++ b/go.sum @@ -446,8 +446,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 h1:Wqo399gCIufwto+VfwCSvsnfGpF github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0/go.mod h1:qmOFXW2epJhM0qSnUUYpldc7gVz2KMQwJ/QYCDIa7XU= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -github.com/hashicorp/go-getter v1.7.3 h1:bN2+Fw9XPFvOCjB0UOevFIMICZ7G2XSQHzfvLUyOM5E= -github.com/hashicorp/go-getter v1.7.3/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744= +github.com/hashicorp/go-getter v1.7.5 h1:dT58k9hQ/vbxNMwoI5+xFYAJuv6152UNvdHokfI5wE4= +github.com/hashicorp/go-getter v1.7.5/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744= github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo= github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I= github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= From fd5697e33a566cb2b69b3f8fc37df3d15e884ec0 Mon Sep 17 00:00:00 2001 From: "renovate-coveooss[bot]" <143504162+renovate-coveooss[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:01:51 -0400 Subject: [PATCH 09/11] Update module github.com/docker/docker to v25.0.6+incompatible [SECURITY] (#430) Co-authored-by: renovate-coveooss[bot] <143504162+renovate-coveooss[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e5581ec..a096ca3 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/coveooss/gotemplate/v3 v3.7.5 github.com/coveooss/multilogger v0.5.2 github.com/coveord/kingpin/v2 v2.4.2 - github.com/docker/docker v25.0.3+incompatible + github.com/docker/docker v25.0.6+incompatible github.com/fatih/color v1.16.0 github.com/hashicorp/go-getter v1.7.5 github.com/minio/selfupdate v0.6.0 diff --git a/go.sum b/go.sum index 6cbdedf..9c9a51b 100644 --- a/go.sum +++ b/go.sum @@ -297,8 +297,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0= github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/docker v25.0.3+incompatible h1:D5fy/lYmY7bvZa0XTZ5/UJPljor41F+vdyJG5luQLfQ= -github.com/docker/docker v25.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg= +github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= From 5430ea3864e8ad89e1ddb997e473e7c429c5aa28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:03:32 -0400 Subject: [PATCH 10/11] Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 (#426) Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](https://github.com/hashicorp/go-getter/compare/v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jo Giroux From 49f33e4a5a7ebd389e0686cc45ed65d67661b43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:03:54 -0400 Subject: [PATCH 11/11] Bump golang.org/x/net from 0.22.0 to 0.23.0 (#425) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a096ca3..74c0762 100644 --- a/go.mod +++ b/go.mod @@ -105,7 +105,7 @@ require ( go.opentelemetry.io/otel/trace v1.24.0 // indirect golang.org/x/crypto v0.21.0 // indirect golang.org/x/mod v0.16.0 // indirect - golang.org/x/net v0.22.0 // indirect + golang.org/x/net v0.23.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect golang.org/x/sync v0.6.0 // indirect golang.org/x/sys v0.18.0 // indirect diff --git a/go.sum b/go.sum index 9c9a51b..991eb9c 100644 --- a/go.sum +++ b/go.sum @@ -712,8 +712,8 @@ golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= -golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc= -golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= +golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= +golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=