|
1 | 1 | module github.com/codeshelldev/secured-signal-api |
2 | 2 |
|
3 | | -go 1.25.6 |
| 3 | +go 1.26.1 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/codeshelldev/gotl/pkg/configutils v0.0.16 |
| 6 | + github.com/codeshelldev/gotl/pkg/configutils v0.0.23 |
7 | 7 | github.com/codeshelldev/gotl/pkg/docker v0.0.2 |
8 | | - github.com/codeshelldev/gotl/pkg/ioutils v0.0.2 |
9 | 8 | github.com/codeshelldev/gotl/pkg/jsonutils v0.0.2 |
10 | | - github.com/codeshelldev/gotl/pkg/logger v0.0.8 |
| 9 | + github.com/codeshelldev/gotl/pkg/logger v0.0.18 |
11 | 10 | github.com/codeshelldev/gotl/pkg/pretty v0.0.10 |
12 | 11 | github.com/codeshelldev/gotl/pkg/query v0.0.4 |
13 | | - github.com/codeshelldev/gotl/pkg/request v0.0.8 |
| 12 | + github.com/codeshelldev/gotl/pkg/request v0.0.10 |
14 | 13 | github.com/codeshelldev/gotl/pkg/scheduler v0.0.9 |
15 | 14 | github.com/codeshelldev/gotl/pkg/server/http v0.0.3 |
16 | 15 | github.com/codeshelldev/gotl/pkg/stringutils v0.0.8 |
17 | | - github.com/codeshelldev/gotl/pkg/templating v0.0.4 |
| 16 | + github.com/codeshelldev/gotl/pkg/templating v0.0.16 |
18 | 17 | ) |
19 | 18 |
|
20 | 19 | require ( |
| 20 | + github.com/go-viper/mapstructure/v2 v2.5.0 |
21 | 21 | github.com/knadh/koanf/parsers/yaml v1.1.0 |
22 | 22 | golang.org/x/time v0.15.0 |
| 23 | + modernc.org/sqlite v1.48.0 |
23 | 24 | ) |
24 | 25 |
|
25 | 26 | require ( |
26 | | - github.com/clipperhouse/uax29/v2 v2.6.0 // indirect |
| 27 | + github.com/dustin/go-humanize v1.0.1 // indirect |
| 28 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 29 | + github.com/ncruces/go-strftime v1.0.0 // indirect |
| 30 | + github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
| 31 | + modernc.org/libc v1.70.0 // indirect |
| 32 | + modernc.org/mathutil v1.7.1 // indirect |
| 33 | + modernc.org/memory v1.11.0 // indirect |
| 34 | +) |
| 35 | + |
| 36 | +require ( |
| 37 | + github.com/clipperhouse/uax29/v2 v2.7.0 // indirect |
27 | 38 | github.com/fsnotify/fsnotify v1.9.0 // indirect |
28 | | - github.com/go-viper/mapstructure/v2 v2.5.0 // indirect |
29 | 39 | github.com/google/uuid v1.6.0 |
30 | 40 | github.com/knadh/koanf/maps v0.1.2 // indirect |
31 | 41 | github.com/knadh/koanf/providers/confmap v1.0.0 // indirect |
32 | 42 | github.com/knadh/koanf/providers/env/v2 v2.0.0 // indirect |
33 | 43 | github.com/knadh/koanf/providers/file v1.2.1 // indirect |
34 | | - github.com/knadh/koanf/v2 v2.3.2 // indirect |
35 | | - github.com/mattn/go-runewidth v0.0.19 // indirect |
36 | | - github.com/mattn/go-sqlite3 v1.14.34 |
| 44 | + github.com/knadh/koanf/v2 v2.3.4 // indirect |
| 45 | + github.com/mattn/go-runewidth v0.0.21 // indirect |
37 | 46 | github.com/mitchellh/copystructure v1.2.0 // indirect |
38 | 47 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
39 | 48 | go.uber.org/multierr v1.11.0 // indirect |
40 | 49 | go.uber.org/zap v1.27.1 // indirect |
41 | 50 | go.yaml.in/yaml/v3 v3.0.4 // indirect |
42 | | - golang.org/x/sys v0.41.0 // indirect |
| 51 | + golang.org/x/sys v0.42.0 // indirect |
43 | 52 | ) |
0 commit comments