File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Set up Go
2323 uses : actions/setup-go@v3
2424 with :
25- go-version : 1.20
25+ go-version : 1.20.2
2626 - name : Setup SSH Keys and known_hosts
2727 env :
2828 SSH_AUTH_SOCK : /tmp/ssh_agent.sock
Original file line number Diff line number Diff line change 11module github.com/capeprivacy/cli
22
3- go 1.18
3+ go 1.20
44
55require (
66 github.com/avast/retry-go v3.0.0+incompatible
@@ -37,7 +37,7 @@ require (
3737 github.com/spf13/jwalterweatherman v1.1.0 // indirect
3838 github.com/subosito/gotenv v1.4.2 // indirect
3939 github.com/x448/float16 v0.8.4 // indirect
40- golang.org/x/sys v0.6 .0 // indirect
40+ golang.org/x/sys v0.7 .0 // indirect
4141 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4242 gopkg.in/ini.v1 v1.67.0 // indirect
4343 gopkg.in/yaml.v2 v2.4.0 // indirect
Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
388388golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
389389golang.org/x/sys v0.0.0-20220908164124-27713097b956 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
390390golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
391- golang.org/x/sys v0.6 .0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
392- golang.org/x/sys v0.6 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
391+ golang.org/x/sys v0.7 .0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU =
392+ golang.org/x/sys v0.7 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
393393golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
394394golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
395395golang.org/x/term v0.1.0 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
You can’t perform that action at this time.
0 commit comments