Skip to content

Commit

Permalink
revendor annotate after repo move
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrandt committed Apr 13, 2016
1 parent 3791c58 commit 1de69b5
Show file tree
Hide file tree
Showing 37 changed files with 2,401 additions and 327 deletions.
2 changes: 1 addition & 1 deletion cmd/bosun/web/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
svg "github.com/ajstarks/svgo"
"github.com/bradfitz/slice"
"github.com/gorilla/mux"
"github.com/kylebrandt/annotate"
"github.com/bosun-monitor/annotate"
"github.com/vdobler/chart"
"github.com/vdobler/chart/svgg"
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/bosun/web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (

"github.com/MiniProfiler/go/miniprofiler"
"github.com/gorilla/mux"
"github.com/kylebrandt/annotate/backend"
"github.com/kylebrandt/annotate/web"
"github.com/bosun-monitor/annotate/backend"
"github.com/bosun-monitor/annotate/web"
)

var (
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

285 changes: 146 additions & 139 deletions vendor/github.com/gorilla/mux/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1de69b5

Please sign in to comment.