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

18 lines
641 B

module gitee.com/dtapps/go-library
go 1.16
require (
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/go-redis/redis/v8 v8.11.0
github.com/google/uuid v1.3.0
github.com/kr/pretty v0.2.1 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/nilorg/sdk v0.0.0-20210429091026-95b6cdc95c84
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/h2non/gentleman.v2 v2.0.5
)