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 Oct 22, 2024
1 parent 64a3740 commit 4bea211
Show file tree
Hide file tree
Showing 85 changed files with 3,486 additions and 1,280 deletions.
18 changes: 10 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
module github.com/palantir/conjure-go/v6

go 1.21
go 1.22.0

toolchain go1.22.8

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.79.0
github.com/palantir/conjure-go-runtime/v2 v2.83.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 @@ -24,18 +26,18 @@ require (
github.com/palantir/witchcraft-go-error v1.39.0
github.com/palantir/witchcraft-go-logging v1.57.0
github.com/palantir/witchcraft-go-params v1.36.0
github.com/palantir/witchcraft-go-server/v2 v2.83.0
github.com/palantir/witchcraft-go-server/v2 v2.86.0
github.com/palantir/witchcraft-go-tracing v1.38.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.24.0
golang.org/x/tools v0.26.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/palantir/go-encrypted-config-value v1.36.0 // indirect
github.com/palantir/go-encrypted-config-value v1.37.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,9 +70,9 @@ 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.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/grpc v1.56.3 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
Expand Down
32 changes: 16 additions & 16 deletions go.sum

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

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

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

Loading

0 comments on commit 4bea211

Please sign in to comment.