mirror of
https://github.com/imjasonh/client-go2
synced 2026-07-08 09:05:38 +00:00
Playing with generic informers
This commit is contained in:
parent
ec96ad4354
commit
fa4eb4d0f2
4 changed files with 52 additions and 5 deletions
2
go.mod
2
go.mod
|
|
@ -15,6 +15,8 @@ require (
|
|||
github.com/golang/protobuf v1.4.3 // indirect
|
||||
github.com/google/go-cmp v0.5.2 // indirect
|
||||
github.com/google/gofuzz v1.1.0 // indirect
|
||||
github.com/googleapis/gnostic v0.4.1 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
||||
github.com/imdario/mergo v0.3.5 // indirect
|
||||
github.com/json-iterator/go v1.1.10 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue