Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
Fix dependency on termui
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Nov 12, 2015
1 parent 1d0029c commit 75d77ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/Graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package main
import (
"fmt"
"github.com/SumoLogic/sumoshell/render-util"
ui "github.com/gizak/termui"
ui "gopkg.in/gizak/termui.v1"
"strconv"
)

Expand Down

0 comments on commit 75d77ea

Please sign in to comment.