Skip to content

Commit

Permalink
updating common lib
Browse files Browse the repository at this point in the history
  • Loading branch information
iamayushm committed May 13, 2024
1 parent 8846cf0 commit 70a8eee
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
//github.com/argoproj/gitops-engine v0.7.1-0.20231013183858-f15cf615b814
github.com/aws/aws-sdk-go v1.44.285 // indirect
github.com/caarlos0/env v3.5.0+incompatible
github.com/devtron-labs/common-lib v0.0.16-0.20240512080009-d645ac939fde
github.com/devtron-labs/common-lib v0.0.16-0.20240512235541-1bbba737b3ad
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/evanphx/json-patch v5.7.0+incompatible
github.com/go-pg/pg v6.15.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devtron-labs/authenticator v0.4.31 h1:CEMLek3JnMuH9ULsC6BHNJr+NiyGzBd4lgdSxH2IGnc=
github.com/devtron-labs/authenticator v0.4.31/go.mod h1:ozNfT8WcruiSgnUbyp48WVfc41++W6xYXhKFp67lNTU=
github.com/devtron-labs/common-lib v0.0.16-0.20240512080009-d645ac939fde h1:qrQMqlAlE4rVKE1Wxumws4rvGK8kYwuosE1UY/UdxPY=
github.com/devtron-labs/common-lib v0.0.16-0.20240512080009-d645ac939fde/go.mod h1:kli8FtdBTkEdmlnBmDjfaYxKyGpAYEPv5vau1sGSUng=
github.com/devtron-labs/common-lib v0.0.16-0.20240512235541-1bbba737b3ad h1:Ooy8poTsE4bGKs1GiE0OrniO9Yiu1+S1tRDlIMyF8wo=
github.com/devtron-labs/common-lib v0.0.16-0.20240512235541-1bbba737b3ad/go.mod h1:kli8FtdBTkEdmlnBmDjfaYxKyGpAYEPv5vau1sGSUng=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2/go.mod h1:WHNsWjnIn2V1LYOrME7e8KxSeKunYHsxEm4am0BUtcI=
github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY=
Expand Down
16 changes: 14 additions & 2 deletions vendor/github.com/devtron-labs/common-lib/helmLib/registry/bean.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ github.com/davecgh/go-spew/spew
github.com/devtron-labs/authenticator/client
github.com/devtron-labs/authenticator/jwt
github.com/devtron-labs/authenticator/oidc
# github.com/devtron-labs/common-lib v0.0.16-0.20240512080009-d645ac939fde
# github.com/devtron-labs/common-lib v0.0.16-0.20240512235541-1bbba737b3ad
## explicit; go 1.21
github.com/devtron-labs/common-lib/constants
github.com/devtron-labs/common-lib/helmLib/registry
Expand Down

0 comments on commit 70a8eee

Please sign in to comment.