Skip to content

Commit

Permalink
Set toolchain to go1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Nov 9, 2024
1 parent 7937ff9 commit a4e7156
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/int128/oauth2cli

go 1.13

toolchain go1.23.3

require (
github.com/google/go-cmp v0.6.0
github.com/int128/listener v1.1.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
golang.org/x/oauth2 v0.24.0
golang.org/x/sync v0.9.0
)

go 1.13

0 comments on commit a4e7156

Please sign in to comment.