@@ -70,7 +70,7 @@ require (
70
70
github.com/golang-migrate/migrate/v4 v4.15.2
71
71
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
72
72
github.com/google/uuid v1.3.0
73
- github.com/hashicorp/go-version v1.4 .0
73
+ github.com/hashicorp/go-version v1.5 .0
74
74
github.com/hashicorp/hc-install v0.3.2
75
75
github.com/hashicorp/hcl/v2 v2.12.0
76
76
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
@@ -80,7 +80,7 @@ require (
80
80
github.com/jedib0t/go-pretty/v6 v6.3.1
81
81
github.com/justinas/nosurf v1.1.1
82
82
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
83
- github.com/lib/pq v1.10.5
83
+ github.com/lib/pq v1.10.6
84
84
github.com/mattn/go-isatty v0.0.14
85
85
github.com/mitchellh/mapstructure v1.5.0
86
86
github.com/moby/moby v20.10.16+incompatible
@@ -126,12 +126,6 @@ require (
126
126
storj.io/drpc v0.0.30
127
127
)
128
128
129
- require (
130
- github.com/bep/godartsass v0.14.0 // indirect
131
- github.com/bep/golibsass v1.1.0 // indirect
132
- github.com/tdewolff/parse/v2 v2.5.29 // indirect
133
- )
134
-
135
129
require (
136
130
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
137
131
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
@@ -144,6 +138,8 @@ require (
144
138
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
145
139
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
146
140
github.com/beorn7/perks v1.0.1 // indirect
141
+ github.com/bep/godartsass v0.14.0 // indirect
142
+ github.com/bep/golibsass v1.1.0 // indirect
147
143
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
148
144
github.com/cespare/xxhash/v2 v2.1.2 // indirect
149
145
github.com/charmbracelet/bubbles v0.10.3 // indirect
@@ -235,6 +231,7 @@ require (
235
231
github.com/spf13/cast v1.5.0 // indirect
236
232
github.com/spf13/jwalterweatherman v1.1.0 // indirect
237
233
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
234
+ github.com/tdewolff/parse/v2 v2.5.29 // indirect
238
235
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
239
236
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
240
237
github.com/tjfoc/gmsm v1.4.1 // indirect
0 commit comments