aboutsummaryrefslogblamecommitdiffhomepage
path: root/go.mod
blob: fe6ac2df038ce5fad1645df06ac3a83ba5197398 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                             
                                                               
                                                                                   
                                                                                        

                                            
module github.com/terraform-providers/terraform-provider-statuscake

require (
	github.com/DreamItGetIT/statuscake v0.0.0-20180728152938-85edefcbdaa3
	github.com/blang/semver v3.5.1+incompatible // indirect
	github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826
	github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
	golang.org/x/text v0.3.0 // indirect
)