Skip to content

Commit

Permalink
use ghodss yaml so json-yaml is consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Jan 6, 2017
1 parent af4c6ee commit c428912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/kapacitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ import (
"strings"
"time"

yaml "gopkg.in/yaml.v2"

humanize "github.com/dustin/go-humanize"
"github.com/ghodss/yaml"
"github.com/influxdata/influxdb/influxql"
"github.com/influxdata/kapacitor/client/v1"
"github.com/pkg/errors"
Expand Down
1 change: 1 addition & 0 deletions vendor.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ github.com/davecgh/go-spew
github.com/dgrijalva/jwt-go v3.0.0
github.com/dustin/go-humanize
github.com/evanphx/json-patch
github.com/ghodss/yaml
github.com/gogo/protobuf
github.com/golang/protobuf
github.com/gorhill/cronexpr
Expand Down

0 comments on commit c428912

Please sign in to comment.