Skip to content

Commit 965aa95

Browse files
authored
move delegations to pkg/ for export (#209)
Signed-off-by: Asra Ali <[email protected]>
1 parent 2c5d73b commit 965aa95

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

client/delegations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package client
22

33
import (
44
"github.com/theupdateframework/go-tuf/data"
5-
"github.com/theupdateframework/go-tuf/internal/targets"
5+
"github.com/theupdateframework/go-tuf/pkg/targets"
66
"github.com/theupdateframework/go-tuf/verify"
77
)
88

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)