Skip to content

Commit 9a1860a

Browse files
committed
bump v2.4.1
1 parent 95cfcee commit 9a1860a

File tree

4 files changed

+1
-15
lines changed

4 files changed

+1
-15
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.21
55
require (
66
github.com/getsentry/sentry-go v0.22.0
77
github.com/samber/slog-common v0.15.1
8-
go.uber.org/goleak v1.2.1
98
)
109

1110
require (

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ github.com/samber/slog-common v0.15.1 h1:0HIQ/a8nqMeqAfc2vbGbnuBwmXzgZAhODbA4oPU
1818
github.com/samber/slog-common v0.15.1/go.mod h1:Qjrfhwk79XiCIhBj8+jTq1Cr0u9rlWbjawh3dWXzaHk=
1919
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
2020
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
21-
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=
22-
go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4=
2321
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=
2422
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
2523
golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=

main_test.go

-11
This file was deleted.

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ package slogsentry
33
const name = "samber/slog-sentry"
44

55
// nolint
6-
const version = "VERSION" // replaced by .github/workflows/release.yml
6+
const version = "v2.4.1" // replaced by .github/workflows/release.yml

0 commit comments

Comments
 (0)