File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
with :
22
22
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
23
- version : latest
23
+ version : v1.45.2
24
24
25
25
# Optional: golangci-lint command line arguments.
26
26
# args: --issues-exit-code=0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/adrg/xdg v0.4.0
7
7
github.com/alexflint/go-filemutex v1.2.0
8
8
github.com/aripalo/go-delightful v0.2.15
9
- github.com/aripalo/ykmangoath v0.3.6
9
+ github.com/aripalo/ykmangoath v0.4.0
10
10
github.com/aws/aws-sdk-go-v2 v1.16.3
11
11
github.com/aws/aws-sdk-go-v2/config v1.15.4
12
12
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ github.com/aripalo/go-delightful v0.2.15 h1:EDKp24prEG3bnBQQY9T2CbBKCW4RluXdwEsJ
51
51
github.com/aripalo/go-delightful v0.2.15 /go.mod h1:f8Sb7bC5R9CkaVVNBJ3klOzGwWTQXgDlkv1JJmov8Pc =
52
52
github.com/aripalo/ykmangoath v0.3.6 h1:TL2UPyNm+E6mZkLNv9eSsTL2jPljmEt8QVDSs4Lt/z0 =
53
53
github.com/aripalo/ykmangoath v0.3.6 /go.mod h1:mKL3TpaaqID9iZkN9R8MuBkdRNVX/qZFteqT528SJsU =
54
+ github.com/aripalo/ykmangoath v0.4.0 h1:sVBW3zZuDnI9M8zn0AdSjZyEfkHhdCsL+Bw6RZBZtOE =
55
+ github.com/aripalo/ykmangoath v0.4.0 /go.mod h1:mKL3TpaaqID9iZkN9R8MuBkdRNVX/qZFteqT528SJsU =
54
56
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
55
57
github.com/aws/aws-sdk-go-v2 v1.16.3 h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM =
56
58
github.com/aws/aws-sdk-go-v2 v1.16.3 /go.mod h1:ytwTPBG6fXTZLxxeeCCWj2/EMYp/xDUgX+OET6TLNNU =
You can’t perform that action at this time.
0 commit comments