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

10 lines
177 B

module github.com/dtapps/go-library/dhttp
go 1.16
require (
github.com/bitly/go-simplejson v0.5.0
gopkg.in/dtapps/go-library.v2 v2.0.3
gopkg.in/h2non/gentleman.v2 v2.0.5
)