change module version
... | ... | @@ -15,7 +15,7 @@ require ( |
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect | ||
github.com/creasty/defaults v1.3.0 | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/dubbogo/getty v1.3.7 | ||
github.com/dubbogo/getty v1.3.8 | ||
github.com/dubbogo/go-zookeeper v1.0.1 | ||
github.com/dubbogo/gost v1.9.0 | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect | ||
... | ... | @@ -66,6 +66,4 @@ require ( |
k8s.io/apimachinery v0.16.9 | ||
k8s.io/client-go v0.16.9 | ||
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect | ||
) | ||
replace github.com/dubbogo/getty v1.2.2 => github.com/aliiohs/getty v1.1.1-0.20200802094147-169328c4ff38 | ||
) | ||
\ No newline at end of file |
... | ... | @@ -145,6 +145,7 @@ github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5Xh |
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= | ||
github.com/dubbogo/getty v1.3.7 h1:xlkYD2/AH34iGteuLMsGjLl2PwBVrbIhHjf3tlUsv1M= | ||
github.com/dubbogo/getty v1.3.7/go.mod h1:XWO4+wAaMqgnBN9Ykv2YxxOAkGxymg6LGO9RK+EiCDY= | ||
github.com/dubbogo/getty v1.3.8/go.mod h1:JIN5lNZznGnBuoYjlEe/yjNmq7eSjKaawHdnBAdtiEo= | ||
github.com/dubbogo/go-zookeeper v1.0.1 h1:irLzvOsDOTNsN8Sv9tvYYxVu6DCQfLtziZQtUHmZgz8= | ||
github.com/dubbogo/go-zookeeper v1.0.1/go.mod h1:fn6n2CAEer3novYgk9ULLwAjuV8/g4DdC2ENwRb6E+c= | ||
github.com/dubbogo/gost v1.9.0 h1:UT+dWwvLyJiDotxJERO75jB3Yxgsdy10KztR5ycxRAk= | ||
... | ... |
Please register or sign in to comment