Skip to content

Commit

Permalink
Merge pull request #1784 from mrpalide/fix/go-mod-vendor-issue-v1.3.2…
Browse files Browse the repository at this point in the history
…0-rc2

fix `go mod vendor` issue
  • Loading branch information
mrpalide committed Mar 21, 2024
2 parents 43b4c15 + e767f3c commit 8e782b1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 105 deletions.
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

0 comments on commit 8e782b1

Please sign in to comment.