Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4
github.com/gofri/go-github-ratelimit v1.0.3
github.com/google/go-github/v69 v69.0.0
github.com/google/go-github/v69 v69.1.0
github.com/sigstore/sigstore-go v0.5.1
golang.org/x/crypto v0.31.0
golang.org/x/term v0.27.0
Expand Down
2 changes: 1 addition & 1 deletion example/newreposecretwithlibsodium/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb
github.com/google/go-github/v69 v69.0.0
github.com/google/go-github/v69 v69.1.0
)

require github.com/google/go-querystring v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
Version = "v69.0.0"
Version = "v69.1.0"

defaultAPIVersion = "2022-11-28"
defaultBaseURL = "https://api.github.com/"
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alecthomas/kong v1.8.0
github.com/getkin/kin-openapi v0.128.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v69 v69.0.0
github.com/google/go-github/v69 v69.1.0
golang.org/x/sync v0.11.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
Loading