Skip to content

Commit

Permalink
Excavator: Manage go module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed May 12, 2024
1 parent 6242d51 commit 14cf3b9
Show file tree
Hide file tree
Showing 764 changed files with 87,166 additions and 52,130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
package cmd

import (
"github.com/palantir/godel-okgo-asset-importalias/generated_src/internal/github.com/palantir/go-importalias/importalias"
"github.com/palantir/pkg/cobracli"
"github.com/spf13/cobra"

"github.com/palantir/godel-okgo-asset-importalias/generated_src/internal/github.com/palantir/go-importalias/importalias"
)

var (
Expand Down
54 changes: 25 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/palantir/godel-okgo-asset-importalias
go 1.21

require (
github.com/nmiyake/pkg/gofiles v1.0.1
github.com/palantir/amalgomate v1.5.0
github.com/palantir/go-importalias v1.2.0
github.com/palantir/godel/v2 v2.39.0
github.com/palantir/okgo v1.8.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
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/amalgomate v1.40.0
github.com/palantir/go-importalias v1.33.0
github.com/palantir/godel/v2 v2.107.0
github.com/palantir/okgo v1.54.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
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -21,36 +21,32 @@ 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/google/go-github v15.0.0+incompatible // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // 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 v2.1.0+incompatible // indirect
github.com/mholt/archiver/v3 v3.3.0 // indirect
github.com/nmiyake/pkg v0.0.1 // indirect
github.com/nmiyake/pkg/dirs v1.0.1 // 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/godel v2.14.0+incompatible // 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/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.22 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/tools v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
431 changes: 82 additions & 349 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 14cf3b9

Please sign in to comment.