module github.com/jfrog/jfrog-client-go go 1.20 require ( github.com/ProtonMail/go-crypto v1.0.0 github.com/buger/jsonparser v1.1.1 github.com/forPelevin/gomoji v1.1.8 github.com/go-git/go-git/v5 v5.11.0 github.com/golang-jwt/jwt/v4 v4.5.0 github.com/gookit/color v1.5.4 git...
All go clients for JFrog products. Contribute to jfrog/jfrog-client-go development by creating an account on GitHub.
go test -v github.com/jfrog/jfrog-client-go/tests -timeout 0 -run TestGetArtifactoryVersionWithCustomHttpClient -test.artifactory -rt.url=http://127.0.0.1:8081/artifactory -rt.user=admin -rt.password=password Note: The tests create an Artifactory repository named jfrog-client-tests-repo1. ...
All go clients for JFrog products. Contribute to jfrog/jfrog-client-go development by creating an account on GitHub.
"github.com/jfrog/jfrog-client-go/utils/log" "net/http" "path" ) const ( isExistInRbV2Endpoint = "api/v2/release_bundle/existence" ) func (rbs *ReleaseBundlesService) ReleaseBundleExists(rbName, rbVersion, projectKey string) (bool, error) { queryParams := distribution.GetProjectQueryPara...
All tests passed. If this feature is not already covered by the tests, I added new tests. All static analysis checks passed. This pull request is on the dev branch. I used gofmt for formatting the code before submitting the pull request. The HTTP cl
"github.com/jfrog/jfrog-client-go/utils/log" "os" "regexp" "strings" @@ -11,26 +12,17 @@ import ( "github.com/jfrog/jfrog-client-go/utils" "github.com/jfrog/jfrog-client-go/utils/errorutils" "github.com/jfrog/jfrog-client-go/utils/io/fileutils" "github.com/jfrog/jfrog-...
All go clients for JFrog products. Contribute to jfrog/jfrog-client-go development by creating an account on GitHub.
All go clients for JFrog products. Contribute to jfrog/jfrog-client-go development by creating an account on GitHub.
Merge branch 'dev' of https://github.com/jfrog/jfrog-client-go into s… … 42cd864 update deps … 8a35fbb Merge branch 'dev' of https://github.com/jfrog/jfrog-client-go into s… … c58e8c0 update deps … f7a7df3 update deps … 3b78130 update deps … 1d36e85...