Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 28, 2021
1 parent e5eb511 commit 56bf956
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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.11.0
github.com/palantir/conjure-go-runtime/v2 v2.12.0
github.com/palantir/go-metrics v1.1.1 // indirect
github.com/palantir/goastwriter v0.1.0
github.com/palantir/godel/v2 v2.26.0
6 changes: 3 additions & 3 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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -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.11.0
# github.com/palantir/conjure-go-runtime/v2 v2.12.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

0 comments on commit 56bf956

Please sign in to comment.