Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcca517

Browse files
committed
fix dependabot
1 parent1eb5609 commitdcca517

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/v4v4.15.2
7171
github.com/google/go-github/v43v43.0.1-0.20220414155304-00e42332e405
7272
github.com/google/uuidv1.3.0
73-
github.com/hashicorp/go-versionv1.4.0
73+
github.com/hashicorp/go-versionv1.5.0
7474
github.com/hashicorp/hc-installv0.3.2
7575
github.com/hashicorp/hcl/v2v2.12.0
7676
github.com/hashicorp/terraform-config-inspectv0.0.0-20211115214459-90acf1ca460f
@@ -80,7 +80,7 @@ require (
8080
github.com/jedib0t/go-pretty/v6v6.3.1
8181
github.com/justinas/nosurfv1.1.1
8282
github.com/kirsle/configdirv0.0.0-20170128060238-e45d2f54772f
83-
github.com/lib/pqv1.10.5
83+
github.com/lib/pqv1.10.6
8484
github.com/mattn/go-isattyv0.0.14
8585
github.com/mitchellh/mapstructurev1.5.0
8686
github.com/moby/mobyv20.10.16+incompatible
@@ -126,12 +126,6 @@ require (
126126
storj.io/drpcv0.0.30
127127
)
128128

129-
require (
130-
github.com/bep/godartsassv0.14.0// indirect
131-
github.com/bep/golibsassv1.1.0// indirect
132-
github.com/tdewolff/parse/v2v2.5.29// indirect
133-
)
134-
135129
require (
136130
github.com/Azure/go-ansitermv0.0.0-20210617225240-d185dfc1b5a1// indirect
137131
github.com/Azure/go-ntlmsspv0.0.0-20200615164410-66371956d46c// indirect
@@ -144,6 +138,8 @@ require (
144138
github.com/apparentlymart/go-textseg/v13v13.0.0// indirect
145139
github.com/armon/go-socks5v0.0.0-20160902184237-e75332964ef5// indirect
146140
github.com/beorn7/perksv1.0.1// indirect
141+
github.com/bep/godartsassv0.14.0// indirect
142+
github.com/bep/golibsassv1.1.0// indirect
147143
github.com/cenkalti/backoff/v4v4.1.3// indirect
148144
github.com/cespare/xxhash/v2v2.1.2// indirect
149145
github.com/charmbracelet/bubblesv0.10.3// indirect
@@ -235,6 +231,7 @@ require (
235231
github.com/spf13/castv1.5.0// indirect
236232
github.com/spf13/jwalterweathermanv1.1.0// indirect
237233
github.com/tadvi/systrayv0.0.0-20190226123456-11a2b8fa57af// indirect
234+
github.com/tdewolff/parse/v2v2.5.29// indirect
238235
github.com/templexxx/cpufeatv0.0.0-20180724012125-cef66df7f161// indirect
239236
github.com/templexxx/xorv0.0.0-20191217153810-f85b25db303b// indirect
240237
github.com/tjfoc/gmsmv1.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-uuidv1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
879879
github.com/hashicorp/go-uuidv1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
880880
github.com/hashicorp/go-versionv1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
881-
github.com/hashicorp/go-versionv1.4.0 h1:aAQzgqIrRKRa7w75CKpbBxYsmUoPjzVm1W59ca1L0J4=
882881
github.com/hashicorp/go-versionv1.4.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
882+
github.com/hashicorp/go-versionv1.5.0 h1:O293SZ2Eg+AAYijkVK3jR786Am1bhDEh2GHT0tIVE5E=
883+
github.com/hashicorp/go-versionv1.5.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
883884
github.com/hashicorp/go.netv0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90=
884885
github.com/hashicorp/golang-lruv0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
885886
github.com/hashicorp/golang-lruv0.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/pqv1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
10721073
github.com/lib/pqv1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
10731074
github.com/lib/pqv1.10.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
1074-
github.com/lib/pqv1.10.5 h1:J+gdV2cUmX7ZqL2B0lFcW0m+egaHC2V3lpO8nWxyYiQ=
1075-
github.com/lib/pqv1.10.5/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
1075+
github.com/lib/pqv1.10.6 h1:jbk+ZieJ0D7EVGJYpL9QTz7/YW6UHbmdnZWYyK5cdBs=
1076+
github.com/lib/pqv1.10.6/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
10761077
github.com/linuxkit/virtsockv0.0.0-20201010232012-f8cee7dfc7a3/go.mod h1:3r6x7q95whyfWQpmGZTu3gk3v2YkMi05HEzl7Tf7YEo=
10771078
github.com/lucasb-eyer/go-colorfulv1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=
10781079
github.com/lucasb-eyer/go-colorfulv1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp