Skip to content

Commit

Permalink
sync depdencies between sample app and sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzlei committed Nov 13, 2023
1 parent 6b717c7 commit 073fef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample-apps/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module application.go
replace github.com/aws/aws-xray-sdk-go => ./aws-xray-sdk-go

require (
github.com/aws/aws-sdk-go v1.44.114
github.com/aws/aws-xray-sdk-go v1.6.0
golang.org/x/net v0.7.0
github.com/aws/aws-sdk-go v1.47.9
github.com/aws/aws-xray-sdk-go v1.8.2
golang.org/x/net v0.18.0
)

require (
Expand Down

0 comments on commit 073fef2

Please sign in to comment.