feat(ui): upgraded htmlui to the latest version (#3950)

## Changes

Compare:
9e0b2bc5f1...29ab9112e0

* 2 minutes ago https://github.com/kopia/htmlui/commit/29ab911
dependabot[bot] build(deps): bump react-dom and @types/react-dom

*This PR description was
[auto-generated](https://github.com/kopia/htmluibuild/blob/main/.github/workflows/after-push.yaml)
at Mon Jul 1 23:23:13 UTC 2024*
This commit is contained in:
Kopia Builder [bot]
2024-07-01 18:14:45 -07:00
committed by GitHub
parent 8394a32582
commit db3bc399ab
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -28,7 +28,7 @@ require (
github.com/klauspost/compress v1.17.9
github.com/klauspost/pgzip v1.2.6
github.com/klauspost/reedsolomon v1.12.1
github.com/kopia/htmluibuild v0.0.1-0.20240618020100-a11369172a32
github.com/kopia/htmluibuild v0.0.1-0.20240701232248-2fbad5a561f8
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-colorable v0.1.13
github.com/minio/minio-go/v7 v7.0.72

4
go.sum
View File

@@ -174,8 +174,8 @@ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU
github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
github.com/klauspost/reedsolomon v1.12.1 h1:NhWgum1efX1x58daOBGCFWcxtEhOhXKKl1HAPQUp03Q=
github.com/klauspost/reedsolomon v1.12.1/go.mod h1:nEi5Kjb6QqtbofI6s+cbG/j1da11c96IBYBSnVGtuBs=
github.com/kopia/htmluibuild v0.0.1-0.20240618020100-a11369172a32 h1:q1PGJq7w7Q0Jt5arQ9uDGetIgq1f6B6QKIQjX+UHuTM=
github.com/kopia/htmluibuild v0.0.1-0.20240618020100-a11369172a32/go.mod h1:h53A5JM3t2qiwxqxusBe+PFgGcgZdS+DWCQvG5PTlto=
github.com/kopia/htmluibuild v0.0.1-0.20240701232248-2fbad5a561f8 h1:fOL97sehrUUUQB3YTVUVYFGY7Z192OEct78tI4aDEvo=
github.com/kopia/htmluibuild v0.0.1-0.20240701232248-2fbad5a561f8/go.mod h1:h53A5JM3t2qiwxqxusBe+PFgGcgZdS+DWCQvG5PTlto=
github.com/kr/fs v0.1.0 h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=