Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Mar 22, 2024
1 parent 9c80823 commit bc5dae1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/v60 v60.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.24.0
github.com/palantir/go-githubapp v0.24.1
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/rs/zerolog v1.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,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.24.0 h1:Ozw1N871kwVglu9LyBcBClBi9lr3EKexQjBqngexZ6U=
github.com/palantir/go-githubapp v0.24.0/go.mod h1:V036bkbb+x9KG+3Gq7lV7RsCD6FlFOIMzV1UzKDgQTk=
github.com/palantir/go-githubapp v0.24.1 h1:LiqaDq587M0Sq0EqwSsme/HTkQTh4wcTd2pgWiBMBf8=
github.com/palantir/go-githubapp v0.24.1/go.mod h1:x3vs+HLKMnRj3/Ut4vq8Q8idHqPforP2OsZrdGiCltM=
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
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.24.0
# github.com/palantir/go-githubapp v0.24.1
## explicit; go 1.21
github.com/palantir/go-githubapp/appconfig
github.com/palantir/go-githubapp/githubapp
Expand Down

0 comments on commit bc5dae1

Please sign in to comment.