Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed May 14, 2019
1 parent 0fd45a8 commit e5897b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion activity/rest/activity.go
Expand Up @@ -3,7 +3,6 @@ package rest
import (
"bytes"
"encoding/json"
"github.com/DataDog/zstd"
"io"
"io/ioutil"
"net/http"
Expand Down
1 change: 0 additions & 1 deletion activity/rest/go.mod
@@ -1,7 +1,6 @@
module github.com/project-flogo/contrib/activity/rest

require (
github.com/DataDog/zstd v1.4.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/project-flogo/core v0.9.0
github.com/stretchr/testify v1.3.0
Expand Down
2 changes: 0 additions & 2 deletions activity/rest/go.sum
@@ -1,5 +1,3 @@
github.com/DataDog/zstd v1.4.0 h1:vhoV+DUHnRZdKW1i5UMjAk2G4JY8wN4ayRfYDNdEhwo=
github.com/DataDog/zstd v1.4.0/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit e5897b9

Please sign in to comment.