Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Feb 4, 2025
1 parent 37a7740 commit 7c7b795
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 6 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/google/go-github/v68 v68.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/palantir/go-baseapp v0.5.2
github.com/palantir/go-githubapp v0.32.0
github.com/palantir/go-githubapp v0.32.1
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/rs/zerolog v1.33.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zk
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/palantir/go-baseapp v0.5.2 h1:b1ukx7AXo2/E4NkUvTFlW+185uwCcifzd2XzLrG4oS8=
github.com/palantir/go-baseapp v0.5.2/go.mod h1:uijQMPfmgV69oiMu2jkskum/4HiYuEP/gzrnphD+/Co=
github.com/palantir/go-githubapp v0.32.0 h1:lrd3hKo09+rM8j5g2q7np9rvUIwKNKlAxLPXaG9944c=
github.com/palantir/go-githubapp v0.32.0/go.mod h1:VDxgPURYOdMjgAhEwrFm3VcyipcOM0OFr4YyTd98YsA=
github.com/palantir/go-githubapp v0.32.1 h1:l+nSk6pjN4+WeJlbQ9iZqmID53kZyW7QBuRC288b8k4=
github.com/palantir/go-githubapp v0.32.1/go.mod h1:/4mdcMoxJG4/2w260cnnfCZ8fopffom4xt7l7ZQSUrU=
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ github.com/palantir/go-baseapp/appmetrics/emitter/prometheus
github.com/palantir/go-baseapp/baseapp
github.com/palantir/go-baseapp/baseapp/datadog
github.com/palantir/go-baseapp/pkg/errfmt
# github.com/palantir/go-githubapp v0.32.0
# github.com/palantir/go-githubapp v0.32.1
## explicit; go 1.23.0
github.com/palantir/go-githubapp/appconfig
github.com/palantir/go-githubapp/githubapp
Expand Down

0 comments on commit 7c7b795

Please sign in to comment.