File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2525 - ubuntu-latest
2626 - macos-latest
2727 go :
28- - 1.16
29- - 1.17
30- - 1.18
31- - 1.19
28+ - " 1.18"
29+ - " 1.19"
30+ - " 1.20"
3231 steps :
3332 - name : Checkout
3433 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # https://github.com/actions/checkout/releases/tag/v3.3.0
Original file line number Diff line number Diff line change 1- 1.16
1+ 1.20
Original file line number Diff line number Diff line change 11module github.com/hashicorp/terraform-json
22
3- go 1.13
3+ go 1.18
44
55require (
66 github.com/davecgh/go-spew v1.1.1
@@ -11,3 +11,8 @@ require (
1111 github.com/zclconf/go-cty v1.10.0
1212 github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
1313)
14+
15+ require (
16+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
17+ golang.org/x/text v0.3.8 // indirect
18+ )
Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ
4242golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
4343golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
4444golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
45- golang.org/x/text v0.3.5 h1:i6eZZ+zk0SOf0xgBpEpPD18qWcJda6q1sxt3S0kzyUQ =
4645golang.org/x/text v0.3.5 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
46+ golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY =
47+ golang.org/x/text v0.3.8 /go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ =
4748golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
4849google.golang.org/appengine v1.1.0 /go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM =
4950google.golang.org/appengine v1.6.5 /go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc =
You can’t perform that action at this time.
0 commit comments