Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix go mod vendor issue #1784

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ require (
github.com/ivanpirog/coloredcobra v1.0.1
github.com/james-barrow/golang-ipc v1.2.4
github.com/jaypipes/ghw v0.12.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3
github.com/lib/pq v1.10.9
github.com/orandin/lumberjackrus v1.0.1
github.com/pterm/pterm v0.12.66
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ github.com/klauspost/reedsolomon v1.11.8/go.mod h1:4bXRN+cVzMdml6ti7qLouuYi32KHJ
github.com/knz/go-libedit v1.10.1/go.mod h1:MZTVkCWyz0oBc7JOWP3wNAzd002ZbM/5hgShxwh4x8M=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3 h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,6 @@ github.com/klauspost/cpuid/v2
# github.com/klauspost/reedsolomon v1.11.8
## explicit; go 1.17
github.com/klauspost/reedsolomon
# github.com/konsorten/go-windows-terminal-sequences v1.0.3
## explicit
github.com/konsorten/go-windows-terminal-sequences
# github.com/leodido/go-urn v1.2.4
## explicit; go 1.16
github.com/leodido/go-urn
Expand Down Expand Up @@ -541,8 +538,6 @@ github.com/skycoin/skywire-services/pkg/transport-discovery/store
github.com/skycoin/skywire-services/pkg/transport-setup/api
github.com/skycoin/skywire-services/pkg/transport-setup/config
github.com/skycoin/skywire-services/pkg/vpn-monitor/api
# github.com/skycoin/skywire-ut v0.0.0-20240316145729-abfe9e406f95
## explicit; go 1.21
# github.com/skycoin/skywire-utilities v1.3.18-0.20240208220612-9f31eda72f33
## explicit; go 1.21
github.com/skycoin/skywire-utilities/pkg/buildinfo
Expand Down
Loading