File tree Expand file tree Collapse file tree 6 files changed +2
-408
lines changed Expand file tree Collapse file tree 6 files changed +2
-408
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ go 1.21
55require (
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
1210require (
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
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ github.com/samber/slog-common v0.18.0 h1:zPeXHM+WhMl2zSx76Rg3EE0jwXdkut9s45K+pwh
2222github.com/samber/slog-common v0.18.0 /go.mod h1:6Krf+hemckfEiRDqy3J/sTpKTJQvmOoFLj9Riz3IkRU =
2323github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2424github.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 =
2725golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
2826golang.org/x/sys v0.18.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
2927golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4 =
You can’t perform that action at this time.
0 commit comments