Skip to content

Commit

Permalink
Merge pull request #14 from hidevopsio/hiboot-1.0.2
Browse files Browse the repository at this point in the history
update hiboot to 1.0.2
  • Loading branch information
john-deng authored Feb 10, 2019
2 parents b2e7340 + 469de8c commit 6ac17d5
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 127 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- master
- "1.11.x"

git:
depth: 1
Expand All @@ -12,15 +12,13 @@ branches:

go_import_path: hidevops.io/hiboot-data

before_install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -v

env:
- APP_PROFILES_ACTIVE=local
- GO111MODULE=on APP_PROFILES_ACTIVE=local

install: true
script:
- go test -v ./... -coverprofile=coverage.out -covermode=atomic
- env GO111MODULE=on go test -v ./... -coverprofile=coverage.out -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

[[constraint]]
name = "hidevops.io/hiboot"
version = "v1.0.0"
version = "v1.0.2"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down
32 changes: 16 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module hidevops.io/hiboot-data

require (
cloud.google.com/go v0.28.0
github.com/BurntSushi/toml v0.3.0
github.com/Joker/jade v0.0.0-20180419144541-8828253bfc54
github.com/BurntSushi/toml v0.3.1
github.com/Joker/jade v1.0.0
github.com/Shopify/goreferrer v0.0.0-20180807163728-b9777dc9f9cc
github.com/ajg/form v0.0.0-20160802194845-cc2954064ec9
github.com/aymerick/raymond v0.0.0-20180322193309-b565731e1464
github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f
github.com/aymerick/raymond v2.0.2+incompatible
github.com/boltdb/bolt v1.3.1
github.com/coreos/etcd v3.3.9+incompatible
github.com/davecgh/go-spew v1.1.1
Expand Down Expand Up @@ -34,14 +34,14 @@ require (
github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/json-iterator/go v0.0.0-20180914014843-2433035e5132
github.com/json-iterator/go v1.1.5
github.com/juju/errors v0.0.0-20180806074554-22422dad46e1
github.com/kataras/golog v0.0.0-20180321173939-03be10146386
github.com/kataras/iris v0.0.0-20181118033431-39b8b1eb00ea
github.com/kataras/iris v11.0.3+incompatible
github.com/kataras/pio v0.0.0-20180511174041-a9733b5b6b83
github.com/kataras/survey v2.0.0+incompatible
github.com/klauspost/compress v1.4.0
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5
github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e
github.com/lib/pq v1.0.0
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.0.9
Expand All @@ -51,11 +51,11 @@ require (
github.com/microcosm-cc/bluemonday v1.0.1
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/modern-go/reflect2 v1.0.1
github.com/moul/http2curl v1.0.0
github.com/pelletier/go-toml v1.2.0
github.com/pmezard/go-difflib v1.0.0
github.com/ryanuber/columnize v0.0.0-20170703205827-abc90934186a
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/sergi/go-diff v1.0.0
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95
github.com/sony/sonyflake v0.0.0-20160530021500-fa881fb1052b
Expand All @@ -69,18 +69,18 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
github.com/xeipuuv/gojsonschema v0.0.0-20180816142147-da425ebb7609
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
github.com/yudai/gojsondiff v0.0.0-20170107030110-7b1b7adf999d
github.com/yudai/gojsondiff v1.0.0
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
golang.org/x/crypto v0.0.0-20180927165925-5295e8364332
golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611
golang.org/x/text v0.3.0
google.golang.org/appengine v1.1.0
google.golang.org/genproto v0.0.0-20180914223249-4b56f30a1fd9
google.golang.org/grpc v1.15.0
google.golang.org/grpc v1.14.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/ini.v1 v1.38.2
gopkg.in/ini.v1 v1.38.3
gopkg.in/yaml.v2 v2.2.1
hidevops.io/hiboot v1.0.0
hidevops.io/hiboot v1.0.2
hidevops.io/viper v1.3.2
)
Loading

0 comments on commit 6ac17d5

Please sign in to comment.