File tree Expand file tree Collapse file tree 7 files changed +10
-7
lines changed Expand file tree Collapse file tree 7 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
33# Changing this value will trigger a new release
4- VERSION =v1.5.2
4+ VERSION =v1.5.3
55BINARY =bin/cft
66GITHUB_REPO =github.com/GoogleCloudPlatform/cloud-foundation-toolkit
77PLATFORMS := linux windows darwin
Original file line number Diff line number Diff line change 77 "os"
88 "sort"
99
10- "github.com/google/go-github/v64 /github"
10+ "github.com/google/go-github/v65 /github"
1111 "golang.org/x/oauth2"
1212)
1313
Original file line number Diff line number Diff line change 88 "testing"
99 "time"
1010
11- "github.com/google/go-github/v64 /github"
11+ "github.com/google/go-github/v65 /github"
1212 "github.com/stretchr/testify/assert"
1313)
1414
Original file line number Diff line number Diff line change 44 "fmt"
55 "strings"
66
7- "github.com/google/go-github/v64 /github"
7+ "github.com/google/go-github/v65 /github"
88)
99
1010// sortOption defines the set of sort options for catalog.
Original file line number Diff line number Diff line change 44 "testing"
55 "time"
66
7- "github.com/google/go-github/v64 /github"
7+ "github.com/google/go-github/v65 /github"
88 "github.com/migueleliasweb/go-github-mock/src/mock"
99 "github.com/stretchr/testify/assert"
1010)
Original file line number Diff line number Diff line change 11module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli
22
3- go 1.22
3+ go 1.22.0
44
55toolchain go1.22.7
66
@@ -16,7 +16,7 @@ require (
1616 github.com/golang/protobuf v1.5.4
1717 github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
1818 github.com/google/go-cmp v0.6.0
19- github.com/google/go-github/v64 v64 .0.0
19+ github.com/google/go-github/v65 v65 .0.0
2020 github.com/hashicorp/hcl/v2 v2.22.0
2121 github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4
2222 github.com/iancoleman/strcase v0.3.0
@@ -101,6 +101,7 @@ require (
101101 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
102102 github.com/google/cel-go v0.12.6 // indirect
103103 github.com/google/gnostic-models v0.6.8 // indirect
104+ github.com/google/go-github/v64 v64.0.0 // indirect
104105 github.com/google/go-querystring v1.1.0 // indirect
105106 github.com/google/gofuzz v1.2.0 // indirect
106107 github.com/google/s2a-go v0.1.8 // indirect
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
259259github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
260260github.com/google/go-github/v64 v64.0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg =
261261github.com/google/go-github/v64 v64.0.0 /go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo =
262+ github.com/google/go-github/v65 v65.0.0 h1:pQ7BmO3DZivvFk92geC0jB0q2m3gyn8vnYPgV7GSLhQ =
263+ github.com/google/go-github/v65 v65.0.0 /go.mod h1:DvrqWo5hvsdhJvHd4WyVF9ttANN3BniqjP8uTFMNb60 =
262264github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
263265github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
264266github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments