Skip to content

Commit 970fbf3

Browse files
committed
use category-name for challenge id
1 parent f276227 commit 970fbf3

File tree

4 files changed

+130
-37
lines changed

4 files changed

+130
-37
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
permissions:
77
contents: write
88
jobs:
9-
goreleaser:
10-
runs-on: ubuntu-latest
9+
release:
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
with:

go.mod

+27-26
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.17
55
require (
66
github.com/hashicorp/terraform-plugin-docs v0.5.1
77
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
8-
github.com/segmentio/ksuid v1.0.4
98
)
109

1110
require (
@@ -14,71 +13,73 @@ require (
1413
github.com/Masterminds/goutils v1.1.0 // indirect
1514
github.com/Masterminds/semver v1.5.0 // indirect
1615
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
17-
github.com/agext/levenshtein v1.2.2 // indirect
16+
github.com/agext/levenshtein v1.2.3 // indirect
1817
github.com/apparentlymart/go-textseg v1.0.0 // indirect
1918
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2019
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
2120
github.com/aws/aws-sdk-go v1.25.3 // indirect
2221
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2322
github.com/bgentry/speakeasy v0.1.0 // indirect
24-
github.com/fatih/color v1.7.0 // indirect
23+
github.com/fatih/color v1.13.0 // indirect
2524
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
26-
github.com/golang/protobuf v1.4.2 // indirect
27-
github.com/google/go-cmp v0.5.6 // indirect
25+
github.com/golang/protobuf v1.5.2 // indirect
26+
github.com/google/go-cmp v0.5.7 // indirect
2827
github.com/google/uuid v1.1.2 // indirect
2928
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
30-
github.com/hashicorp/errwrap v1.0.0 // indirect
29+
github.com/hashicorp/errwrap v1.1.0 // indirect
3130
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3231
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3332
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
3433
github.com/hashicorp/go-getter v1.5.3 // indirect
35-
github.com/hashicorp/go-hclog v0.16.1 // indirect
34+
github.com/hashicorp/go-hclog v1.1.0 // indirect
3635
github.com/hashicorp/go-multierror v1.1.1 // indirect
37-
github.com/hashicorp/go-plugin v1.4.1 // indirect
36+
github.com/hashicorp/go-plugin v1.4.3 // indirect
3837
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3938
github.com/hashicorp/go-uuid v1.0.2 // indirect
40-
github.com/hashicorp/go-version v1.3.0 // indirect
41-
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
39+
github.com/hashicorp/go-version v1.4.0 // indirect
40+
github.com/hashicorp/hcl/v2 v2.11.1 // indirect
4241
github.com/hashicorp/terraform-exec v0.15.0 // indirect
4342
github.com/hashicorp/terraform-json v0.13.0 // indirect
44-
github.com/hashicorp/terraform-plugin-go v0.5.0 // indirect
45-
github.com/hashicorp/terraform-plugin-log v0.2.0 // indirect
46-
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 // indirect
43+
github.com/hashicorp/terraform-plugin-go v0.7.0 // indirect
44+
github.com/hashicorp/terraform-plugin-log v0.2.1 // indirect
45+
github.com/hashicorp/terraform-registry-address v0.0.0-20220131103327-5c1c5e123275 // indirect
4746
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
48-
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
47+
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
4948
github.com/huandu/xstrings v1.3.2 // indirect
5049
github.com/imdario/mergo v0.3.12 // indirect
5150
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
5251
github.com/jstemmer/go-junit-report v0.9.1 // indirect
5352
github.com/klauspost/compress v1.11.2 // indirect
54-
github.com/mattn/go-colorable v0.1.11 // indirect
53+
github.com/mattn/go-colorable v0.1.12 // indirect
5554
github.com/mattn/go-isatty v0.0.14 // indirect
5655
github.com/mitchellh/cli v1.1.2 // indirect
5756
github.com/mitchellh/copystructure v1.2.0 // indirect
5857
github.com/mitchellh/go-homedir v1.1.0 // indirect
5958
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
60-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
61-
github.com/mitchellh/mapstructure v1.1.2 // indirect
59+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
60+
github.com/mitchellh/mapstructure v1.4.3 // indirect
6261
github.com/mitchellh/reflectwalk v1.0.2 // indirect
63-
github.com/oklog/run v1.0.0 // indirect
62+
github.com/oklog/run v1.1.0 // indirect
6463
github.com/posener/complete v1.1.1 // indirect
6564
github.com/russross/blackfriday v1.6.0 // indirect
6665
github.com/ulikunitz/xz v0.5.8 // indirect
6766
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
67+
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
68+
github.com/vmihailenco/tagparser v0.1.2 // indirect
6869
github.com/zclconf/go-cty v1.10.0 // indirect
6970
go.opencensus.io v0.22.4 // indirect
7071
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
7172
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
7273
golang.org/x/mod v0.3.0 // indirect
73-
golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
74+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
7475
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
75-
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
76-
golang.org/x/text v0.3.5 // indirect
76+
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
77+
golang.org/x/text v0.3.7 // indirect
7778
golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed // indirect
78-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
79+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
7980
google.golang.org/api v0.29.0 // indirect
80-
google.golang.org/appengine v1.6.6 // indirect
81-
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
82-
google.golang.org/grpc v1.32.0 // indirect
83-
google.golang.org/protobuf v1.25.0 // indirect
81+
google.golang.org/appengine v1.6.7 // indirect
82+
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d // indirect
83+
google.golang.org/grpc v1.44.0 // indirect
84+
google.golang.org/protobuf v1.27.1 // indirect
8485
)

0 commit comments

Comments
 (0)