File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
newreposecretwithlibsodium Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
77 github.com/bradleyfalzon/ghinstallation/v2 v2.0.4
88 github.com/gofri/go-github-ratelimit v1.0.3
9- github.com/google/go-github/v69 v69.0 .0
9+ github.com/google/go-github/v69 v69.1 .0
1010 github.com/sigstore/sigstore-go v0.5.1
1111 golang.org/x/crypto v0.31.0
1212 golang.org/x/term v0.27.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.0
44
55require (
66 github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb
7- github.com/google/go-github/v69 v69.0 .0
7+ github.com/google/go-github/v69 v69.1 .0
88)
99
1010require github.com/google/go-querystring v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828)
2929
3030const (
31- Version = "v69.0 .0"
31+ Version = "v69.1 .0"
3232
3333 defaultAPIVersion = "2022-11-28"
3434 defaultBaseURL = "https://api.github.com/"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/alecthomas/kong v1.8.0
77 github.com/getkin/kin-openapi v0.128.0
88 github.com/google/go-cmp v0.6.0
9- github.com/google/go-github/v69 v69.0 .0
9+ github.com/google/go-github/v69 v69.1 .0
1010 golang.org/x/sync v0.11.0
1111 gopkg.in/yaml.v3 v3.0.1
1212)
You can’t perform that action at this time.
0 commit comments