diff options
| author | Jan Unterbrink <jan.unterbrink@subpath.de> | 2019-07-22 21:02:27 +0200 |
|---|---|---|
| committer | Jan Unterbrink <jan.unterbrink@subpath.de> | 2019-08-08 22:08:23 +0200 |
| commit | 682be7d627413d9f127d33ab5630b8bb142d1346 (patch) | |
| tree | 62634d30816a70e0966cf5092beedd7fd3d1bbed /go.mod | |
| parent | remove gopkg and vendor (diff) | |
| download | kubeedge-682be7d627413d9f127d33ab5630b8bb142d1346.tar.gz | |
remove dep tarvis stage
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -27,8 +27,8 @@ require ( github.com/evanphx/json-patch v4.5.0+incompatible // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/ghodss/yaml v1.0.0 - github.com/go-chassis/go-archaius v0.19.0 - github.com/go-chassis/go-chassis v1.4.0 + github.com/go-chassis/go-archaius v0.20.0 + github.com/go-chassis/go-chassis v1.6.1 github.com/go-mesh/openlogging v1.0.0 github.com/go-openapi/validate v0.19.2 // indirect github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect @@ -79,6 +79,7 @@ require ( golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect golang.org/x/tools v0.0.0-20190719005602-e377ae9d6386 // indirect google.golang.org/grpc v1.22.0 // indirect + gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/square/go-jose.v2 v2.3.1 // indirect |
