File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package rest
3
3
import (
4
4
"bytes"
5
5
"encoding/json"
6
- "github.com/DataDog/zstd"
7
6
"io"
8
7
"io/ioutil"
9
8
"net/http"
Original file line number Diff line number Diff line change 1
1
module github.com/project-flogo/contrib/activity/rest
2
2
3
3
require (
4
- github.com/DataDog/zstd v1.4.0 // indirect
5
4
github.com/pkg/errors v0.8.1 // indirect
6
5
github.com/project-flogo/core v0.9.0
7
6
github.com/stretchr/testify v1.3.0
Original file line number Diff line number Diff line change 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 =
3
1
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
2
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
5
3
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments