Skip to content

Commit 26f4200

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(get_app_config.go,publish_release.go): remove unused imports
1 parent c717660 commit 26f4200

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

pkg/gitreceive/get_app_config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ package gitreceive
33
import (
44
"bytes"
55
"encoding/json"
6-
"errors"
7-
"flag"
8-
"fmt"
9-
"io/ioutil"
106
"net/http"
117
"os"
128

pkg/gitreceive/publish_release.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ package gitreceive
33
import (
44
"encoding/json"
55
"flag"
6-
"fmt"
7-
"io/ioutil"
86
"log"
97
"net/http"
10-
"os"
11-
"regexp"
12-
"strings"
138

149
"github.com/deis/builder/pkg"
1510
)

0 commit comments

Comments
 (0)