We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320ff75 commit bf2e5a7Copy full SHA for bf2e5a7
.github/workflows/check-code.yaml
@@ -56,7 +56,6 @@ jobs:
56
strategy:
57
matrix:
58
go:
59
- - "1.16"
60
- "1.17"
61
- "1.18"
62
- "1.19"
go.mod
@@ -1,8 +1,14 @@
1
module github.com/mythrnr/httprouter-group
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/julienschmidt/httprouter v1.3.0
7
github.com/stretchr/testify v1.8.4
8
)
9
+
10
+require (
11
+ github.com/davecgh/go-spew v1.1.1 // indirect
12
+ github.com/pmezard/go-difflib v1.0.0 // indirect
13
+ gopkg.in/yaml.v3 v3.0.1 // indirect
14
+)
0 commit comments