Skip to content

Commit

Permalink
min is 1.18 due to reflect.Ptr was renamed to reflect.Pointer in Go 1…
Browse files Browse the repository at this point in the history
….18.
  • Loading branch information
techknowlogick committed Feb 15, 2024
1 parent 940d622 commit 41d5135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/markbates/goth

go 1.17
go 1.18

require (
github.com/golang-jwt/jwt/v4 v4.2.0
Expand Down

0 comments on commit 41d5135

Please sign in to comment.