Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Dec 9, 2022
1 parent 5e554c7 commit e4e3c98
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 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.0.1
github.com/palantir/conjure-go-runtime/v2 v2.48.0
github.com/palantir/conjure-go-runtime/v2 v2.49.0
github.com/palantir/go-ptimports/v2 v2.9.0
github.com/palantir/godel-conjure-plugin/v5 v5.1.0
github.com/palantir/godel/pkg/products/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ github.com/openzipkin/zipkin-go v0.2.2 h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb
github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4=
github.com/palantir/conjure-go-runtime v0.4.0/go.mod h1:7tsjwMKuzyqjGCpKI7bVbZ3T68nvoFFPj2UrcFIETtQ=
github.com/palantir/conjure-go-runtime/v2 v2.1.0/go.mod h1:k4+u7YJwBAO6Kk7SGvFCQR7vrkVW8vgQxO8rPZGuS5g=
github.com/palantir/conjure-go-runtime/v2 v2.48.0 h1:RpRFckBgfg8rnM5a83+AbLbUa03PGeHk6D7a9vZ9Tmk=
github.com/palantir/conjure-go-runtime/v2 v2.48.0/go.mod h1:XgkEst1vHbpsO0dKadhjaWyIV7/QOJV52aQRdL3j518=
github.com/palantir/conjure-go-runtime/v2 v2.49.0 h1:W0Pdyu3LpzoJmCnneJp42lxrMV/KxNj0Wat7xaiMgCw=
github.com/palantir/conjure-go-runtime/v2 v2.49.0/go.mod h1:UCndufT+h0viMIGZhg6SWd0PltqV079pogzEY3nNecY=
github.com/palantir/conjure-go/v4 v4.2.0/go.mod h1:VSVefkM94TdXRyP7wvBeURBNOFkYRJEtxPi8BeyKFi8=
github.com/palantir/conjure-go/v5 v5.0.1/go.mod h1:qAWik7iYoJtlHwyJ/sG0FuJx1PtzrLVCUglLH1k7NrE=
github.com/palantir/distgo v1.2.0/go.mod h1:jOCcoLD92T/eN4VfRxczaDIWsqyy1f0yQZMFOt3cJCw=
Expand Down

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.

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 e4e3c98

Please sign in to comment.