Skip to content

Commit dcca517

Browse files
committed
fix dependabot
1 parent 1eb5609 commit dcca517

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

go.mod

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/golang-migrate/migrate/v4 v4.15.2
7171
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
7272
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
7474
github.com/hashicorp/hc-install v0.3.2
7575
github.com/hashicorp/hcl/v2 v2.12.0
7676
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
@@ -80,7 +80,7 @@ require (
8080
github.com/jedib0t/go-pretty/v6 v6.3.1
8181
github.com/justinas/nosurf v1.1.1
8282
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
8484
github.com/mattn/go-isatty v0.0.14
8585
github.com/mitchellh/mapstructure v1.5.0
8686
github.com/moby/moby v20.10.16+incompatible
@@ -126,12 +126,6 @@ require (
126126
storj.io/drpc v0.0.30
127127
)
128128

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-
135129
require (
136130
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
137131
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
@@ -144,6 +138,8 @@ require (
144138
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
145139
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
146140
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
147143
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
148144
github.com/cespare/xxhash/v2 v2.1.2 // indirect
149145
github.com/charmbracelet/bubbles v0.10.3 // indirect
@@ -235,6 +231,7 @@ require (
235231
github.com/spf13/cast v1.5.0 // indirect
236232
github.com/spf13/jwalterweatherman v1.1.0 // indirect
237233
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
234+
github.com/tdewolff/parse/v2 v2.5.29 // indirect
238235
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
239236
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
240237
github.com/tjfoc/gmsm v1.4.1 // indirect

go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,9 @@ github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdv
878878
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
879879
github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
880880
github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
881-
github.com/hashicorp/go-version v1.4.0 h1:aAQzgqIrRKRa7w75CKpbBxYsmUoPjzVm1W59ca1L0J4=
882881
github.com/hashicorp/go-version v1.4.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
882+
github.com/hashicorp/go-version v1.5.0 h1:O293SZ2Eg+AAYijkVK3jR786Am1bhDEh2GHT0tIVE5E=
883+
github.com/hashicorp/go-version v1.5.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
883884
github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90=
884885
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
885886
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
@@ -1071,8 +1072,8 @@ github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
10711072
github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
10721073
github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
10731074
github.com/lib/pq v1.10.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
1074-
github.com/lib/pq v1.10.5 h1:J+gdV2cUmX7ZqL2B0lFcW0m+egaHC2V3lpO8nWxyYiQ=
1075-
github.com/lib/pq v1.10.5/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
1075+
github.com/lib/pq v1.10.6 h1:jbk+ZieJ0D7EVGJYpL9QTz7/YW6UHbmdnZWYyK5cdBs=
1076+
github.com/lib/pq v1.10.6/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
10761077
github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo=
10771078
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
10781079
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=

0 commit comments

Comments
 (0)