Skip to content

Commit 5000fec

Browse files
committed
bump v2.9.1
1 parent 9187d43 commit 5000fec

File tree

6 files changed

+2
-408
lines changed

6 files changed

+2
-408
lines changed

converter_test.go

Lines changed: 0 additions & 194 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ go 1.21
55
require (
66
github.com/getsentry/sentry-go v0.30.0
77
github.com/samber/slog-common v0.18.0
8-
github.com/stretchr/testify v1.10.0
9-
go.uber.org/goleak v1.3.0
108
)
119

1210
require (
1311
github.com/davecgh/go-spew v1.1.1 // indirect
1412
github.com/pmezard/go-difflib v1.0.0 // indirect
1513
github.com/samber/lo v1.47.0 // indirect
14+
github.com/stretchr/testify v1.10.0 // indirect
1615
golang.org/x/sys v0.18.0 // indirect
1716
golang.org/x/text v0.16.0 // indirect
1817
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ github.com/samber/slog-common v0.18.0 h1:zPeXHM+WhMl2zSx76Rg3EE0jwXdkut9s45K+pwh
2222
github.com/samber/slog-common v0.18.0/go.mod h1:6Krf+hemckfEiRDqy3J/sTpKTJQvmOoFLj9Riz3IkRU=
2323
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
2424
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
25-
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
26-
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
2725
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
2826
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2927
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=

0 commit comments

Comments
 (0)