Skip to content

Commit

Permalink
Merge pull request #35 from aripalo/feature/support-yubikey-series-4
Browse files Browse the repository at this point in the history
feat: upgrade ykmangoath to v0.4.0
  • Loading branch information
aripalo authored Sep 13, 2022
2 parents e57a600 + 2bd67cb commit 7b7d0d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.1.0
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
version: v1.45.2

# Optional: golangci-lint command line arguments.
#args: --issues-exit-code=0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/adrg/xdg v0.4.0
github.com/alexflint/go-filemutex v1.2.0
github.com/aripalo/go-delightful v0.2.15
github.com/aripalo/ykmangoath v0.3.6
github.com/aripalo/ykmangoath v0.4.0
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ github.com/aripalo/go-delightful v0.2.15 h1:EDKp24prEG3bnBQQY9T2CbBKCW4RluXdwEsJ
github.com/aripalo/go-delightful v0.2.15/go.mod h1:f8Sb7bC5R9CkaVVNBJ3klOzGwWTQXgDlkv1JJmov8Pc=
github.com/aripalo/ykmangoath v0.3.6 h1:TL2UPyNm+E6mZkLNv9eSsTL2jPljmEt8QVDSs4Lt/z0=
github.com/aripalo/ykmangoath v0.3.6/go.mod h1:mKL3TpaaqID9iZkN9R8MuBkdRNVX/qZFteqT528SJsU=
github.com/aripalo/ykmangoath v0.4.0 h1:sVBW3zZuDnI9M8zn0AdSjZyEfkHhdCsL+Bw6RZBZtOE=
github.com/aripalo/ykmangoath v0.4.0/go.mod h1:mKL3TpaaqID9iZkN9R8MuBkdRNVX/qZFteqT528SJsU=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/aws/aws-sdk-go-v2 v1.16.3 h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM=
github.com/aws/aws-sdk-go-v2 v1.16.3/go.mod h1:ytwTPBG6fXTZLxxeeCCWj2/EMYp/xDUgX+OET6TLNNU=
Expand Down

0 comments on commit 7b7d0d4

Please sign in to comment.