Skip to content

Commit

Permalink
Fix nil pointer issue when restart k8s provider (#97)
Browse files Browse the repository at this point in the history
* fix nil pointer issue when restart pod

* go mod tidy
  • Loading branch information
linglingye001 authored Mar 7, 2025
1 parent 72ccd76 commit a7f0627
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 94 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0
github.com/imdario/mergo v0.3.16 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
Loading

0 comments on commit a7f0627

Please sign in to comment.