Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit c9998d3

Browse files
authored
Upgrade dependencies (#122)
Signed-off-by: Sean Lin <[email protected]>
1 parent 1279ea2 commit c9998d3

File tree

2 files changed

+378
-337
lines changed

2 files changed

+378
-337
lines changed

go.mod

Lines changed: 44 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,96 +3,98 @@ module github.com/flyteorg/flytestdlib
33
go 1.17
44

55
require (
6-
github.com/aws/aws-sdk-go v1.37.1
6+
github.com/aws/aws-sdk-go v1.43.37
77
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1
88
github.com/coocood/freecache v1.1.1
99
github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607
10-
github.com/fatih/color v1.10.0
10+
github.com/fatih/color v1.13.0
1111
github.com/fatih/structtag v1.2.0
12-
github.com/flyteorg/stow v0.3.3
13-
github.com/fsnotify/fsnotify v1.4.9
12+
github.com/flyteorg/stow v0.3.4
13+
github.com/fsnotify/fsnotify v1.5.1
1414
github.com/ghodss/yaml v1.0.0
1515
github.com/go-test/deep v1.0.7
16-
github.com/golang/protobuf v1.4.3
16+
github.com/golang/protobuf v1.5.2
1717
github.com/hashicorp/golang-lru v0.5.4
18-
github.com/magiconair/properties v1.8.4
19-
github.com/mitchellh/mapstructure v1.4.1
18+
github.com/magiconair/properties v1.8.6
19+
github.com/mitchellh/mapstructure v1.4.3
2020
github.com/pkg/errors v0.9.1
21-
github.com/prometheus/client_golang v1.9.0
21+
github.com/prometheus/client_golang v1.12.1
2222
github.com/sirupsen/logrus v1.7.0
23-
github.com/spf13/cobra v1.1.1
23+
github.com/spf13/cobra v1.4.0
2424
github.com/spf13/pflag v1.0.5
25-
github.com/spf13/viper v1.7.1
26-
github.com/stretchr/testify v1.7.0
25+
github.com/spf13/viper v1.11.0
26+
github.com/stretchr/testify v1.7.1
2727
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
2828
golang.org/x/tools v0.1.10
29-
google.golang.org/protobuf v1.25.0
29+
google.golang.org/protobuf v1.28.0
3030
gorm.io/gorm v1.22.4
3131
k8s.io/api v0.20.2
3232
k8s.io/apimachinery v0.20.2
3333
k8s.io/client-go v0.0.0-20210217172142-7279fc64d847
3434
)
3535

3636
require (
37-
cloud.google.com/go v0.75.0 // indirect
38-
cloud.google.com/go/storage v1.12.0 // indirect
37+
cloud.google.com/go v0.100.2 // indirect
38+
cloud.google.com/go/compute v1.5.0 // indirect
39+
cloud.google.com/go/iam v0.3.0 // indirect
40+
cloud.google.com/go/storage v1.14.0 // indirect
3941
github.com/Azure/azure-sdk-for-go v62.3.0+incompatible // indirect
4042
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1 // indirect
4143
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3 // indirect
4244
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0 // indirect
4345
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
44-
github.com/Azure/go-autorest/autorest v0.11.17 // indirect
45-
github.com/Azure/go-autorest/autorest/adal v0.9.10 // indirect
46+
github.com/Azure/go-autorest/autorest v0.11.25 // indirect
47+
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
4648
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
47-
github.com/Azure/go-autorest/logger v0.2.0 // indirect
49+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
4850
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
4951
github.com/beorn7/perks v1.0.1 // indirect
5052
github.com/cespare/xxhash v1.1.0 // indirect
51-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
53+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
5254
github.com/davecgh/go-spew v1.1.1 // indirect
53-
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
5455
github.com/go-logr/logr v0.4.0 // indirect
5556
github.com/gofrs/uuid v4.2.0+incompatible // indirect
5657
github.com/gogo/protobuf v1.3.2 // indirect
57-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
58+
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
59+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5860
github.com/google/gofuzz v1.1.0 // indirect
59-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
61+
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
6062
github.com/hashicorp/hcl v1.0.0 // indirect
6163
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6264
github.com/jmespath/go-jmespath v0.4.0 // indirect
63-
github.com/json-iterator/go v1.1.10 // indirect
64-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
65-
github.com/mattn/go-colorable v0.1.8 // indirect
66-
github.com/mattn/go-isatty v0.0.12 // indirect
65+
github.com/json-iterator/go v1.1.12 // indirect
66+
github.com/kr/text v0.2.0 // indirect
67+
github.com/mattn/go-colorable v0.1.12 // indirect
68+
github.com/mattn/go-isatty v0.0.14 // indirect
6769
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
6870
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
69-
github.com/modern-go/reflect2 v1.0.1 // indirect
71+
github.com/modern-go/reflect2 v1.0.2 // indirect
7072
github.com/ncw/swift v1.0.53 // indirect
71-
github.com/pelletier/go-toml v1.8.1 // indirect
73+
github.com/pelletier/go-toml v1.9.4 // indirect
74+
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
7275
github.com/pmezard/go-difflib v1.0.0 // indirect
7376
github.com/prometheus/client_model v0.2.0 // indirect
74-
github.com/prometheus/common v0.15.0 // indirect
75-
github.com/prometheus/procfs v0.3.0 // indirect
76-
github.com/spf13/afero v1.5.1 // indirect
77-
github.com/spf13/cast v1.3.1 // indirect
77+
github.com/prometheus/common v0.32.1 // indirect
78+
github.com/prometheus/procfs v0.7.3 // indirect
79+
github.com/spf13/afero v1.8.2 // indirect
80+
github.com/spf13/cast v1.4.1 // indirect
7881
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7982
github.com/stretchr/objx v0.3.0 // indirect
8083
github.com/subosito/gotenv v1.2.0 // indirect
81-
go.opencensus.io v0.22.6 // indirect
82-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
83-
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
84+
go.opencensus.io v0.23.0 // indirect
85+
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
8486
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
85-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
86-
golang.org/x/oauth2 v0.0.0-20210126194326-f9ce19ea3013 // indirect
87-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
87+
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
88+
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
89+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
8890
golang.org/x/text v0.3.7 // indirect
89-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
90-
google.golang.org/api v0.38.0 // indirect
91+
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
92+
google.golang.org/api v0.74.0 // indirect
9193
google.golang.org/appengine v1.6.7 // indirect
92-
google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 // indirect
93-
google.golang.org/grpc v1.35.0 // indirect
94+
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
95+
google.golang.org/grpc v1.45.0 // indirect
9496
gopkg.in/inf.v0 v0.9.1 // indirect
95-
gopkg.in/ini.v1 v1.62.0 // indirect
97+
gopkg.in/ini.v1 v1.66.4 // indirect
9698
gopkg.in/yaml.v2 v2.4.0 // indirect
9799
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
98100
k8s.io/klog/v2 v2.5.0 // indirect

0 commit comments

Comments
 (0)