Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jul 29, 2024
1 parent 332c6f4 commit 09336da
Show file tree
Hide file tree
Showing 17 changed files with 503 additions and 288 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/dave/jennifer v1.4.2-0.20211112003305-45cc0b7eb71a
github.com/julienschmidt/httprouter v1.3.0
github.com/nmiyake/pkg/dirs v1.1.0
github.com/palantir/conjure-go-runtime/v2 v2.76.0
github.com/palantir/conjure-go-runtime/v2 v2.77.0
github.com/palantir/go-ptimports/v2 v2.10.0
github.com/palantir/godel-conjure-plugin/v6 v6.39.0
github.com/palantir/godel/pkg/products/v2 v2.0.0
Expand All @@ -21,21 +21,21 @@ require (
github.com/palantir/pkg/safelong v1.1.0
github.com/palantir/pkg/safeyaml v1.1.0
github.com/palantir/pkg/uuid v1.2.0
github.com/palantir/witchcraft-go-error v1.37.0
github.com/palantir/witchcraft-go-logging v1.55.0
github.com/palantir/witchcraft-go-params v1.34.0
github.com/palantir/witchcraft-go-server/v2 v2.81.0
github.com/palantir/witchcraft-go-tracing v1.36.0
github.com/palantir/witchcraft-go-error v1.38.0
github.com/palantir/witchcraft-go-logging v1.56.0
github.com/palantir/witchcraft-go-params v1.35.0
github.com/palantir/witchcraft-go-server/v2 v2.82.0
github.com/palantir/witchcraft-go-tracing v1.37.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
golang.org/x/tools v0.22.0
golang.org/x/tools v0.23.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/palantir/go-encrypted-config-value v1.34.0 // indirect
github.com/palantir/go-encrypted-config-value v1.35.0 // indirect
github.com/palantir/pkg/bytesbuffers v1.2.0 // indirect
github.com/palantir/pkg/metrics v1.7.0 // indirect
github.com/palantir/pkg/refreshable v1.5.0 // indirect
Expand Down Expand Up @@ -68,8 +68,8 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/grpc v1.56.3 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
Expand Down
44 changes: 22 additions & 22 deletions go.sum

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

10 changes: 5 additions & 5 deletions vendor/github.com/palantir/witchcraft-go-error/godelw

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

10 changes: 5 additions & 5 deletions vendor/github.com/palantir/witchcraft-go-params/godelw

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

2 changes: 0 additions & 2 deletions vendor/golang.org/x/mod/module/module.go

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

4 changes: 0 additions & 4 deletions vendor/golang.org/x/net/http2/transport.go

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

24 changes: 22 additions & 2 deletions vendor/golang.org/x/tools/go/ast/astutil/enclosing.go

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

1 change: 1 addition & 0 deletions vendor/golang.org/x/tools/go/ast/astutil/util.go

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

54 changes: 0 additions & 54 deletions vendor/golang.org/x/tools/go/internal/packagesdriver/sizes.go

This file was deleted.

44 changes: 42 additions & 2 deletions vendor/golang.org/x/tools/go/packages/golist.go

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

Loading

0 comments on commit 09336da

Please sign in to comment.