Skip to content

Commit

Permalink
chore: updated dependencies in the fasthttp example (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil authored Dec 16, 2024
1 parent 110a080 commit f7858ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/basic_usage_fasthttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/instana/go-sensor v1.66.0
github.com/instana/go-sensor/instrumentation/instafasthttp v0.1.0
github.com/instana/go-sensor/instrumentation/instafasthttp v0.2.0
github.com/instana/go-sensor/instrumentation/instagorm v1.15.0
github.com/valyala/fasthttp v1.58.0
gorm.io/driver/postgres v1.5.11
Expand All @@ -24,7 +24,7 @@ require (
github.com/looplab/fsm v1.0.2 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
Expand Down
2 changes: 2 additions & 0 deletions example/basic_usage_fasthttp/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A=
golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70=
golang.org/x/crypto v0.30.0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY=
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
Expand Down

0 comments on commit f7858ed

Please sign in to comment.