Skip to content

Commit

Permalink
bump v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Apr 14, 2024
1 parent ad23c62 commit 3f6dab4
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.34.0
github.com/samber/slog-common v0.15.1
go.uber.org/goleak v1.2.1
)

require (
Expand Down Expand Up @@ -37,6 +36,7 @@ require (
github.com/samber/lo v1.38.1 // indirect
github.com/stretchr/testify v1.8.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/goleak v1.2.1 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.7.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.2.3" // replaced by .github/workflows/release.yml

0 comments on commit 3f6dab4

Please sign in to comment.