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
77go 1.22.6
88
99require (
10- golang.org/x/image v0.19 .0
10+ golang.org/x/image v0.22 .0
1111 periph.io/x/conn/v3 v3.7.1
1212 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
1414 periph.io/x/host/v3 v3.8.2
1515)
1616
Original file line number Diff line number Diff line change 11github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4 =
22github.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 =
55periph.io/x/conn/v3 v3.7.1 h1:tMjNv3WO8jEz/ePuXl7y++2zYi8LsQ5otbmqGKy3Myg =
66periph.io/x/conn/v3 v3.7.1 /go.mod h1:c+HCVjkzbf09XzcqZu/t+U8Ss/2QuJj0jgRF6Nye838 =
77periph.io/x/d2xx v0.1.1 h1:LHp+u+qAWLB5THrTT/AzyjdvfUhllvDF5wBJP7uvn+U =
88periph.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 =
1111periph.io/x/host/v3 v3.8.2 h1:ayKUDzgUCN0g8+/xM9GTkWaOBhSLVcVHGTfjAOi8OsQ =
1212periph.io/x/host/v3 v3.8.2 /go.mod h1:yFL76AesNHR68PboofSWYaQTKmvPXsQH2Apvp/ls/K4 =
Original file line number Diff line number Diff line change 22// Use of this source code is governed under the Apache License, Version 2.0
33// that can be found in the LICENSE file.
44
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
66//go:generate go run internal/static_gen.go -o static_prod.go
77
88package main
You can’t perform that action at this time.
0 commit comments