dewrich closed pull request #2233: Fixed the Go import package alignment 
because the github project moved
URL: https://github.com/apache/trafficcontrol/pull/2233
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/traffic_ops/traffic_ops_golang/urisigning.go 
b/traffic_ops/traffic_ops_golang/urisigning.go
index 50679fde0..91cca2954 100644
--- a/traffic_ops/traffic_ops_golang/urisigning.go
+++ b/traffic_ops/traffic_ops_golang/urisigning.go
@@ -36,7 +36,7 @@ import (
        
"github.com/apache/incubator-trafficcontrol/traffic_ops/traffic_ops_golang/tenant"
        "github.com/basho/riak-go-client"
        "github.com/jmoiron/sqlx"
-       "github.com/lestrrat/go-jwx/jwk"
+       "github.com/lestrrat/go-jwx/jwe"
 )
 
 // CDNURIKeysBucket is the namespace or bucket used for CDN URI signing keys.
@@ -45,7 +45,7 @@ const CDNURIKeysBucket = "cdn_uri_sig_keys"
 // URISignerKeyset is the container for the CDN URI signing keys
 type URISignerKeyset struct {
        RenewalKid *string               `json:"renewal_kid"`
-       Keys       []jwk.EssentialHeader `json:"keys"`
+       Keys       []jwe.EssentialHeader `json:"keys"`
 }
 
 // endpoint handler for fetching uri signing keys from riak


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to