Skip to content

Commit

Permalink
bump go version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Benkovský committed Mar 5, 2022
1 parent 49afefb commit ea3000c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
module github.com/tantalor93/go-http-mock

go 1.14
go 1.17

require (
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
)

0 comments on commit ea3000c

Please sign in to comment.