Skip to content

Commit

Permalink
bump v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Apr 26, 2024
1 parent f44d0f5 commit 2d48ab7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -5,7 +5,6 @@ go 1.21
require (
github.com/getsentry/sentry-go v0.22.0
github.com/samber/slog-common v0.16.0
go.uber.org/goleak v1.2.1
)

require (
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Expand Up @@ -18,8 +18,6 @@ github.com/samber/slog-common v0.16.0 h1:2/t1EcFd1Ru77mh2ab+8B6NBHnEXsBBHtOJc7PS
github.com/samber/slog-common v0.16.0/go.mod h1:Qjrfhwk79XiCIhBj8+jTq1Cr0u9rlWbjawh3dWXzaHk=
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=
go.uber.org/goleak v1.2.1/go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4=
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
golang.org/x/sys v0.9.0 h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=
Expand Down
11 changes: 0 additions & 11 deletions main_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -3,4 +3,4 @@ package slogsentry
const name = "samber/slog-sentry"

// nolint
const version = "VERSION" // replaced by .github/workflows/release.yml
const version = "v2.5.0" // replaced by .github/workflows/release.yml

0 comments on commit 2d48ab7

Please sign in to comment.