Skip to content

Commit

Permalink
Merge branch 'master' into atshaw43
Browse files Browse the repository at this point in the history
  • Loading branch information
atshaw43 authored Sep 14, 2022
2 parents 5aee1e5 + 9149aa9 commit 57e0155
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/aws-xray-sdk-go

go 1.15
go 1.18

require (
github.com/DATA-DOG/go-sqlmock v1.4.1
Expand All @@ -14,7 +14,19 @@ require (
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.34.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f // indirect
google.golang.org/grpc v1.35.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)

0 comments on commit 57e0155

Please sign in to comment.