mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
Bumps [github.com/facebook/ent](https://github.com/facebook/ent) from 0.4.3 to 0.5.1. - [Release notes](https://github.com/facebook/ent/releases) - [Commits](https://github.com/facebook/ent/compare/v0.4.3...v0.5.1) Signed-off-by: dependabot[bot] <support@github.com>
17 lines
514 B
Modula-2
17 lines
514 B
Modula-2
module github.com/roleypoly/roleypoly
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.22.0
|
|
github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55
|
|
github.com/facebook/ent v0.5.1
|
|
github.com/google/go-github/v32 v32.1.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
|
|
github.com/segmentio/ksuid v1.0.3
|
|
go.uber.org/fx v1.13.1
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
k8s.io/klog v1.0.0
|
|
)
|