Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 12, 2021
1 parent 88d66ba commit c330711
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 37 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fatih/color v1.10.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/nmiyake/pkg/errorstringer v1.0.2 // indirect
github.com/palantir/conjure-go-runtime/v2 v2.12.0
github.com/palantir/conjure-go-runtime/v2 v2.13.0
github.com/palantir/go-metrics v1.1.1 // indirect
github.com/palantir/goastwriter v0.1.0
github.com/palantir/godel/v2 v2.39.0
Expand Down
4 changes: 2 additions & 2 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.

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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ github.com/mattn/go-runewidth
github.com/nmiyake/pkg
# github.com/nmiyake/pkg/errorstringer v1.0.2
github.com/nmiyake/pkg/errorstringer
# github.com/palantir/conjure-go-runtime/v2 v2.12.0
# github.com/palantir/conjure-go-runtime/v2 v2.13.0
github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient
github.com/palantir/conjure-go-runtime/v2/conjure-go-client/httpclient/internal
github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/codecs
Expand Down

0 comments on commit c330711

Please sign in to comment.