|
1 | 1 | module github.com/securitybunker/databunker/src |
2 | 2 |
|
3 | | -go 1.22.0 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | | -toolchain go1.23.3 |
| 5 | +toolchain go1.24.4 |
6 | 6 |
|
7 | 7 | // replace github.com/securitybunker/databunker/src/storage => ./storage |
8 | 8 | // replace github.com/securitybunker/databunker/src/utils => ./utils |
9 | 9 |
|
10 | 10 | require ( |
11 | 11 | github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868 |
12 | | - github.com/evanphx/json-patch v5.9.0+incompatible |
| 12 | + github.com/evanphx/json-patch v5.9.11+incompatible |
13 | 13 | github.com/gobuffalo/packr v1.30.1 |
14 | 14 | github.com/hashicorp/go-uuid v1.0.3 |
15 | 15 | github.com/julienschmidt/httprouter v1.3.0 |
16 | 16 | github.com/kelseyhightower/envconfig v1.4.0 |
17 | | - github.com/oschwald/geoip2-golang v1.11.0 |
18 | | - github.com/prometheus/client_golang v1.20.5 |
| 17 | + github.com/oschwald/geoip2-golang v1.13.0 |
| 18 | + github.com/prometheus/client_golang v1.23.0 |
19 | 19 | github.com/qri-io/jsonpointer v0.1.1 |
20 | 20 | // github.com/securitybunker/databunker/src/storage v0.0.0 |
21 | 21 | // github.com/securitybunker/databunker/src/utils v0.0.0 |
22 | 22 | github.com/securitybunker/jsonschema v0.2.1-0.20201128224651-d77c1a3cb787 |
23 | 23 | github.com/tidwall/gjson v1.18.0 |
24 | | - go.mongodb.org/mongo-driver v1.17.1 |
| 24 | + go.mongodb.org/mongo-driver v1.17.4 |
25 | 25 | gopkg.in/yaml.v2 v2.4.0 |
26 | 26 | ) |
27 | 27 |
|
28 | 28 | require ( |
29 | | - github.com/securitybunker/databunker/src/storage v0.0.0-20250326222344-2f9cea88e647 |
30 | | - github.com/securitybunker/databunker/src/utils v0.0.0-20250326222344-2f9cea88e647 |
| 29 | + github.com/securitybunker/databunker/src/storage v0.0.0-20250804101935-0f3117c805df |
| 30 | + github.com/securitybunker/databunker/src/utils v0.0.0-20250804101935-0f3117c805df |
31 | 31 | ) |
32 | 32 |
|
33 | 33 | require ( |
34 | 34 | filippo.io/edwards25519 v1.1.0 // indirect |
35 | 35 | github.com/beorn7/perks v1.0.1 // indirect |
36 | 36 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
37 | 37 | github.com/dustin/go-humanize v1.0.1 // indirect |
38 | | - github.com/go-sql-driver/mysql v1.8.1 // indirect |
| 38 | + github.com/go-sql-driver/mysql v1.9.3 // indirect |
39 | 39 | github.com/gobuffalo/envy v1.10.2 // indirect |
40 | 40 | github.com/gobuffalo/packd v1.0.2 // indirect |
41 | 41 | github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect |
42 | 42 | github.com/golang/protobuf v1.5.4 // indirect |
43 | 43 | github.com/google/uuid v1.6.0 // indirect |
44 | | - github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect |
45 | 44 | github.com/joho/godotenv v1.5.1 // indirect |
46 | | - github.com/klauspost/compress v1.17.11 // indirect |
47 | 45 | github.com/lib/pq v1.10.9 // indirect |
48 | 46 | github.com/mattn/go-isatty v0.0.20 // indirect |
49 | 47 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
50 | 48 | github.com/ncruces/go-strftime v0.1.9 // indirect |
51 | 49 | github.com/oschwald/maxminddb-golang v1.13.1 // indirect |
52 | | - github.com/pkg/errors v0.9.1 // indirect |
53 | | - github.com/prometheus/client_model v0.6.1 // indirect |
54 | | - github.com/prometheus/common v0.61.0 // indirect |
55 | | - github.com/prometheus/procfs v0.15.1 // indirect |
| 50 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 51 | + github.com/prometheus/common v0.65.0 // indirect |
| 52 | + github.com/prometheus/procfs v0.17.0 // indirect |
56 | 53 | github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
57 | | - github.com/rogpeppe/go-internal v1.13.1 // indirect |
| 54 | + github.com/rogpeppe/go-internal v1.14.1 // indirect |
58 | 55 | github.com/tidwall/match v1.1.1 // indirect |
59 | 56 | github.com/tidwall/pretty v1.2.1 // indirect |
60 | 57 | github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect |
61 | 58 | github.com/ttacon/libphonenumber v1.2.1 // indirect |
62 | | - golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect |
63 | | - golang.org/x/image v0.23.0 // indirect |
64 | | - golang.org/x/mod v0.22.0 // indirect |
65 | | - golang.org/x/sys v0.28.0 // indirect |
66 | | - google.golang.org/protobuf v1.36.1 // indirect |
67 | | - modernc.org/gc/v3 v3.0.0-20241223112719-96e2e1e4408d // indirect |
68 | | - modernc.org/libc v1.61.5 // indirect |
| 59 | + golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect |
| 60 | + golang.org/x/image v0.30.0 // indirect |
| 61 | + golang.org/x/mod v0.27.0 // indirect |
| 62 | + golang.org/x/sys v0.35.0 // indirect |
| 63 | + google.golang.org/protobuf v1.36.8 // indirect |
| 64 | + modernc.org/libc v1.66.7 // indirect |
69 | 65 | modernc.org/mathutil v1.7.1 // indirect |
70 | | - modernc.org/memory v1.8.0 // indirect |
71 | | - modernc.org/sqlite v1.34.4 // indirect |
72 | | - modernc.org/strutil v1.2.0 // indirect |
73 | | - modernc.org/token v1.1.0 // indirect |
| 66 | + modernc.org/memory v1.11.0 // indirect |
| 67 | + modernc.org/sqlite v1.38.2 // indirect |
74 | 68 | ) |
0 commit comments