mikestefanello / pagoda

Rapid, easy full-stack web development starter kit in Go
MIT License
2.09k stars 108 forks source link

fixes Issue 45 - cant generate using ent and then run #48

Closed gedw99 closed 10 months ago

gedw99 commented 10 months ago

https://github.com/mikestefanello/pagoda/issues/45

Al I did was run go-mod-upgrade and go mod tidy https://github.com/oligot/go-mod-upgrade

This does a sweep through everything. I updated to all latest dependencies, and did a generate and run and test.

This is my first PR, so if I missed something or should have done it on a branch, let me know.

gedw99 commented 10 months ago

https://github.com/mikestefanello/pagoda/blob/main/pkg/context/context_test.go#L21 is the source of a test failure on my laptop. It's minor I think. Not sure if it was there before

gedw99 commented 10 months ago

@mikestefanello do you require that PRs be signed ?

mikestefanello commented 10 months ago

Thanks for taking care of this. I'll fix the context_test issue now.

gedw99 commented 10 months ago

Thanks for taking care of this. I'll fix the context_test issue now.

thanks @mikestefanello