Skip to content

Commit

Permalink
updated to Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaybabloo committed Nov 12, 2021
1 parent 4587eb3 commit 79082d9
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,9 +1,11 @@
module github.com/akshaybabloo/pkce

go 1.16
go 1.17

require github.com/stretchr/testify v1.7.0

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

0 comments on commit 79082d9

Please sign in to comment.