Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 25, 2021
1 parent c330711 commit 8cb69be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 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.13.0
github.com/palantir/conjure-go-runtime/v2 v2.13.1
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.

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.13.0
# github.com/palantir/conjure-go-runtime/v2 v2.13.1
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 8cb69be

Please sign in to comment.