File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed
Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ require (
8787 github.com/magiconair/properties v1.8.10 // indirect
8888 github.com/mattn/go-colorable v0.1.13 // indirect
8989 github.com/mattn/go-isatty v0.0.20 // indirect
90- github.com/mattn/go-shellwords v1.0.12 // indirect
9190 github.com/microcosm-cc/bluemonday v1.0.27 // indirect
9291 github.com/mitchellh/go-homedir v1.1.0 // indirect
9392 github.com/moby/docker-image-spec v1.3.1 // indirect
Original file line number Diff line number Diff line change @@ -215,8 +215,6 @@ github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m
215215github.com/mattn/go-runewidth v0.0.12 /go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk =
216216github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc =
217217github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
218- github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
219- github.com/mattn/go-shellwords v1.0.12 /go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y =
220218github.com/mattn/go-sqlite3 v1.6.0 /go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc =
221219github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
222220github.com/microcosm-cc/bluemonday v1.0.27 h1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk =
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
1111 github.com/gpustack/gguf-parser-go v0.22.1
1212 github.com/jaypipes/ghw v0.19.1
1313 github.com/kolesnikovae/go-winjob v1.0.0
14- github.com/mattn/go-shellwords v1.0.12
1514 github.com/opencontainers/go-digest v1.0.0
1615 github.com/opencontainers/image-spec v1.1.1
1716 github.com/prometheus/client_model v0.6.2
Original file line number Diff line number Diff line change @@ -84,8 +84,6 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
8484github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
8585github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
8686github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
87- github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
88- github.com/mattn/go-shellwords v1.0.12 /go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y =
8987github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y =
9088github.com/mitchellh/go-homedir v1.1.0 /go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0 =
9189github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg =
You can’t perform that action at this time.
0 commit comments