Skip to content

Commit

Permalink
Merge pull request #42 from silinternational/develop
Browse files Browse the repository at this point in the history
correct version numbers in lambda-example/go.mod
  • Loading branch information
briskt authored Jun 22, 2020
2 parents 981c3a9 + a6b9d2a commit 647ee87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lambda-example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/silinternational/lambda-example
go 1.14

require (
github.com/Jeffail/gabs v1.4.0 // indirect
github.com/aws/aws-lambda-go v1.16.0
github.com/silinternational/personnel-sync/v4 v3.3.1
github.com/Jeffail/gabs/v2 v2.5.1
github.com/aws/aws-lambda-go v1.17.0
github.com/silinternational/personnel-sync/v4 v4.0.0
golang.org/x/net v0.0.0-20200519113804-d87ec0cfa476 // indirect
google.golang.org/api v0.24.0 // indirect
)

0 comments on commit 647ee87

Please sign in to comment.