-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
23 lines (21 loc) · 998 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/aequasi/discord-terraform
go 1.14
require (
github.com/andersfylling/disgord v0.18.1-0.20200822124930-07799219ff00
github.com/bwmarrin/discordgo v0.22.0
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.1
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/polds/imgbase64 v0.0.0-20140820003345-cb7bf37298b7
github.com/stretchr/testify v1.5.1 // indirect
github.com/zclconf/go-cty v1.5.1 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/go-playground/colors.v1 v1.2.0
)