hash-of-wisdom/go.mod
2025-08-22 20:01:36 +07:00

10 lines
183 B
Modula-2

module hash-of-wisdom
go 1.24.3
require (
github.com/go-resty/resty/v2 v2.16.5 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/net v0.33.0 // indirect
)