File tree 4 files changed +4
-4
lines changed
newreposecretwithlibsodium
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
7
7
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4
8
8
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
10
10
github.com/sigstore/sigstore-go v0.5.1
11
11
golang.org/x/crypto v0.31.0
12
12
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
4
4
5
5
require (
6
6
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
8
8
)
9
9
10
10
require github.com/google/go-querystring v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
)
29
29
30
30
const (
31
- Version = "v69.0 .0"
31
+ Version = "v69.1 .0"
32
32
33
33
defaultAPIVersion = "2022-11-28"
34
34
defaultBaseURL = "https://api.github.com/"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/alecthomas/kong v1.8.0
7
7
github.com/getkin/kin-openapi v0.128.0
8
8
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
10
10
golang.org/x/sync v0.11.0
11
11
gopkg.in/yaml.v3 v3.0.1
12
12
)
You can’t perform that action at this time.
0 commit comments