From a52b48cf47b9b6472051dc1f22293ccc61e814a7 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Thu, 24 Oct 2024 10:44:38 -0400 Subject: [PATCH] feat(invocation): provide New constructor and encoding to wire-format --- token/invocation/invocation.go | 1 - token/invocation/options.go | 1 - 2 files changed, 2 deletions(-) diff --git a/token/invocation/invocation.go b/token/invocation/invocation.go index a1fdcb9..0e0a306 100644 --- a/token/invocation/invocation.go +++ b/token/invocation/invocation.go @@ -15,7 +15,6 @@ import ( "github.com/ipfs/go-cid" "github.com/ipld/go-ipld-prime/datamodel" - "github.com/ucan-wg/go-ucan/did" "github.com/ucan-wg/go-ucan/pkg/command" "github.com/ucan-wg/go-ucan/pkg/meta" diff --git a/token/invocation/options.go b/token/invocation/options.go index 1c557b9..f2f870a 100644 --- a/token/invocation/options.go +++ b/token/invocation/options.go @@ -5,7 +5,6 @@ import ( "github.com/ipfs/go-cid" "github.com/ipld/go-ipld-prime/datamodel" - "github.com/ucan-wg/go-ucan/did" )