diff --git a/response.go b/response.go index 258393cd..a365c596 100644 --- a/response.go +++ b/response.go @@ -3,12 +3,13 @@ package hrp import ( "encoding/json" "fmt" - "github.com/pkg/errors" "io/ioutil" "net/http" "strings" "testing" + "github.com/pkg/errors" + "github.com/jmespath/go-jmespath" "github.com/rs/zerolog/log"