Skip to content

Commit 4f58cb0

Browse files
committed
- [!] fix go.mod order
1 parent b1b17b8 commit 4f58cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/jmespath/jp
33
go 1.17
44

55
require (
6-
github.com/urfave/cli v1.22.5
76
github.com/jmespath/go-jmespath v0.4.0
7+
github.com/urfave/cli v1.22.5
88
)
99

1010
require (

0 commit comments

Comments
 (0)