File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ require (
12
12
github.com/mattn/go-sqlite3 v1.14.22
13
13
github.com/microcosm-cc/bluemonday v1.0.27
14
14
github.com/stretchr/testify v1.9.0
15
- go.uber.org/zap v1.26.0
16
15
gopkg.in/yaml.v3 v3.0.1
17
16
)
18
17
@@ -35,7 +34,6 @@ require (
35
34
github.com/valyala/bytebufferpool v1.0.0 // indirect
36
35
github.com/valyala/fasttemplate v1.2.2 // indirect
37
36
go.uber.org/atomic v1.7.0 // indirect
38
- go.uber.org/multierr v1.10.0 // indirect
39
37
golang.org/x/crypto v0.27.0 // indirect
40
38
golang.org/x/net v0.29.0 // indirect
41
39
golang.org/x/sys v0.25.0 // indirect
Original file line number Diff line number Diff line change @@ -95,12 +95,6 @@ github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQ
95
95
github.com/valyala/fasttemplate v1.2.2 /go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ =
96
96
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw =
97
97
go.uber.org/atomic v1.7.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
98
- go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk =
99
- go.uber.org/goleak v1.2.0 /go.mod h1:XJYK+MuIchqpmGmUSAzotztawfKvYLUIgg7guXrwVUo =
100
- go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ =
101
- go.uber.org/multierr v1.10.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
102
- go.uber.org/zap v1.26.0 h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo =
103
- go.uber.org/zap v1.26.0 /go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so =
104
98
golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A =
105
99
golang.org/x/crypto v0.27.0 /go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70 =
106
100
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0 =
You can’t perform that action at this time.
0 commit comments