From 830b859421fd14780809593c19fd3998d84ba6cb Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 13 Jun 2019 20:44:13 -0400 Subject: [PATCH] Fix activitypub.go imports --- activitypub.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/activitypub.go b/activitypub.go index 8b1b129..bbcd3bb 100644 --- a/activitypub.go +++ b/activitypub.go @@ -17,6 +17,13 @@ import ( "encoding/base64" "encoding/json" "fmt" + "io/ioutil" + "net/http" + "net/http/httputil" + "net/url" + "strconv" + "time" + "github.com/gorilla/mux" "github.com/writeas/activity/streams" "github.com/writeas/httpsig" @@ -25,12 +32,6 @@ import ( "github.com/writeas/web-core/activitypub" "github.com/writeas/web-core/activitystreams" "github.com/writeas/web-core/log" - "io/ioutil" - "net/http" - "net/http/httputil" - "net/url" - "strconv" - "time" ) const (