Skip to content

Commit

Permalink
Merge pull request #4 from DrFaust92/tidy-dep
Browse files Browse the repository at this point in the history
Tidy deps
  • Loading branch information
DrFaust92 authored Feb 13, 2022
2 parents 3ec359f + de370a5 commit 24f3ea6
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.17"

- name: Test
run: make test build
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ go 1.16
require (
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/hashicorp/go-getter v1.5.2 // indirect
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/mitchellh/mapstructure v1.4.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/mitchellh/mapstructure v1.4.3
github.com/nordcloud/go-pingdom v1.3.2-0.20210517074249-89d603b434a9
github.com/zclconf/go-cty v1.7.1 // indirect
)
Loading

0 comments on commit 24f3ea6

Please sign in to comment.