Skip to content

Commit

Permalink
feat(ui): upgraded htmlui to the latest version (kopia#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopia-builder authored Oct 1, 2024
1 parent a8b1d72 commit e8965c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/klauspost/compress v1.17.10
github.com/klauspost/pgzip v1.2.6
github.com/klauspost/reedsolomon v1.12.4
github.com/kopia/htmluibuild v0.0.1-0.20240927170515-3ae50529b19e
github.com/kopia/htmluibuild v0.0.1-0.20241001052939-6d8c75cf019a
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-colorable v0.1.13
github.com/minio/minio-go/v7 v7.0.77
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,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.4 h1:5aDr3ZGoJbgu/8+j45KtUJxzYm8k08JGtB9Wx1VQ4OA=
github.com/klauspost/reedsolomon v1.12.4/go.mod h1:d3CzOMOt0JXGIFZm1StgkyF14EYr3xneR2rNWo7NcMU=
github.com/kopia/htmluibuild v0.0.1-0.20240927170515-3ae50529b19e h1:SzFNsB+d4BQ8XElr5EMKAK44O7IVYVipDEk/8iOfCXM=
github.com/kopia/htmluibuild v0.0.1-0.20240927170515-3ae50529b19e/go.mod h1:h53A5JM3t2qiwxqxusBe+PFgGcgZdS+DWCQvG5PTlto=
github.com/kopia/htmluibuild v0.0.1-0.20241001052939-6d8c75cf019a h1:sV6nWaRB5smIQtmRyIX6rKtCPKZ6XvK3RJUG/SjZhOw=
github.com/kopia/htmluibuild v0.0.1-0.20241001052939-6d8c75cf019a/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=
Expand Down

0 comments on commit e8965c6

Please sign in to comment.