File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/devtron-labs/chart-sync
22
33go 1.25.0
44
5- replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
5+ replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
66
77require (
88 github.com/caarlos0/env v3.5.0+incompatible
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
4141github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4242github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
4343github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609 h1:aO4jMzo37Ya1F7PsSldEy01Ftod9uLw3sYsQXgtT+iU =
45- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609 /go.mod h1:pehekzNkt2KRGZ3VC1b274Qq3iPBh27vGTby88T6KtI =
44+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6 h1:TdSTr402uQpelYxrX+FsLOXx7g1OoYJe1PyO/oOv700 =
45+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6 /go.mod h1:pehekzNkt2KRGZ3VC1b274Qq3iPBh27vGTby88T6KtI =
4646github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
4747github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
4848github.com/distribution/distribution/v3 v3.0.0 h1:q4R8wemdRQDClzoNNStftB2ZAfqOiN6UX90KJc4HjyM =
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ github.com/containerd/platforms
9595# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
9696## explicit
9797github.com/davecgh/go-spew/spew
98- # github.com/devtron-labs/common-lib v0.19.1 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
98+ # github.com/devtron-labs/common-lib v0.19.1 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
9999## explicit; go 1.25.0
100100github.com/devtron-labs/common-lib/constants
101101github.com/devtron-labs/common-lib/fetchAllEnv
@@ -951,5 +951,5 @@ sigs.k8s.io/structured-merge-diff/v6/value
951951## explicit; go 1.22
952952sigs.k8s.io/yaml
953953sigs.k8s.io/yaml/kyaml
954- # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
954+ # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
955955# github.com/containerd/containerd v1.7.27 => github.com/containerd/containerd v1.7.29
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/devtron-labs/ci-runner
22
33go 1.25.0
44
5- replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
5+ replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
66
77require (
88 github.com/Knetic/govaluate v3.0.0+incompatible
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
114114github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
115115github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
116116github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
117- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609 h1:aO4jMzo37Ya1F7PsSldEy01Ftod9uLw3sYsQXgtT+iU =
118- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609 /go.mod h1:pehekzNkt2KRGZ3VC1b274Qq3iPBh27vGTby88T6KtI =
117+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6 h1:TdSTr402uQpelYxrX+FsLOXx7g1OoYJe1PyO/oOv700 =
118+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6 /go.mod h1:pehekzNkt2KRGZ3VC1b274Qq3iPBh27vGTby88T6KtI =
119119github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
120120github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
121121github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM =
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ github.com/cncf/xds/go/xds/type/v3
298298# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
299299## explicit
300300github.com/davecgh/go-spew/spew
301- # github.com/devtron-labs/common-lib v0.19.1 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
301+ # github.com/devtron-labs/common-lib v0.19.1 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
302302## explicit; go 1.25.0
303303github.com/devtron-labs/common-lib/blob-storage
304304github.com/devtron-labs/common-lib/constants
@@ -1213,4 +1213,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
12131213## explicit; go 1.22
12141214sigs.k8s.io/yaml
12151215sigs.k8s.io/yaml/goyaml.v2
1216- # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
1216+ # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/devtron-labs/git-sensor
22
33go 1.25.0
44
5- replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
5+ replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
66
77require (
88 github.com/caarlos0/env v3.5.0+incompatible
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
2626github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2727github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
2828github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
29- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609 h1:aO4jMzo37Ya1F7PsSldEy01Ftod9uLw3sYsQXgtT+iU =
30- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609 /go.mod h1:pehekzNkt2KRGZ3VC1b274Qq3iPBh27vGTby88T6KtI =
29+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6 h1:TdSTr402uQpelYxrX+FsLOXx7g1OoYJe1PyO/oOv700 =
30+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6 /go.mod h1:pehekzNkt2KRGZ3VC1b274Qq3iPBh27vGTby88T6KtI =
3131github.com/devtron-labs/protos v0.0.3-0.20250323220609-ecf8a0f7305e h1:U6UdYbW8a7xn5IzFPd8cywjVVPfutGJCudjePAfL/Hs =
3232github.com/devtron-labs/protos v0.0.3-0.20250323220609-ecf8a0f7305e /go.mod h1:1TqULGlTey+VNhAu/ag7NJuUvByJemkqodsc9L5PHJk =
3333github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM =
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ github.com/cyphar/filepath-securejoin
6666# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
6767## explicit
6868github.com/davecgh/go-spew/spew
69- # github.com/devtron-labs/common-lib v0.0.0 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
69+ # github.com/devtron-labs/common-lib v0.0.0 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
7070## explicit; go 1.25.0
7171github.com/devtron-labs/common-lib/constants
7272github.com/devtron-labs/common-lib/fetchAllEnv
@@ -470,4 +470,4 @@ gopkg.in/yaml.v3
470470# mellium.im/sasl v0.3.2
471471## explicit; go 1.20
472472mellium.im/sasl
473- # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
473+ # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ require (
6666 mellium.im/sasl v0.3.2 // indirect
6767)
6868
69- replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415110935-98f73d2be609
69+ replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20260415113300-e49850611af6
You can’t perform that action at this time.
0 commit comments