Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from NETWAYS/bump-dependencies
Browse files Browse the repository at this point in the history
Bump go-check and cobra
  • Loading branch information
martialblog authored Jan 3, 2023
2 parents 436f16d + d589ccb commit 9c24b2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 714 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.17

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.0
github.com/NETWAYS/go-check v0.2.0
github.com/NETWAYS/go-check v0.3.0
github.com/microsoft/kiota/authentication/go/azure v0.0.0-20220201092916-896e79b2ca52
github.com/microsoftgraph/msgraph-sdk-go v0.7.0
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.6.1
)

require (
Expand All @@ -17,7 +17,7 @@ require (
github.com/cjlapao/common-go v0.0.18 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/microsoft/kiota/abstractions/go v0.0.0-20220201092916-896e79b2ca52 // indirect
github.com/microsoft/kiota/http/go/nethttp v0.0.0-20220201092916-896e79b2ca52 // indirect
Expand Down
Loading

0 comments on commit 9c24b2d

Please sign in to comment.