Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/palantir/pkg/bytesbuffers v1.3.0 // indirect
github.com/palantir/pkg/metrics v1.9.0 // indirect
github.com/palantir/pkg/refreshable v1.6.0 // indirect
github.com/palantir/pkg/refreshable/v2 v2.2.0 // indirect
github.com/palantir/pkg/refreshable/v2 v2.3.0 // indirect
github.com/palantir/pkg/safejson v1.2.0 // indirect
github.com/palantir/pkg/tlsconfig v1.4.0 // indirect
github.com/palantir/pkg/uuid v1.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/palantir/pkg/objmatcher v1.2.0 h1:cR0IX2NXAhR1hRFBFUwA7y/+m4CtpXUCm5t
github.com/palantir/pkg/objmatcher v1.2.0/go.mod h1:ekDpUDezSoBcD47CUWo9xbYTGycIkiM2ODvxHCUR+lQ=
github.com/palantir/pkg/refreshable v1.6.0 h1:yQHuckZ8o7EFjTbn8z9bxb1YTxZ0nSKv9QkW6At2Dz8=
github.com/palantir/pkg/refreshable v1.6.0/go.mod h1:5mabB33zEMefdIyLuVtqiaiH9+3SsKqAlFTIWs04DFA=
github.com/palantir/pkg/refreshable/v2 v2.2.0 h1:3HS7/gGn9EoH3Ik9BK5legAiQorz3TQhfbRVg4O+mew=
github.com/palantir/pkg/refreshable/v2 v2.2.0/go.mod h1:J9xYa1WXGWqC/N5PxDz8VUtrJZGWlmr+rFx89Oy7X0Y=
github.com/palantir/pkg/refreshable/v2 v2.3.0 h1:/21R6OB96g0iXKJXoPohAITAAMpdX9sVDybz3NA0ic4=
github.com/palantir/pkg/refreshable/v2 v2.3.0/go.mod h1:0Og1iRoyMOHpjjk5wBuRhgazUbqLTo8KfdqJe1h9+0g=
github.com/palantir/pkg/retry v1.3.0 h1:uHrY3sv4q3XefvVLyqKIK1frXE9ZxtCtNtvijAkwW4k=
github.com/palantir/pkg/retry v1.3.0/go.mod h1:HzOR3eLw/9PiujskMpjaC6m3uU8fy53s6NszjbmpbOQ=
github.com/palantir/pkg/safejson v1.2.0 h1:mNARH/UdpeDjHSUujUYXSqe4Rclul53xle2CLm6UG34=
Expand Down
10 changes: 5 additions & 5 deletions vendor/github.com/palantir/pkg/refreshable/v2/godelw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/palantir/pkg/refreshable/v2/refreshable.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions vendor/github.com/palantir/pkg/refreshable/v2/refreshable_file.go

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 @@ -29,7 +29,7 @@ github.com/palantir/pkg/metrics
# github.com/palantir/pkg/refreshable v1.6.0
## explicit; go 1.20
github.com/palantir/pkg/refreshable
# github.com/palantir/pkg/refreshable/v2 v2.2.0
# github.com/palantir/pkg/refreshable/v2 v2.3.0
## explicit; go 1.25.0
github.com/palantir/pkg/refreshable/v2
# github.com/palantir/pkg/retry v1.3.0
Expand Down