File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2727 - name : Set up Go
2828 uses : actions/setup-go@v2
2929 with :
30- go-version : 1.17
30+ go-version : 1.18
3131
3232 - name : Cache Go Modules
3333 uses : actions/cache@v3
Original file line number Diff line number Diff line change 11module github.com/AndreZiviani/aws-fuzzy
22
3- go 1.17
3+ go 1.18
44
55require (
66 github.com/AndreZiviani/fzf-wrapper/v2 v2.0.0-20220531134234-4dd6b5a9c480
7+ github.com/BurntSushi/toml v1.2.0
78 github.com/aws/aws-sdk-go-v2 v1.16.16
89 github.com/aws/aws-sdk-go-v2/config v1.17.7
910 github.com/aws/aws-sdk-go-v2/credentials v1.12.20
@@ -30,7 +31,6 @@ require (
3031 github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
3132 github.com/99designs/keyring v1.2.1 // indirect
3233 github.com/AlecAivazis/survey/v2 v2.3.6 // indirect
33- github.com/BurntSushi/toml v1.2.0 // indirect
3434 github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
3535 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 // indirect
3636 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect
@@ -74,7 +74,7 @@ require (
7474 go.uber.org/multierr v1.8.0 // indirect
7575 go.uber.org/zap v1.23.0 // indirect
7676 golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
77- golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 // indirect
77+ golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
7878 golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
7979 golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
8080 golang.org/x/text v0.3.7 // indirect
Original file line number Diff line number Diff line change @@ -408,6 +408,8 @@ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 h1:w8s32wxx3sY+OjLlv9qltkLU
408408golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
409409golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 h1:ZrnxWX62AgTKOSagEqxvb3ffipvEDX2pl7E1TdqLqIc =
410410golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
411+ golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 h1:cu5kTvlzcw1Q5S9f5ip1/cpiB4nXvw1XYzFPGgzLUOY =
412+ golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
411413golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
412414golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
413415golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
You can’t perform that action at this time.
0 commit comments