Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newRepo (0.09 sec)

  1. staging/README.md

       [#kubernetes/kubernetes#91354](https://github.com/kubernetes/kubernetes/blob/release-1.24/staging/src/k8s.io/client-go/doc.go)
       for reference.
    
    7. NOTE: Do not edit go.mod or go.sum in the new repo (staging/src/k8s.io/<newrepo>/) manually. Run the following instead:
    
    ```
      ./hack/update-vendor.sh
    ```
    
    8. Run [`./hack/update-go-workspace.sh`](/hack/update-go-workspace.sh) to add
       the module to the workspace.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/BuildModelTransformer.java

                        }
                        dep = dep.withVersion(v);
                        modified = true;
                    }
                }
                newDeps.add(dep);
            }
            if (modified) {
                builder.dependencies(newDeps);
            }
        }
    
        protected String replaceCiFriendlyVersion(ModelTransformerContext context, String version) {
            if (version != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top