Skip to content

Commit ffb84fd

Browse files
Excavator: Bump go dependency github.com/palantir/pkg/refreshable/v2 (#460)
1 parent a62e080 commit ffb84fd

File tree

7 files changed

+64
-16
lines changed

7 files changed

+64
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/palantir/pkg/bytesbuffers v1.3.0 // indirect
2121
github.com/palantir/pkg/metrics v1.9.0 // indirect
2222
github.com/palantir/pkg/refreshable v1.6.0 // indirect
23-
github.com/palantir/pkg/refreshable/v2 v2.2.0 // indirect
23+
github.com/palantir/pkg/refreshable/v2 v2.3.0 // indirect
2424
github.com/palantir/pkg/safejson v1.2.0 // indirect
2525
github.com/palantir/pkg/tlsconfig v1.4.0 // indirect
2626
github.com/palantir/pkg/uuid v1.3.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/palantir/pkg/objmatcher v1.2.0 h1:cR0IX2NXAhR1hRFBFUwA7y/+m4CtpXUCm5t
3535
github.com/palantir/pkg/objmatcher v1.2.0/go.mod h1:ekDpUDezSoBcD47CUWo9xbYTGycIkiM2ODvxHCUR+lQ=
3636
github.com/palantir/pkg/refreshable v1.6.0 h1:yQHuckZ8o7EFjTbn8z9bxb1YTxZ0nSKv9QkW6At2Dz8=
3737
github.com/palantir/pkg/refreshable v1.6.0/go.mod h1:5mabB33zEMefdIyLuVtqiaiH9+3SsKqAlFTIWs04DFA=
38-
github.com/palantir/pkg/refreshable/v2 v2.2.0 h1:3HS7/gGn9EoH3Ik9BK5legAiQorz3TQhfbRVg4O+mew=
39-
github.com/palantir/pkg/refreshable/v2 v2.2.0/go.mod h1:J9xYa1WXGWqC/N5PxDz8VUtrJZGWlmr+rFx89Oy7X0Y=
38+
github.com/palantir/pkg/refreshable/v2 v2.3.0 h1:/21R6OB96g0iXKJXoPohAITAAMpdX9sVDybz3NA0ic4=
39+
github.com/palantir/pkg/refreshable/v2 v2.3.0/go.mod h1:0Og1iRoyMOHpjjk5wBuRhgazUbqLTo8KfdqJe1h9+0g=
4040
github.com/palantir/pkg/retry v1.3.0 h1:uHrY3sv4q3XefvVLyqKIK1frXE9ZxtCtNtvijAkwW4k=
4141
github.com/palantir/pkg/retry v1.3.0/go.mod h1:HzOR3eLw/9PiujskMpjaC6m3uU8fy53s6NszjbmpbOQ=
4242
github.com/palantir/pkg/safejson v1.2.0 h1:mNARH/UdpeDjHSUujUYXSqe4Rclul53xle2CLm6UG34=

vendor/github.com/palantir/pkg/refreshable/v2/godelw

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

vendor/github.com/palantir/pkg/refreshable/v2/refreshable.go

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

vendor/github.com/palantir/pkg/refreshable/v2/refreshable_file.go

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

vendor/github.com/palantir/pkg/refreshable/v2/refreshable_validating.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ github.com/palantir/pkg/metrics
2929
# github.com/palantir/pkg/refreshable v1.6.0
3030
## explicit; go 1.20
3131
github.com/palantir/pkg/refreshable
32-
# github.com/palantir/pkg/refreshable/v2 v2.2.0
32+
# github.com/palantir/pkg/refreshable/v2 v2.3.0
3333
## explicit; go 1.25.0
3434
github.com/palantir/pkg/refreshable/v2
3535
# github.com/palantir/pkg/retry v1.3.0

0 commit comments

Comments
 (0)