File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/go-git/go-git/v5 v5.19.0
1616 github.com/go-jose/go-jose/v4 v4.1.4
1717 github.com/golang-jwt/jwt/v5 v5.3.1
18- github.com/google/go-github/v84 v84 .0.0
18+ github.com/google/go-github/v86 v86 .0.0
1919 github.com/jsonnet-bundler/jsonnet-bundler v0.6.0
2020 github.com/labstack/echo/v4 v4.15.2
2121 github.com/mattn/go-isatty v0.0.22
Original file line number Diff line number Diff line change @@ -644,8 +644,8 @@ github.com/google/go-containerregistry v0.21.2 h1:vYaMU4nU55JJGFC9JR/s8NZcTjbE9D
644644github.com/google/go-containerregistry v0.21.2 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
645645github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24 =
646646github.com/google/go-github/v73 v73.0.0 /go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
647- github.com/google/go-github/v84 v84 .0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA =
648- github.com/google/go-github/v84 v84 .0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ =
647+ github.com/google/go-github/v86 v86 .0.0 h1:S/6aANJhwRm8EQmGKVML3j41yq0h2BsTP8FnDkO7kcA =
648+ github.com/google/go-github/v86 v86 .0.0/go.mod h1:zKv1l4SwDXNFMGByi2FWkq71KwSXqj/eQRZuqtmcot8 =
649649github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
650650github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
651651github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change 88 "regexp"
99 "strings"
1010
11- gh "github.com/google/go-github/v84 /github"
11+ gh "github.com/google/go-github/v86 /github"
1212 "github.com/neticdk/go-common/pkg/artifact"
1313 "github.com/neticdk/go-common/pkg/artifact/archive"
1414 "github.com/neticdk/go-common/pkg/github"
Original file line number Diff line number Diff line change 88 "path/filepath"
99 "testing"
1010
11- gh "github.com/google/go-github/v84 /github"
11+ gh "github.com/google/go-github/v86 /github"
1212 ghmock "github.com/migueleliasweb/go-github-mock/src/mock"
1313 "github.com/neticdk/go-common/pkg/artifact"
1414 "github.com/stretchr/testify/assert"
Original file line number Diff line number Diff line change 44 "context"
55 "fmt"
66
7- "github.com/google/go-github/v84 /github"
7+ "github.com/google/go-github/v86 /github"
88)
99
1010// CreateGitHubRepository creates a new GitHub repository
Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- "github.com/google/go-github/v84 /github"
12+ "github.com/google/go-github/v86 /github"
1313 "golang.org/x/mod/semver"
1414 "golang.org/x/oauth2"
1515)
You can’t perform that action at this time.
0 commit comments