diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-13 15:18:12 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-13 15:18:12 +0200 |
commit | 7d0cbd048ce258893b2420e7f3568f4d0cf6aaf8 (patch) | |
tree | 7cb45e708689dd2f687a4c9016fad21f33a61d1e /pkg/policy | |
parent | 76b67507b902cebe701bd2e2b59beb455f96c923 (diff) |
switch to sigsum-go
Updates import paths only.
Diffstat (limited to 'pkg/policy')
-rw-r--r-- | pkg/policy/default.go | 2 | ||||
-rw-r--r-- | pkg/policy/policy.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/policy/default.go b/pkg/policy/default.go index 6f35fa4..e9a1d49 100644 --- a/pkg/policy/default.go +++ b/pkg/policy/default.go @@ -3,7 +3,7 @@ package policy import ( "fmt" - "git.sigsum.org/sigsum-lib-go/pkg/types" + "git.sigsum.org/sigsum-go/pkg/types" ) type DefaultPolicy struct{} diff --git a/pkg/policy/policy.go b/pkg/policy/policy.go index b4fe920..8ce6cdc 100644 --- a/pkg/policy/policy.go +++ b/pkg/policy/policy.go @@ -1,7 +1,7 @@ package policy import ( - "git.sigsum.org/sigsum-lib-go/pkg/types" + "git.sigsum.org/sigsum-go/pkg/types" ) type Policy interface { |