Utility function to sort with key

This commit is contained in:
Kovid Goyal
2022-09-21 11:00:40 +05:30
parent e7f38929d9
commit b1e08adbce
3 changed files with 29 additions and 6 deletions

5
go.mod
View File

@@ -10,9 +10,10 @@ require (
github.com/seancfoley/ipaddress-go v1.2.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0
golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
)
require (