Skip to content

Commit

Permalink
Tidy go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Jul 3, 2022
1 parent 6ab1740 commit ef96285
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 142 deletions.
27 changes: 22 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ module github.com/commander-cli/commander/v2
go 1.17

require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/antchfx/xmlquery v1.3.5
github.com/commander-cli/cmd v1.3.0
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.9.3
Expand All @@ -20,3 +15,25 @@ require (
gopkg.in/h2non/gock.v1 v1.0.16
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/antchfx/xpath v1.1.10 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
9 changes: 0 additions & 9 deletions vendor/github.com/Microsoft/go-winio/go.mod

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/Microsoft/go-winio/go.sum

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/antchfx/xmlquery/go.mod

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/antchfx/xmlquery/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/commander-cli/cmd/go.mod

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/commander-cli/cmd/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/h2non/parth/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/opencontainers/go-digest/go.mod

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/russross/blackfriday/v2/go.mod

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/shurcooL/sanitized_anchor_name/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/tidwall/gjson/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/tidwall/gjson/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/tidwall/match/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/tidwall/pretty/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/urfave/cli/go.mod

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/urfave/cli/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/gopkg.in/h2non/gock.v1/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/gopkg.in/yaml.v2/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/gopkg.in/yaml.v3/go.mod

This file was deleted.

32 changes: 23 additions & 9 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# github.com/Microsoft/go-winio v0.4.16
## explicit
## explicit; go 1.12
github.com/Microsoft/go-winio
github.com/Microsoft/go-winio/pkg/guid
# github.com/antchfx/xmlquery v1.3.5
## explicit
## explicit; go 1.14
github.com/antchfx/xmlquery
# github.com/antchfx/xpath v1.1.10
## explicit
github.com/antchfx/xpath
# github.com/commander-cli/cmd v1.3.0
## explicit
## explicit; go 1.12
github.com/commander-cli/cmd
# github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
## explicit; go 1.12
github.com/cpuguy83/go-md2man/v2/md2man
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/docker/distribution v2.7.1+incompatible
## explicit
Expand Down Expand Up @@ -46,39 +49,46 @@ github.com/docker/go-connections/tlsconfig
## explicit
github.com/docker/go-units
# github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
## explicit
github.com/golang/groupcache/lru
# github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
## explicit
github.com/h2non/parth
# github.com/logrusorgru/aurora v2.0.3+incompatible
## explicit
github.com/logrusorgru/aurora
# github.com/opencontainers/go-digest v1.0.0
## explicit
## explicit; go 1.13
github.com/opencontainers/go-digest
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/russross/blackfriday/v2 v2.0.1
## explicit
github.com/russross/blackfriday/v2
# github.com/shurcooL/sanitized_anchor_name v1.0.0
## explicit
github.com/shurcooL/sanitized_anchor_name
# github.com/stretchr/testify v1.7.0
## explicit
## explicit; go 1.13
github.com/stretchr/testify/assert
# github.com/tidwall/gjson v1.9.3
## explicit
## explicit; go 1.12
github.com/tidwall/gjson
# github.com/tidwall/match v1.1.1
## explicit; go 1.15
github.com/tidwall/match
# github.com/tidwall/pretty v1.2.0
## explicit; go 1.16
github.com/tidwall/pretty
# github.com/urfave/cli v1.22.5
## explicit
## explicit; go 1.11
github.com/urfave/cli
# golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
## explicit
## explicit; go 1.11
golang.org/x/crypto/blowfish
golang.org/x/crypto/chacha20
golang.org/x/crypto/curve25519
Expand All @@ -89,6 +99,7 @@ golang.org/x/crypto/poly1305
golang.org/x/crypto/ssh
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
# golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
## explicit; go 1.11
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
golang.org/x/net/html
Expand All @@ -97,10 +108,12 @@ golang.org/x/net/html/charset
golang.org/x/net/internal/socks
golang.org/x/net/proxy
# golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
## explicit; go 1.12
golang.org/x/sys/cpu
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/windows
# golang.org/x/text v0.3.3
## explicit; go 1.11
golang.org/x/text/encoding
golang.org/x/text/encoding/charmap
golang.org/x/text/encoding/htmlindex
Expand All @@ -122,7 +135,8 @@ golang.org/x/text/transform
## explicit
gopkg.in/h2non/gock.v1
# gopkg.in/yaml.v2 v2.4.0
## explicit
## explicit; go 1.15
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
## explicit
gopkg.in/yaml.v3

0 comments on commit ef96285

Please sign in to comment.