ag/go.mod

18 lines
389 B
Modula-2
Raw Permalink Normal View History

2024-06-26 12:16:21 +08:00
module apigo.cc/apigo/ag
2024-03-15 22:32:19 +08:00
go 1.18
2024-06-26 12:16:21 +08:00
require (
2024-07-04 17:58:16 +08:00
github.com/ssgo/httpclient v1.7.6
github.com/ssgo/u v1.7.6
2024-06-26 12:16:21 +08:00
)
2024-03-15 22:32:19 +08:00
require (
2024-07-04 17:58:16 +08:00
github.com/ssgo/config v1.7.6 // indirect
github.com/ssgo/log v1.7.6 // indirect
github.com/ssgo/standard v1.7.6 // indirect
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)