netsec-ethz / scion-apps

Public repository for SCION applications
Apache License 2.0
20 stars 43 forks source link

Update to latest netsec-ethz/scion:scionlab, hellodrkey to DRKey v2 #226

Closed matzf closed 2 years ago

matzf commented 2 years ago

The hellodrkey example now uses grpc directly, which is not used in the rest of the libraries. Thus it makes sense to have a separate go module for the examples. This also allows us to remove the replace directive for scionproto/scion in the top-level module, as netsec-ethz/scion specific code is only used in the examples (drkey).


This change is Reviewable