Skip to content

Commit beb3ee5

Browse files
committed
Merge pull request #59 from StatusCakeDev/update-dependencies
Update dependencies
2 parents eed14aa + f0f7442 commit beb3ee5

27 files changed

+102
-6571
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- docker
55
language: go
66
go:
7-
- "1.11.x"
7+
- "1.14.x"
88

99
install:
1010
# This script is used by the Travis build to install a cookie for
@@ -25,4 +25,4 @@ matrix:
2525
allow_failures:
2626
- go: tip
2727
env:
28-
- GOFLAGS=-mod=vendor GO111MODULE=on
28+
- GOFLAGS=-mod=vendor GO111MODULE=on

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/terraform-providers/terraform-provider-statuscake
22

3+
go 1.14
4+
35
require (
46
github.com/DreamItGetIT/statuscake v0.0.0-20190218105717-471b24d8edfb
57
github.com/hashicorp/terraform v0.12.0

vendor/github.com/apparentlymart/go-textseg/textseg/make_tables.go

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)