File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ module periph.io/x/cmd
7
7
go 1.22.6
8
8
9
9
require (
10
- golang.org/x/image v0.19 .0
10
+ golang.org/x/image v0.22 .0
11
11
periph.io/x/conn/v3 v3.7.1
12
12
periph.io/x/d2xx v0.1.1
13
- periph.io/x/devices/v3 v3.7.1
13
+ periph.io/x/devices/v3 v3.7.2
14
14
periph.io/x/host/v3 v3.8.2
15
15
)
16
16
Original file line number Diff line number Diff line change 1
1
github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4 =
2
2
github.com/jonboulle/clockwork v0.4.0 /go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc =
3
- golang.org/x/image v0.19 .0 h1:D9FX4QWkLfkeqaC62SonffIIuYdOk/UE2XKUBgRIBIQ =
4
- golang.org/x/image v0.19 .0 /go.mod h1:y0zrRqlQRWQ5PXaYCOMLTW2fpsxZ8Qh9I/ohnInJEys =
3
+ golang.org/x/image v0.22 .0 h1:UtK5yLUzilVrkjMAZAZ34DXGpASN8i8pj8g+O+yd10g =
4
+ golang.org/x/image v0.22 .0 /go.mod h1:9hPFhljd4zZ1GNSIZJ49sqbp45GKK9t6w+iXvGqZUz4 =
5
5
periph.io/x/conn/v3 v3.7.1 h1:tMjNv3WO8jEz/ePuXl7y++2zYi8LsQ5otbmqGKy3Myg =
6
6
periph.io/x/conn/v3 v3.7.1 /go.mod h1:c+HCVjkzbf09XzcqZu/t+U8Ss/2QuJj0jgRF6Nye838 =
7
7
periph.io/x/d2xx v0.1.1 h1:LHp+u+qAWLB5THrTT/AzyjdvfUhllvDF5wBJP7uvn+U =
8
8
periph.io/x/d2xx v0.1.1 /go.mod h1:rLM321G11Fc14Pp088khBkmXb70Pxx/kCPaIK7uRUBc =
9
- periph.io/x/devices/v3 v3.7.1 h1:BsExlfYJlZUZoawzpMF7ksgC9f1eBAdqvKRCGvb+VYw =
10
- periph.io/x/devices/v3 v3.7.1 /go.mod h1:ezQOe8WknDaMbKZXVwQUQkIauyLyJshwAHkIohHXA94 =
9
+ periph.io/x/devices/v3 v3.7.2 h1:aMcDOrHBpnmZrSr8qE09pc22kT8LSf3FiI6clHwSPDE =
10
+ periph.io/x/devices/v3 v3.7.2 /go.mod h1:bb68xsoeCzslYzyTgJmV4yzZm6MmIloPG/A5ou6UCTo =
11
11
periph.io/x/host/v3 v3.8.2 h1:ayKUDzgUCN0g8+/xM9GTkWaOBhSLVcVHGTfjAOi8OsQ =
12
12
periph.io/x/host/v3 v3.8.2 /go.mod h1:yFL76AesNHR68PboofSWYaQTKmvPXsQH2Apvp/ls/K4 =
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed under the Apache License, Version 2.0
3
3
// that can be found in the LICENSE file.
4
4
5
- //go:generate go install github.com/tdewolff/minify/cmd/minify@latest
5
+ //go:generate go install github.com/tdewolff/minify/v2/ cmd/minify@latest
6
6
//go:generate go run internal/static_gen.go -o static_prod.go
7
7
8
8
package main
You can’t perform that action at this time.
0 commit comments