Skip to content

Commit

Permalink
Bump Go version in go.mod to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarena committed Nov 13, 2022
1 parent 5595236 commit 18603dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module github.com/piprate/json-gold

go 1.13
go 1.18

require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35
github.com/stretchr/testify v1.4.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)

0 comments on commit 18603dd

Please sign in to comment.