Skip to content

Commit

Permalink
bump golang version to 1.17 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppapapetrou76 committed Oct 18, 2021
1 parent 59e2a9a commit 86a9459
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion go.mod
@@ -1,5 +1,12 @@
module github.com/ppapapetrou76/go-testing

go 1.15
go 1.17

require github.com/r3labs/diff/v2 v2.14.0

require (
github.com/golang/protobuf v1.3.1 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
google.golang.org/appengine v1.6.6 // indirect
)

0 comments on commit 86a9459

Please sign in to comment.