brave / nitriding-daemon

Tool kit for building secure, scalable, and networked services on top of AWS Nitro Enclaves.
Mozilla Public License 2.0
29 stars 10 forks source link

Use chi/v5 middleware consistently #30

Closed rillian closed 8 months ago

rillian commented 1 year ago

This unversioned import keeps trying to add the old chi v1 package; use the same versioned reference we have in enclave.go.

rillian commented 1 year ago

I think this was why you were getting the extra chi in go.mod.

DJAndries commented 1 year ago

Yes, I saw this. decided to handle this in a second PR. thanks for raising it. have you tested it? does the metrics server still work?

rillian commented 1 year ago

I have not tested it.

rillian commented 8 months ago

@DJAndries I've tested this and confirmed it works locally.