File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/aws/aws-sdk-go v1.44.116
1111 github.com/caarlos0/env v3.5.0+incompatible
1212 github.com/caarlos0/env/v6 v6.10.1
13- github.com/devtron-labs/common-lib v0.16.1-0.20240923063129-ff2dc035435e
13+ github.com/devtron-labs/common-lib v0.19.0
1414 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
@@ -73,3 +73,7 @@ require (
7373 google.golang.org/protobuf v1.33.0 // indirect
7474 mellium.im/sasl v0.3.1 // indirect
7575)
76+
77+ replace (
78+ github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241024135802-b4888f54a136
79+ )
Original file line number Diff line number Diff line change @@ -280,8 +280,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
280280github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
281281github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
282282github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba /go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0 =
283- github.com/devtron-labs/common-lib v0.16.1-0.20240923063129-ff2dc035435e h1:siyAoJz9Nq26JrTzmSGd02EOmPV86tUgzgBW1Y5bSVU =
284- github.com/devtron-labs/common-lib v0.16.1-0.20240923063129-ff2dc035435e /go.mod h1:I+B+0ZeOV1Qv8dE/uNAFXOhw7lxfD6FqK6KzTBLBY7E =
283+ github.com/devtron-labs/common-lib v0.19.0 h1:fz+8Uaacv1bmvS+V5dH38/2UbZzebBDCSxvEMBVtBEc =
284+ github.com/devtron-labs/common-lib v0.19.0 /go.mod h1:I+B+0ZeOV1Qv8dE/uNAFXOhw7lxfD6FqK6KzTBLBY7E =
285285github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
286286github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
287287github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ github.com/cespare/xxhash/v2
7272github.com/coreos/clair/api/v3/clairpb
7373github.com/coreos/clair/database
7474github.com/coreos/clair/ext/versionfmt
75- # github.com/devtron-labs/common-lib v0.16.1-0.20240923063129-ff2dc035435e
75+ # github.com/devtron-labs/common-lib v0.19.0
7676## explicit; go 1.21
7777github.com/devtron-labs/common-lib/constants
7878github.com/devtron-labs/common-lib/git-manager/util
You can’t perform that action at this time.
0 commit comments