From 9cf648eaa3c2d158cc4aafda73738f7fe173ca84 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 1 Feb 2020 11:31:44 +0000 Subject: Use vendored dependencies --- mastodon/go.mod | 5 ----- mastodon/go.sum | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 mastodon/go.mod delete mode 100644 mastodon/go.sum (limited to 'mastodon') diff --git a/mastodon/go.mod b/mastodon/go.mod deleted file mode 100644 index cc414ea..0000000 --- a/mastodon/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module mastodon - -go 1.13 - -require github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 diff --git a/mastodon/go.sum b/mastodon/go.sum deleted file mode 100644 index d67f56e..0000000 --- a/mastodon/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 h1:nrZ3ySNYwJbSpD6ce9duiP+QkD3JuLCcWkdaehUS/3Y= -github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80/go.mod h1:iFyPdL66DjUD96XmzVL3ZntbzcflLnznH0fr99w5VqE= -- cgit v1.2.3