Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210817164053-32db794688a5 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
527 B
Modula-2
18 lines
527 B
Modula-2
module github.com/dustinpianalto/goff
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/AlekSi/pointer v1.1.0 // indirect
|
|
github.com/bwmarrin/discordgo v0.23.2
|
|
github.com/dustinpianalto/disgoman v0.0.21
|
|
github.com/dustinpianalto/rpnparse v1.0.1
|
|
github.com/emersion/go-imap v1.1.0
|
|
github.com/emersion/go-message v0.15.0
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/lib/pq v1.10.2
|
|
github.com/olebedev/when v0.0.0-20190311101825-c3b538a97254
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
)
|