Skip to content

Commit

Permalink
bump v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Nov 11, 2024
1 parent d0ba7ac commit 41bd7b9
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.60.1
github.com/samber/slog-common v0.17.1
go.uber.org/goleak v1.3.0
)

require (
Expand Down Expand Up @@ -38,6 +37,7 @@ require (
github.com/samber/lo v1.44.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.25.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.1" // replaced by .github/workflows/release.yml

0 comments on commit 41bd7b9

Please sign in to comment.