Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jun 7, 2024
1 parent 13d479d commit 4fa88f4
Show file tree
Hide file tree
Showing 602 changed files with 113,897 additions and 41,995 deletions.
47 changes: 23 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ module github.com/palantir/godel-format-asset-ptimports
go 1.21

require (
github.com/nmiyake/pkg/gofiles v1.0.2
github.com/palantir/amalgomate v1.5.0
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/amalgomate v1.40.0
github.com/palantir/go-ptimports/v2 v2.10.0
github.com/palantir/godel-format-plugin v1.5.0
github.com/palantir/godel/v2 v2.39.0
github.com/palantir/pkg/cobracli v1.0.1
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.4.0
golang.org/x/tools v0.1.0
github.com/palantir/godel/v2 v2.108.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
golang.org/x/tools v0.22.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -22,32 +22,31 @@ require (
github.com/cheggaaa/pb/v3 v3.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang/gddo v0.0.0-20190419222130-af0f2af80721 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.9.2 // indirect
github.com/klauspost/pgzip v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mholt/archiver/v3 v3.3.0 // indirect
github.com/nmiyake/pkg v1.0.0 // indirect
github.com/nmiyake/pkg/dirs v1.0.2 // indirect
github.com/nmiyake/pkg/errorstringer v1.0.0 // indirect
github.com/nmiyake/pkg/dirs v1.1.0 // indirect
github.com/nmiyake/pkg/errorstringer v1.1.0 // indirect
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/palantir/pkg v1.0.1 // indirect
github.com/palantir/pkg/matcher v1.0.1 // indirect
github.com/palantir/pkg/pkgpath v1.0.1 // indirect
github.com/palantir/pkg/specdir v1.0.1 // indirect
github.com/palantir/pkg v1.1.0 // indirect
github.com/palantir/pkg/matcher v1.2.0 // indirect
github.com/palantir/pkg/pkgpath v1.2.0 // indirect
github.com/palantir/pkg/specdir v1.2.0 // indirect
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
112 changes: 67 additions & 45 deletions go.sum

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions vendor/github.com/fatih/color/.travis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/fatih/color/Gopkg.lock

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/github.com/fatih/color/Gopkg.toml

This file was deleted.

29 changes: 14 additions & 15 deletions vendor/github.com/fatih/color/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 20 additions & 5 deletions vendor/github.com/fatih/color/color.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/fatih/color/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/golang/snappy/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/golang/snappy/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/golang/snappy/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4fa88f4

Please sign in to comment.