Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unwantedModules (0.25 sec)

  1. cmd/dependencyverifier/dependencyverifier.go

    }
    
    type UnwantedSpec struct {
    	// module names we don't want to depend on, mapped to an optional message about why
    	UnwantedModules map[string]string `json:"unwantedModules"`
    }
    
    type UnwantedStatus struct {
    	// references to modules in the spec.unwantedModules list, based on `go mod graph` content.
    	// eliminating things from this list is good, and sometimes requires working with upstreams to do so.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 07 01:48:30 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  2. hack/unwanted-dependencies.json

    {
      "spec": {
        "unwantedModules": {
          "cloud.google.com/go": "cloud dependency",
          "cloud.google.com/go/bigquery": "cloud dependency",
          "cloud.google.com/go/compute": "cloud dependency",
          "cloud.google.com/go/firestore": "db/datastore clients should not be required",
          "cloud.google.com/go/storage": "cloud dependency",
          "github.com/GoogleCloudPlatform/k8s-cloud-provider": "cloud dependency",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top