File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/caarlos0/env v3.5.0+incompatible
1414 github.com/devtron-labs/common-lib v0.19.1
1515 github.com/ghodss/yaml v1.0.0
16- github.com/go-pg/pg v8.0.7 +incompatible
16+ github.com/go-pg/pg v6.15.1 +incompatible
1717 github.com/google/wire v0.6.0
1818 github.com/pkg/errors v0.9.1
1919 github.com/prometheus/client_golang v1.22.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55toolchain go1.24.3
66
7- replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529111042-b80fd7f9e1b8
7+ replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529114355-d91484a1d90e
88
99require (
1010 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-20250529111042-b80fd7f9e1b8 h1:Pb3W+54Ul4YRJIWkU4bIRQ/rJVjvSgSBxi5N5xfExkQ =
30- github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529111042-b80fd7f9e1b8 /go.mod h1:Dkj2nRCtLrKgAHGJA+nGZrRAZo/Gfm2bkyvW3k6+wGg =
29+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529114355-d91484a1d90e h1:BoxUcgdnwiuhG7C1P6YPxlteHsxAouO5lstT0BglU0g =
30+ github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529114355-d91484a1d90e /go.mod h1:Dkj2nRCtLrKgAHGJA+nGZrRAZo/Gfm2bkyvW3k6+wGg =
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 v28.1.1+incompatible h1:eyUemzeI45DY7eDPuwUcmDyDj1pM98oD5MdSpiItp8k =
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.19.1 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529111042-b80fd7f9e1b8
69+ # github.com/devtron-labs/common-lib v0.19.1 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529114355-d91484a1d90e
7070## explicit; go 1.24.0
7171github.com/devtron-labs/common-lib/constants
7272github.com/devtron-labs/common-lib/fetchAllEnv
@@ -475,4 +475,4 @@ gopkg.in/yaml.v3
475475# mellium.im/sasl v0.3.2
476476## explicit; go 1.20
477477mellium.im/sasl
478- # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529111042-b80fd7f9e1b8
478+ # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250529114355-d91484a1d90e
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/caarlos0/env v3.5.0+incompatible
1212 github.com/caarlos0/env/v6 v6.10.1
1313 github.com/devtron-labs/common-lib v0.19.0
14- github.com/go-pg/pg v8.0.7 +incompatible
14+ github.com/go-pg/pg v6.15.1 +incompatible
1515 github.com/google/go-containerregistry v0.6.0
1616 github.com/google/wire v0.6.0
1717 github.com/gorilla/mux v1.8.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/caarlos0/env v3.5.0+incompatible
99 github.com/devtron-labs/common-lib v0.0.0
1010 github.com/evanphx/json-patch v5.9.11+incompatible
11- github.com/go-pg/pg v8.0.7 +incompatible
11+ github.com/go-pg/pg v6.15.1 +incompatible
1212 github.com/golang/protobuf v1.5.4
1313 github.com/google/wire v0.6.0
1414 github.com/gorilla/mux v1.8.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/argoproj/argo-workflows/v3 v3.4.7
1010 github.com/argoproj/gitops-engine v0.7.1-0.20240718175351-6b2984ebc470
1111 github.com/caarlos0/env v3.5.0+incompatible
12- github.com/go-pg/pg v8.0.7 +incompatible
12+ github.com/go-pg/pg v6.15.1 +incompatible
1313 github.com/go-resty/resty/v2 v2.7.0
1414 github.com/gorilla/mux v1.8.1
1515 github.com/nlopes/slack v0.1.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.3
77require (
88 github.com/caarlos0/env v3.5.0+incompatible
99 github.com/devtron-labs/protos v0.0.3-0.20240912111807-605886d90b8d
10- github.com/go-pg/pg/v10 v10.14.0
10+ github.com/go-pg/pg v6.15.1+incompatible
1111 github.com/google/wire v0.6.0
1212 github.com/gorilla/mux v1.8.1
1313 github.com/prometheus/client_golang v1.22.0
You can’t perform that action at this time.
0 commit comments