Skip to content

Commit 73c4fbc

Browse files
committed
bump v3.5.3
1 parent 519c436 commit 73c4fbc

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/grafana/loki-client-go v0.0.0-20230116142646-e7494d0ef70c
77
github.com/prometheus/common v0.61.0
88
github.com/samber/slog-common v0.18.1
9-
go.uber.org/goleak v1.3.0
109
)
1110

1211
require (
@@ -38,6 +37,7 @@ require (
3837
github.com/samber/lo v1.47.0 // indirect
3938
github.com/stretchr/testify v1.10.0 // indirect
4039
go.uber.org/atomic v1.9.0 // indirect
40+
go.uber.org/goleak v1.3.0 // indirect
4141
golang.org/x/net v0.32.0 // indirect
4242
golang.org/x/oauth2 v0.24.0 // indirect
4343
golang.org/x/sys v0.28.0 // indirect

main_test.go

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

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package slogloki
44
const name = "samber/slog-loki"
55

66
// nolint:unused
7-
const version = "VERSION" // replaced by .github/workflows/release.yml
7+
const version = "v3.5.3" // replaced by .github/workflows/release.yml

0 commit comments

Comments
 (0)