5
5
require (
6
6
github.com/fsnotify/fsnotify v1.7.0
7
7
github.com/gin-gonic/gin v1.10.0
8
- github.com/go-git/go-git/v5 v5.12 .0
8
+ github.com/go-git/go-git/v5 v5.13 .0
9
9
github.com/google/go-github/v66 v66.0.0
10
10
github.com/google/go-querystring v1.1.0
11
11
github.com/hashicorp/go-version v1.7.0
@@ -25,15 +25,15 @@ require (
25
25
require (
26
26
dario.cat/mergo v1.0.0 // indirect
27
27
github.com/Microsoft/go-winio v0.6.1 // indirect
28
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
28
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
29
29
github.com/beorn7/perks v1.0.1 // indirect
30
30
github.com/bytedance/sonic v1.11.6 // indirect
31
31
github.com/bytedance/sonic/loader v0.1.1 // indirect
32
32
github.com/cespare/xxhash/v2 v2.3.0 // indirect
33
33
github.com/cloudflare/circl v1.3.7 // indirect
34
34
github.com/cloudwego/base64x v0.1.4 // indirect
35
35
github.com/cloudwego/iasm v0.2.0 // indirect
36
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
36
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
37
37
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38
38
github.com/dennwc/varint v1.0.0 // indirect
39
39
github.com/edsrzf/mmap-go v1.1.0 // indirect
@@ -42,7 +42,7 @@ require (
42
42
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
43
43
github.com/gin-contrib/sse v0.1.0 // indirect
44
44
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
45
- github.com/go-git/go-billy/v5 v5.5 .0 // indirect
45
+ github.com/go-git/go-billy/v5 v5.6 .0 // indirect
46
46
github.com/go-kit/log v0.2.1 // indirect
47
47
github.com/go-logfmt/logfmt v0.6.0 // indirect
48
48
github.com/go-logr/logr v1.4.2 // indirect
@@ -72,7 +72,7 @@ require (
72
72
github.com/prometheus/procfs v0.15.1 // indirect
73
73
github.com/rogpeppe/go-internal v1.12.0 // indirect
74
74
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
75
- github.com/skeema/knownhosts v1.2.2 // indirect
75
+ github.com/skeema/knownhosts v1.3.0 // indirect
76
76
github.com/spf13/pflag v1.0.5 // indirect
77
77
github.com/tidwall/match v1.1.1 // indirect
78
78
github.com/tidwall/pretty v1.2.0 // indirect
@@ -84,13 +84,13 @@ require (
84
84
go.opentelemetry.io/otel/trace v1.28.0 // indirect
85
85
go.uber.org/atomic v1.11.0 // indirect
86
86
golang.org/x/arch v0.8.0 // indirect
87
- golang.org/x/crypto v0.25 .0 // indirect
87
+ golang.org/x/crypto v0.36 .0 // indirect
88
88
golang.org/x/mod v0.19.0 // indirect
89
- golang.org/x/net v0.27 .0 // indirect
90
- golang.org/x/sync v0.7 .0 // indirect
91
- golang.org/x/sys v0.22 .0 // indirect
92
- golang.org/x/term v0.22 .0 // indirect
93
- golang.org/x/text v0.16 .0 // indirect
89
+ golang.org/x/net v0.38 .0 // indirect
90
+ golang.org/x/sync v0.12 .0 // indirect
91
+ golang.org/x/sys v0.31 .0 // indirect
92
+ golang.org/x/term v0.30 .0 // indirect
93
+ golang.org/x/text v0.23 .0 // indirect
94
94
golang.org/x/time v0.5.0 // indirect
95
95
golang.org/x/tools v0.23.0 // indirect
96
96
google.golang.org/protobuf v1.34.2 // indirect
0 commit comments