Skip to content

Commit 9b1484d

Browse files
committed
save file
1 parent d5e3926 commit 9b1484d

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/storage/go.mod

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
module github.com/securitybunker/databunker/src/storage
22

3-
go 1.13
3+
go 1.22.0
4+
5+
toolchain go1.23.2
6+
7+
require (
8+
github.com/go-sql-driver/mysql v1.8.1
9+
github.com/lib/pq v1.10.9
10+
go.mongodb.org/mongo-driver v1.17.1
11+
modernc.org/sqlite v1.34.4
12+
)
13+
14+
require (
15+
filippo.io/edwards25519 v1.1.0 // indirect
16+
github.com/dustin/go-humanize v1.0.1 // indirect
17+
github.com/google/uuid v1.6.0 // indirect
18+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
19+
github.com/mattn/go-isatty v0.0.20 // indirect
20+
github.com/ncruces/go-strftime v0.1.9 // indirect
21+
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
22+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
23+
golang.org/x/sys v0.28.0 // indirect
24+
modernc.org/gc/v3 v3.0.0-20241223112719-96e2e1e4408d // indirect
25+
modernc.org/libc v1.61.5 // indirect
26+
modernc.org/mathutil v1.7.0 // indirect
27+
modernc.org/memory v1.8.0 // indirect
28+
modernc.org/strutil v1.2.0 // indirect
29+
modernc.org/token v1.1.0 // indirect
30+
)

0 commit comments

Comments
 (0)