Skip to content

Commit

Permalink
bump v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Jul 1, 2024
1 parent e540741 commit 65d7701
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.17.0
go.uber.org/goleak v1.2.1
)

require (
Expand Down Expand Up @@ -37,6 +36,7 @@ require (
github.com/samber/lo v1.44.0 // 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/net v0.23.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.18.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.4.0" // replaced by .github/workflows/release.yml

0 comments on commit 65d7701

Please sign in to comment.