diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-05 16:07:22 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-05 16:07:22 +0100 |
commit | 36743a05a39f449628b153f1051bd854cf4ed6aa (patch) | |
tree | 8eb7bca431849c78d9d3a6fc086a762a0ae0f89c /client/client.go | |
parent | 2cd6104d601cb3a064b7b67ecf097a8591c029dd (diff) |
moved package from stfe/server/descriptor to stfe/descriptor
Diffstat (limited to 'client/client.go')
-rw-r--r-- | client/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go index a95fc77..88ccf2f 100644 --- a/client/client.go +++ b/client/client.go @@ -16,7 +16,7 @@ import ( "github.com/golang/glog" "github.com/google/trillian/merkle/rfc6962" "github.com/system-transparency/stfe" - "github.com/system-transparency/stfe/server/descriptor" + "github.com/system-transparency/stfe/descriptor" "github.com/system-transparency/stfe/x509util" "golang.org/x/net/context/ctxhttp" ) |