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.
gorequest/go.mod

9 lines
125 B

module github.com/dtapps/gorequest
go 1.18
require (
github.com/dtapps/gostring v1.0.1
github.com/dtapps/gotime v1.0.1
)