Skip to content

Commit e5897b9

Browse files
author
Frank Martinez
committed
remove unused import
1 parent 0fd45a8 commit e5897b9

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

activity/rest/activity.go

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package rest
33
import (
44
"bytes"
55
"encoding/json"
6-
"github.com/DataDog/zstd"
76
"io"
87
"io/ioutil"
98
"net/http"

activity/rest/go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/project-flogo/contrib/activity/rest
22

33
require (
4-
github.com/DataDog/zstd v1.4.0 // indirect
54
github.com/pkg/errors v0.8.1 // indirect
65
github.com/project-flogo/core v0.9.0
76
github.com/stretchr/testify v1.3.0

activity/rest/go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
github.com/DataDog/zstd v1.4.0 h1:vhoV+DUHnRZdKW1i5UMjAk2G4JY8wN4ayRfYDNdEhwo=
2-
github.com/DataDog/zstd v1.4.0/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
31
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
42
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
53
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)