command/go.mod

21 lines
623 B
Modula-2
Raw Permalink Normal View History

2022-05-21 11:35:01 +08:00
module git.zhangdeman.cn/zhangdeman/command
2022-05-20 11:03:54 +08:00
2023-04-09 22:18:18 +08:00
go 1.20
2022-05-22 15:46:44 +08:00
2022-06-28 11:07:36 +08:00
require (
2023-04-09 22:18:18 +08:00
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230409110607-0a75d06083d1
2022-06-28 11:07:36 +08:00
gopkg.in/yaml.v3 v3.0.1
)
2022-06-27 21:34:01 +08:00
require (
2023-04-09 22:18:18 +08:00
github.com/Jeffail/gabs v1.4.0 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-ini/ini v1.67.0 // indirect
2022-06-27 21:34:01 +08:00
github.com/pkg/errors v0.9.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
2023-04-09 22:18:18 +08:00
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
2022-06-27 21:34:01 +08:00
)