Skip to content

Commit

Permalink
bump v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Jan 12, 2025
1 parent 971eca5 commit 737d8af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/grafana/loki-client-go v0.0.0-20230116142646-e7494d0ef70c
github.com/prometheus/common v0.61.0
github.com/samber/slog-common v0.18.1
go.uber.org/goleak v1.3.0
)

require (
Expand Down Expand Up @@ -38,6 +37,7 @@ require (
github.com/samber/lo v1.47.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sys v0.28.0 // indirect
Expand Down
11 changes: 0 additions & 11 deletions main_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package slogloki
const name = "samber/slog-loki"

// nolint:unused
const version = "VERSION" // replaced by .github/workflows/release.yml
const version = "v3.5.4" // replaced by .github/workflows/release.yml

0 comments on commit 737d8af

Please sign in to comment.