Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Dorschner committed Mar 14, 2022
1 parent 7c8ff32 commit 3b6f93e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 740 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ go 1.14

require (
github.com/NETWAYS/go-check v0.3.0
github.com/aws/aws-sdk-go v1.43.12
github.com/aws/aws-sdk-go v1.43.17
github.com/jarcoal/httpmock v1.1.0
github.com/spf13/cobra v1.3.0
github.com/kr/pretty v0.2.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.66.4
)
Loading

0 comments on commit 3b6f93e

Please sign in to comment.