Skip to content

Commit 5c9b631

Browse files
author
Oleg Sucharevich
committed
remove lefovers from unused dep
1 parent a399beb commit 5c9b631

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

pkg/codefresh/codefresh.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ import (
66
"fmt"
77
"io/ioutil"
88
"net/http"
9-
"os"
10-
11-
logger "github.com/izumin5210/gentleman-logger"
12-
"gopkg.in/h2non/gentleman.v2"
139
)
1410

1511
type (
@@ -22,11 +18,6 @@ type (
2218
)
2319

2420
func New(opt *ClientOptions) Codefresh {
25-
client := gentleman.New()
26-
client.BaseURL(opt.Host)
27-
if opt.Debug == true {
28-
client.Use(logger.New(os.Stdout))
29-
}
3021

3122
return &codefresh{
3223
host: opt.Host,

0 commit comments

Comments
 (0)