Skip to content

Commit

Permalink
mod: update to go1.22.7
Browse files Browse the repository at this point in the history
Also run go mod tidy.
  • Loading branch information
kortschak committed Sep 15, 2024
1 parent 3efe61e commit cf6cdb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kortschak/dex

go 1.22.4
go 1.22.7

require (
cuelang.org/go v0.8.1
Expand All @@ -19,6 +19,7 @@ require (
github.com/tdewolff/canvas v0.0.0-20240512164826-1cb71758b3b2
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/image v0.18.0
golang.org/x/net v0.25.0
golang.org/x/sys v0.20.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/protobuf v1.33.0
Expand Down Expand Up @@ -49,7 +50,6 @@ require (
github.com/tdewolff/minify/v2 v2.20.5 // indirect
github.com/tdewolff/parse/v2 v2.7.3 // indirect
golang.org/x/exp/shiny v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit cf6cdb9

Please sign in to comment.