k8s.io/test-infra/triage@v0.0.0-20240520184403-27c6b4c223d8/go.mod (about)

     1  // Please read https://git.k8s.io/test-infra/docs/dep.md before updating dependencies.
     2  
     3  module k8s.io/test-infra/triage
     4  
     5  go 1.21
     6  
     7  // Please DO NOT add any "replace" directives to go.mod files in this repo.
     8  // See the following for an explanation of why this is problematic for published
     9  // packages: https://github.com/golang/go/issues/44840#issuecomment-1651863470
    10  
    11  require (
    12  	k8s.io/apimachinery v0.22.0
    13  	k8s.io/klog/v2 v2.10.0
    14  )
    15  
    16  require github.com/go-logr/logr v0.4.0 // indirect