Skip to content

Commit 1a5ef9c

Browse files
Excavator: Bump go dependency github.com/palantir/go-baseapp (#736)
1 parent 75787ea commit 1a5ef9c

9 files changed

Lines changed: 13 additions & 17 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/die-net/lrucache v0.0.0-20240714232319-26322ba4bc23
88
github.com/google/go-github/v85 v85.0.0
99
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
10-
github.com/palantir/go-baseapp v0.6.0
10+
github.com/palantir/go-baseapp v0.7.0
1111
github.com/palantir/go-githubapp v0.44.0
1212
github.com/pkg/errors v0.9.1
1313
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
@@ -31,7 +31,6 @@ require (
3131
github.com/google/go-querystring v1.2.0 // indirect
3232
github.com/hashicorp/golang-lru v1.0.2 // indirect
3333
github.com/inconshreveable/mousetrap v1.1.0 // indirect
34-
github.com/kr/text v0.2.0 // indirect
3534
github.com/mattn/go-colorable v0.1.14 // indirect
3635
github.com/mattn/go-isatty v0.0.22 // indirect
3736
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500/go.mod h1:S/7n9cop
1414
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
1515
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
1616
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
17-
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1817
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1918
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2019
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -52,8 +51,8 @@ github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw
5251
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
5352
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
5453
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
55-
github.com/palantir/go-baseapp v0.6.0 h1:59UU9rgrd4x2QP/Hb0XqZJ5ZCH6m7BaaPnA+VWKWaTI=
56-
github.com/palantir/go-baseapp v0.6.0/go.mod h1:sa/waQhryV7OlPMykG0MUT+nsLtDxdHHPv5Q60hA/Ek=
54+
github.com/palantir/go-baseapp v0.7.0 h1:KsnCqz2T2j2m21JI149p8HUata9ubvVl2aKbw71u8qA=
55+
github.com/palantir/go-baseapp v0.7.0/go.mod h1:EvMBTXraSU+5cRCZTNt4e+eNty7t2me565Gr/6wc4/I=
5756
github.com/palantir/go-githubapp v0.44.0 h1:6QXYxgot6tHnObwJ09mrhzVg9K2DA0lQgQHj0q/BX4Y=
5857
github.com/palantir/go-githubapp v0.44.0/go.mod h1:vFTHSErTFXirDg18QMtFPKDbQ/NB6n8JE8L1yG/3Ij0=
5958
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=

vendor/github.com/palantir/go-baseapp/appmetrics/emitter/datadog/datadog.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/palantir/go-baseapp/appmetrics/emitter/prometheus/collector.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/palantir/go-baseapp/baseapp/error.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/palantir/go-baseapp/baseapp/params.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/palantir/go-baseapp/baseapp/server.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/palantir/go-baseapp/pkg/errfmt/errfmt.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ github.com/hashicorp/golang-lru/simplelru
5151
# github.com/inconshreveable/mousetrap v1.1.0
5252
## explicit; go 1.18
5353
github.com/inconshreveable/mousetrap
54-
# github.com/kr/text v0.2.0
55-
## explicit
5654
# github.com/mattn/go-colorable v0.1.14
5755
## explicit; go 1.18
5856
github.com/mattn/go-colorable
@@ -62,8 +60,8 @@ github.com/mattn/go-isatty
6260
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
6361
## explicit
6462
github.com/munnerz/goautoneg
65-
# github.com/palantir/go-baseapp v0.6.0
66-
## explicit; go 1.24.0
63+
# github.com/palantir/go-baseapp v0.7.0
64+
## explicit; go 1.26.0
6765
github.com/palantir/go-baseapp/appmetrics/emitter/datadog
6866
github.com/palantir/go-baseapp/appmetrics/emitter/prometheus
6967
github.com/palantir/go-baseapp/baseapp

0 commit comments

Comments
 (0)