Skip to content

Commit

Permalink
add: 添加vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnzy committed Apr 5, 2020
1 parent 1a31b90 commit 97e9c64
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 33 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/fanux/sealos
go 1.13

require (
cloud.google.com/go v0.38.0
github.com/fanux/lvscare v0.0.0-00010101000000-000000000000
github.com/fanux/sealgate v0.0.5
github.com/fanux/sealos/pkg/logger v0.0.0-20200405090359-dfdb0373125b
Expand Down
2 changes: 1 addition & 1 deletion install/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (c *SealConfig) Load(path string) (err error) {

err = yaml.Unmarshal(y, c)
if err != nil {
return fmt.Errorf("read config file %s failed %w",path,err)
return fmt.Errorf("unmarshal config file failed: %w",err)
}

MasterIPs = c.Masters
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/hashicorp/hcl/go.mod

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

6 changes: 3 additions & 3 deletions vendor/github.com/wonderivan/logger/config.go

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

3 changes: 1 addition & 2 deletions vendor/github.com/wonderivan/logger/console.go

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

44 changes: 18 additions & 26 deletions vendor/github.com/wonderivan/logger/log.go

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

2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/fanux/lvscare/service
github.com/fanux/lvscare/utils
# github.com/fanux/sealgate v0.0.5
github.com/fanux/sealgate/cloud
# github.com/fanux/sealos/pkg/logger v0.0.0-20200405090359-dfdb0373125b
github.com/fanux/sealos/pkg/logger
# github.com/fsnotify/fsnotify v1.4.7
github.com/fsnotify/fsnotify
# github.com/ghodss/yaml v1.0.0
Expand Down

0 comments on commit 97e9c64

Please sign in to comment.