Skip to content

Commit

Permalink
feat: update fox to v0.22.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: tigerwill90 <[email protected]>
  • Loading branch information
tigerwill90 and tigerwill90 authored Feb 2, 2025
1 parent 3bf07c0 commit 212bba7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
github.com/stretchr/testify v1.10.0
github.com/tigerwill90/fox v0.20.1
github.com/tigerwill90/fox v0.22.0
go.opentelemetry.io/contrib/propagators/b3 v1.34.0
go.opentelemetry.io/otel v1.34.0
go.opentelemetry.io/otel/trace v1.34.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tigerwill90/fox v0.20.1 h1:rPQvN0FmyY/YlFgW/UJz5mwmofu1dAbP6DMGIuqCU8A=
github.com/tigerwill90/fox v0.20.1/go.mod h1:j86+yFuBav3kL1V5vSV71RyN5Y5Lqu7zqxk8VG5e+CY=
github.com/tigerwill90/fox v0.22.0 h1:Ce291mG8a5nbIuNmyg/UfHGgRK4EguseX1/q3qx9jtw=
github.com/tigerwill90/fox v0.22.0/go.mod h1:j86+yFuBav3kL1V5vSV71RyN5Y5Lqu7zqxk8VG5e+CY=
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
go.opentelemetry.io/contrib/propagators/b3 v1.34.0 h1:9pQdCEvV/6RWQmag94D6rhU+A4rzUhYBEJ8bpscx5p8=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package otelfox

import "fmt"

const version = "v0.20.1"
const version = "v0.22.0"

var semver = fmt.Sprintf("semver:%s", version)

Expand Down

0 comments on commit 212bba7

Please sign in to comment.