@@ -4,14 +4,14 @@ go 1.21
4
4
5
5
toolchain go1.22.4
6
6
7
- replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
7
+ replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
8
8
9
9
require (
10
10
github.com/caarlos0/env v3.5.0+incompatible
11
11
github.com/devtron-labs/common-lib v0.0.0
12
12
github.com/devtron-labs/protos v0.0.3-0.20240809072909-83171af34169
13
13
github.com/gammazero/workerpool v1.1.3
14
- github.com/go-git/go-git/v5 v5.11.0
14
+ github.com/go-git/go-git/v5 v5.13.2
15
15
github.com/go-pg/pg v6.15.1+incompatible
16
16
github.com/google/uuid v1.6.0
17
17
github.com/google/wire v0.6.0
@@ -22,10 +22,10 @@ require (
22
22
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
23
23
github.com/prometheus/client_golang v1.16.0
24
24
github.com/robfig/cron/v3 v3.0.1
25
- github.com/stretchr/testify v1.8.4
25
+ github.com/stretchr/testify v1.10.0
26
26
github.com/tidwall/gjson v1.9.3
27
27
go.uber.org/zap v1.21.0
28
- golang.org/x/sys v0.28 .0
28
+ golang.org/x/sys v0.29 .0
29
29
google.golang.org/grpc v1.58.3
30
30
google.golang.org/protobuf v1.33.0
31
31
gopkg.in/src-d/go-billy.v4 v4.3.2
@@ -34,19 +34,18 @@ require (
34
34
require (
35
35
dario.cat/mergo v1.0.0 // indirect
36
36
github.com/Microsoft/go-winio v0.6.1 // indirect
37
- github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
37
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
38
38
github.com/arl/statsviz v0.6.0 // indirect
39
39
github.com/beorn7/perks v1.0.1 // indirect
40
40
github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
41
github.com/cloudflare/circl v1.3.7 // indirect
42
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
42
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
43
43
github.com/davecgh/go-spew v1.1.1 // indirect
44
44
github.com/docker/cli v24.0.6+incompatible // indirect
45
45
github.com/emirpasic/gods v1.18.1 // indirect
46
46
github.com/gammazero/deque v0.2.0 // indirect
47
- github.com/gliderlabs/ssh v0.3.6 // indirect
48
47
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
49
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
48
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
50
49
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
51
50
github.com/golang/protobuf v1.5.4 // indirect
52
51
github.com/gorilla/websocket v1.5.0 // indirect
@@ -61,23 +60,23 @@ require (
61
60
github.com/nats-io/nkeys v0.4.6 // indirect
62
61
github.com/nats-io/nuid v1.0.1 // indirect
63
62
github.com/nxadm/tail v1.4.8 // indirect
64
- github.com/pjbgf/sha1cd v0.3.0 // indirect
63
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
65
64
github.com/pmezard/go-difflib v1.0.0 // indirect
66
65
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
67
66
github.com/prometheus/common v0.44.0 // indirect
68
67
github.com/prometheus/procfs v0.11.1 // indirect
69
- github.com/sergi/go-diff v1.1.0 // indirect
68
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
70
69
github.com/sirupsen/logrus v1.9.3 // indirect
71
- github.com/skeema/knownhosts v1.2.1 // indirect
72
- github.com/stretchr/objx v0.5.0 // indirect
70
+ github.com/skeema/knownhosts v1.3.0 // indirect
71
+ github.com/stretchr/objx v0.5.2 // indirect
73
72
github.com/tidwall/match v1.1.1 // indirect
74
73
github.com/tidwall/pretty v1.2.0 // indirect
75
74
github.com/xanzy/ssh-agent v0.3.3 // indirect
76
75
go.uber.org/atomic v1.10.0 // indirect
77
76
go.uber.org/multierr v1.11.0 // indirect
78
- golang.org/x/crypto v0.31 .0 // indirect
77
+ golang.org/x/crypto v0.32 .0 // indirect
79
78
golang.org/x/mod v0.17.0 // indirect
80
- golang.org/x/net v0.33 .0 // indirect
79
+ golang.org/x/net v0.34 .0 // indirect
81
80
golang.org/x/sync v0.10.0 // indirect
82
81
golang.org/x/text v0.21.0 // indirect
83
82
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
0 commit comments