Skip to content

Commit

Permalink
fix import problem
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Oct 14, 2018
1 parent 1d6dd61 commit c0e13f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/config.go
Expand Up @@ -3,6 +3,7 @@ package main
import (
"bytes"
"github.com/BurntSushi/toml"
"github.com/getsentry/raven-go"
"github.com/mitchellh/go-homedir"
"io/ioutil"
"log"
Expand Down
1 change: 1 addition & 0 deletions cli/handler.go
Expand Up @@ -7,6 +7,7 @@ import (
"github.com/mitchellh/go-homedir"
"github.com/olekukonko/tablewriter"
"github.com/urfave/cli"
"github.com/getsentry/raven-go"
"golang.org/x/crypto/ssh/terminal"
"log"
"os"
Expand Down
2 changes: 2 additions & 0 deletions cli/main.go
Expand Up @@ -2,11 +2,13 @@ package main

import (
"github.com/urfave/cli"
"github.com/getsentry/raven-go"
"log"
"os"
)

func main() {
initRaven()
validateConfig()
// sessionToken := getCache("session-token")
var currentUser User
Expand Down
1 change: 1 addition & 0 deletions cli/repository.go
Expand Up @@ -2,6 +2,7 @@ package main

import (
"fmt"
"github.com/getsentry/raven-go"
"github.com/BurntSushi/toml"
"github.com/fatih/color"
"gopkg.in/src-d/go-git.v4"
Expand Down
1 change: 1 addition & 0 deletions cli/shell.go
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"
"log"
"os/exec"
"github.com/getsentry/raven-go"
)

func pip(args []string) {
Expand Down

0 comments on commit c0e13f7

Please sign in to comment.