Skip to content

Commit 08e6ccf

Browse files
fix(deps): update module github.com/spf13/viper to v1.15.0
1 parent fb1752d commit 08e6ccf

2 files changed

Lines changed: 123 additions & 15 deletions

File tree

go.mod

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module codeartifact-dependabot-sync
22

33
go 1.17
44

5-
require github.com/aws/aws-sdk-go-v2 v1.13.0
5+
require (
6+
github.com/aws/aws-sdk-go-v2 v1.13.0
7+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
8+
)
69

710
require (
811
github.com/aws/aws-sdk-go-v2/credentials v1.8.0 // indirect
@@ -15,30 +18,31 @@ require (
1518
github.com/aws/aws-sdk-go-v2/service/sts v1.14.0 // indirect
1619
github.com/beorn7/perks v1.0.1 // indirect
1720
github.com/cespare/xxhash/v2 v2.1.2 // indirect
18-
github.com/fsnotify/fsnotify v1.5.1 // indirect
21+
github.com/fsnotify/fsnotify v1.6.0 // indirect
1922
github.com/golang/protobuf v1.5.2 // indirect
2023
github.com/google/go-querystring v1.1.0 // indirect
2124
github.com/hashicorp/hcl v1.0.0 // indirect
22-
github.com/magiconair/properties v1.8.5 // indirect
25+
github.com/magiconair/properties v1.8.7 // indirect
2326
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
24-
github.com/mitchellh/mapstructure v1.4.3 // indirect
27+
github.com/mitchellh/mapstructure v1.5.0 // indirect
2528
github.com/pelletier/go-toml v1.9.4 // indirect
29+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
2630
github.com/prometheus/client_model v0.2.0 // indirect
2731
github.com/prometheus/common v0.32.1 // indirect
2832
github.com/prometheus/procfs v0.7.3 // indirect
29-
github.com/spf13/afero v1.6.0 // indirect
30-
github.com/spf13/cast v1.4.1 // indirect
33+
github.com/spf13/afero v1.9.3 // indirect
34+
github.com/spf13/cast v1.5.0 // indirect
3135
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3236
github.com/spf13/pflag v1.0.5 // indirect
33-
github.com/subosito/gotenv v1.2.0 // indirect
34-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
35-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
36-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
37-
golang.org/x/text v0.3.7 // indirect
37+
github.com/subosito/gotenv v1.4.2 // indirect
38+
golang.org/x/net v0.4.0 // indirect
39+
golang.org/x/sys v0.3.0 // indirect
40+
golang.org/x/text v0.5.0 // indirect
3841
google.golang.org/appengine v1.6.7 // indirect
39-
google.golang.org/protobuf v1.27.1 // indirect
40-
gopkg.in/ini.v1 v1.66.2 // indirect
42+
google.golang.org/protobuf v1.28.1 // indirect
43+
gopkg.in/ini.v1 v1.67.0 // indirect
4144
gopkg.in/yaml.v2 v2.4.0 // indirect
45+
gopkg.in/yaml.v3 v3.0.1 // indirect
4246
)
4347

4448
require (
@@ -49,6 +53,6 @@ require (
4953
github.com/google/go-github/v42 v42.0.0
5054
github.com/prometheus/client_golang v1.12.1
5155
github.com/sirupsen/logrus v1.8.1
52-
github.com/spf13/viper v1.10.1
53-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
56+
github.com/spf13/viper v1.15.0
57+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
5458
)

0 commit comments

Comments
 (0)