From 09ef9e639efa1b01005dcb7fc044611f277ad618 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 13 Nov 2021 17:29:43 +0100 Subject: move to ssb gofed fork (#298) --- .../activity/streams/gen_pkg_w3idsecurityv1_disjoint.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_disjoint.go (limited to 'vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_disjoint.go') diff --git a/vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_disjoint.go b/vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_disjoint.go deleted file mode 100644 index c8a34164d..000000000 --- a/vendor/github.com/go-fed/activity/streams/gen_pkg_w3idsecurityv1_disjoint.go +++ /dev/null @@ -1,14 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package streams - -import ( - typepublickey "github.com/go-fed/activity/streams/impl/w3idsecurityv1/type_publickey" - vocab "github.com/go-fed/activity/streams/vocab" -) - -// W3IDSecurityV1PublicKeyIsDisjointWith returns true if PublicKey is disjoint -// with the other's type. -func W3IDSecurityV1PublicKeyIsDisjointWith(other vocab.Type) bool { - return typepublickey.PublicKeyIsDisjointWith(other) -} -- cgit v1.2.3