Skip to content

Commit

Permalink
Update go version to 1.22.2 and add go-cmp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Apr 28, 2024
1 parent ee0ebc7 commit 3cd8f01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module github.com/catatsuy/notify_slack

go 1.19
go 1.22.2

require (
github.com/google/go-cmp v0.6.0
github.com/pelletier/go-toml/v2 v2.2.1
golang.org/x/term v0.19.0
)

require (
github.com/google/go-cmp v0.6.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)
require golang.org/x/sys v0.19.0 // indirect

0 comments on commit 3cd8f01

Please sign in to comment.