target / pod-reaper

Rule based pod killing kubernetes controller
MIT License
200 stars 52 forks source link

Update Dependencies to use Go Modules #57

Closed GregoryDosh closed 2 years ago

GregoryDosh commented 4 years ago

We should consider updating the dependencies to use the newer built in modules of go.

https://blog.golang.org/migrating-to-go-modules

brianberzins commented 4 years ago

I've also been meaning to switch off glide for awhile... so maybe this is a two bird situation!

ojagodzinski commented 4 years ago

We should consider updating the dependencies to use the newer built in modules of go.

https://github.com/target/pod-reaper/pull/58

brianberzins commented 2 years ago

closing this because it should be resolved with #58