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

20 lines
652 B

2 years ago
module gopkg.in/dtapps/go-library.v2
3 years ago
go 1.17
3 years ago
require (
2 years ago
github.com/go-redis/redis/v8 v8.11.4
3 years ago
github.com/nilorg/sdk v0.0.0-20210429091026-95b6cdc95c84
2 years ago
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
2 years ago
golang.org/x/text v0.3.7
3 years ago
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3 years ago
)
3 years ago
require (
2 years ago
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3 years ago
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2 years ago
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
3 years ago
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)