Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for openat (0.12 sec)

  1. hack/unwanted-dependencies.json

          "github.com/go-openapi/analysis": "use k8s.io/kube-openapi/pkg/validation/spec",
          "github.com/go-openapi/spec": "use k8s.io/kube-openapi/pkg/validation/spec instead",
          "github.com/go-openapi/strfmt": "use k8s.io/kube-openapi/pkg/validation/strfmt instead",
          "github.com/go-openapi/validate": "use k8s.io/kube-openapi/pkg/validation/validate instead",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. go.mod

    	github.com/go-ole/go-ole v1.3.0 // indirect
    	github.com/go-openapi/analysis v0.23.0 // indirect
    	github.com/go-openapi/errors v0.22.0 // indirect
    	github.com/go-openapi/jsonpointer v0.21.0 // indirect
    	github.com/go-openapi/jsonreference v0.21.0 // indirect
    	github.com/go-openapi/runtime v0.28.0 // indirect
    	github.com/go-openapi/spec v0.21.0 // indirect
    	github.com/go-openapi/strfmt v0.23.0 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top