You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/utils/gohttp/go.mod

9 lines
232 B

module github.com/dtapps/go-library/utils/gohttp
go 1.18
require (
github.com/dtapps/go-library/utils/goheader v0.0.0-20220320040709-ad8a5f0e9e40
github.com/dtapps/go-library/utils/gorequest v0.0.0-20220320040709-ad8a5f0e9e40
)