File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/vulncheck-oss/go-exploit
2
2
3
3
go 1.24.1
4
-
5
4
require (
6
5
github.com/lor00x/goldap v0.0.0-20240304151906-8d785c64d1c8
7
6
github.com/vjeantet/ldapserver v1.0.2-0.20240305064909-a417792e2906
8
7
golang.org/x/crypto v0.36.0
9
8
golang.org/x/net v0.37.0
10
9
golang.org/x/text v0.23.0
11
- modernc.org/sqlite v1.36.2
10
+ modernc.org/sqlite v1.36.3
12
11
)
13
12
14
13
require (
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ modernc.org/opt v0.1.4 h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
50
50
modernc.org/opt v0.1.4 /go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns =
51
51
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w =
52
52
modernc.org/sortutil v1.2.1 /go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE =
53
- modernc.org/sqlite v1.36.2 h1:vjcSazuoFve9Wm0IVNHgmJECoOXLZM1KfMXbcX2axHA =
54
- modernc.org/sqlite v1.36.2 /go.mod h1:ADySlx7K4FdY5MaJcEv86hTJ0PjedAloTUuif0YS3ws =
53
+ modernc.org/sqlite v1.36.3 h1:qYMYlFR+rtLDUzuXoST1SDIdEPbX8xzuhdF90WsX1ss =
54
+ modernc.org/sqlite v1.36.3 /go.mod h1:ADySlx7K4FdY5MaJcEv86hTJ0PjedAloTUuif0YS3ws =
55
55
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0 =
56
56
modernc.org/strutil v1.2.1 /go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A =
57
57
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y =
You can’t perform that action at this time.
0 commit comments