Skip to content

Commit 6135e4c

Browse files
committed
lib update
1 parent 65842a2 commit 6135e4c

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain go1.22.4
66

77
require (
88
github.com/caarlos0/env v3.5.0+incompatible
9-
github.com/devtron-labs/common-lib v0.0.25-0.20240731080454-282e8ce8a2c5
10-
github.com/devtron-labs/protos v0.0.3-0.20240726131238-dff2574e623d
9+
github.com/devtron-labs/common-lib v0.0.25-0.20240802103040-a6b975ffa69e
10+
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80
1111
github.com/gammazero/workerpool v1.1.3
1212
github.com/go-git/go-git/v5 v5.11.0
1313
github.com/go-pg/pg v6.15.1+incompatible

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG
2929
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3030
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3131
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
32-
github.com/devtron-labs/common-lib v0.0.25-0.20240731080454-282e8ce8a2c5 h1:R0T3f9/xk6P6V1ncbAaY2EjRkyjl01wslfbOSnBC18Q=
33-
github.com/devtron-labs/common-lib v0.0.25-0.20240731080454-282e8ce8a2c5/go.mod h1:3GN9TABx4D+hVuF69vGYUUx+H8/WelcKw0lUt8aELok=
34-
github.com/devtron-labs/protos v0.0.3-0.20240726131238-dff2574e623d h1:uZk/CLrgRdPvb9/Eaio6+AkrDGdQaibNmD2DSwJZYEg=
35-
github.com/devtron-labs/protos v0.0.3-0.20240726131238-dff2574e623d/go.mod h1:ypUknVph8Ph4dxSlrFoouf7wLedQxHku2LQwgRrdgS4=
32+
github.com/devtron-labs/common-lib v0.0.25-0.20240802103040-a6b975ffa69e h1:oC1KJ4jeIebSRWtBarETQPmSVhbK06EWAE49g9VukEY=
33+
github.com/devtron-labs/common-lib v0.0.25-0.20240802103040-a6b975ffa69e/go.mod h1:3GN9TABx4D+hVuF69vGYUUx+H8/WelcKw0lUt8aELok=
34+
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys=
35+
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80/go.mod h1:ypUknVph8Ph4dxSlrFoouf7wLedQxHku2LQwgRrdgS4=
3636
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU=
3737
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
3838
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=

vendor/github.com/devtron-labs/common-lib/constants/constants.go

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/devtron-labs/common-lib/utils/FileUtil.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ github.com/cyphar/filepath-securejoin
6262
# github.com/davecgh/go-spew v1.1.1
6363
## explicit
6464
github.com/davecgh/go-spew/spew
65-
# github.com/devtron-labs/common-lib v0.0.25-0.20240731080454-282e8ce8a2c5
65+
# github.com/devtron-labs/common-lib v0.0.25-0.20240802103040-a6b975ffa69e
6666
## explicit; go 1.21
6767
github.com/devtron-labs/common-lib/constants
6868
github.com/devtron-labs/common-lib/git-manager
@@ -75,7 +75,7 @@ github.com/devtron-labs/common-lib/pubsub-lib
7575
github.com/devtron-labs/common-lib/pubsub-lib/metrics
7676
github.com/devtron-labs/common-lib/pubsub-lib/model
7777
github.com/devtron-labs/common-lib/utils
78-
# github.com/devtron-labs/protos v0.0.3-0.20240726131238-dff2574e623d
78+
# github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80
7979
## explicit; go 1.17
8080
github.com/devtron-labs/protos/gitSensor
8181
# github.com/emirpasic/gods v1.18.1

0 commit comments

Comments
 (0)