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

Commit

Permalink
removing vendor and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yabetsu93 committed Jan 2, 2021
1 parent 9fd0c14 commit eb0a436
Show file tree
Hide file tree
Showing 243 changed files with 487 additions and 51,308 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module qvl.io/promplot

go 1.15

require (
github.com/nlopes/slack v0.6.0
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/common v0.15.0
gonum.org/v1/plot v0.8.1
)
472 changes: 472 additions & 0 deletions go.sum

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions promplot/plot.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
"regexp"
"strconv"

"github.com/gonum/plot"
"github.com/gonum/plot/palette/brewer"
"github.com/gonum/plot/plotter"
"github.com/gonum/plot/vg"
"github.com/gonum/plot/vg/draw"
"github.com/prometheus/common/model"
"gonum.org/v1/plot"
"gonum.org/v1/plot/palette/brewer"
"gonum.org/v1/plot/plotter"
"gonum.org/v1/plot/vg"
"gonum.org/v1/plot/vg/draw"
)

// Only show important part of metric name
Expand Down
13 changes: 0 additions & 13 deletions vendor/bitbucket.org/zombiezen/gopdf/AUTHORS

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/bitbucket.org/zombiezen/gopdf/CONTRIBUTORS

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/bitbucket.org/zombiezen/gopdf/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/bitbucket.org/zombiezen/gopdf/pdf/Makefile

This file was deleted.

248 changes: 0 additions & 248 deletions vendor/bitbucket.org/zombiezen/gopdf/pdf/canvas.go

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/bitbucket.org/zombiezen/gopdf/pdf/doc.go

This file was deleted.

Loading

0 comments on commit eb0a436

Please sign in to comment.