display pull progress
Showing
| ... | @@ -4,6 +4,7 @@ go 1.20 | ... | @@ -4,6 +4,7 @@ go 1.20 |
| require ( | require ( | ||
| github.com/gin-gonic/gin v1.9.1 | github.com/gin-gonic/gin v1.9.1 | ||
| github.com/gosuri/uiprogress v0.0.1 | |||
| github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
| ) | ) | ||
| ... | @@ -17,6 +18,7 @@ require ( | ... | @@ -17,6 +18,7 @@ require ( |
| github.com/go-playground/validator/v10 v10.14.0 // indirect | github.com/go-playground/validator/v10 v10.14.0 // indirect | ||
| github.com/goccy/go-json v0.10.2 // indirect | github.com/goccy/go-json v0.10.2 // indirect | ||
| github.com/google/go-cmp v0.5.9 // indirect | github.com/google/go-cmp v0.5.9 // indirect | ||
| github.com/gosuri/uilive v0.0.4 // indirect | |||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.4 // indirect | github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
| ... | @@ -32,7 +34,7 @@ require ( | ... | @@ -32,7 +34,7 @@ require ( |
| golang.org/x/arch v0.3.0 // indirect | golang.org/x/arch v0.3.0 // indirect | ||
| golang.org/x/crypto v0.10.0 // indirect | golang.org/x/crypto v0.10.0 // indirect | ||
| golang.org/x/net v0.10.0 // indirect | golang.org/x/net v0.10.0 // indirect | ||
| golang.org/x/sys v0.9.0 // indirect | golang.org/x/sys v0.10.0 // indirect | ||
| golang.org/x/text v0.10.0 // indirect | golang.org/x/text v0.10.0 // indirect | ||
| google.golang.org/protobuf v1.30.0 // indirect | google.golang.org/protobuf v1.30.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ... | ... |
Please register or sign in to comment