File tree 4 files changed +1
-15
lines changed
4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/nats-io/nats.go v1.38.0
7
7
github.com/samber/slog-common v0.18.0
8
- go.uber.org/goleak v1.3.0
9
8
)
10
9
11
10
require (
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ github.com/samber/slog-common v0.18.0 h1:zPeXHM+WhMl2zSx76Rg3EE0jwXdkut9s45K+pwh
20
20
github.com/samber/slog-common v0.18.0 /go.mod h1:6Krf+hemckfEiRDqy3J/sTpKTJQvmOoFLj9Riz3IkRU =
21
21
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
22
22
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
23
- go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
24
- go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
25
23
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U =
26
24
golang.org/x/crypto v0.31.0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
27
25
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package slognats
2
2
3
3
const name = "samber/slog-nats"
4
- const version = "VERSION " // replaced by .github/workflows/release.yml
4
+ const version = "v0.4.2 " // replaced by .github/workflows/release.yml
You can’t perform that action at this time.
0 commit comments