@@ -2,90 +2,104 @@ module github.com/topi314/gobin/v2
2
2
3
3
go 1.23
4
4
5
+ replace github.com/tree-sitter/go-tree-sitter => github.com/gopad-dev/go-tree-sitter v0.0.0-20241124232421-f22ab7977e8c
6
+
5
7
require (
6
- github.com/XSAM/otelsql v0.34 .0
7
- github.com/a-h/templ v0.2.778
8
+ github.com/XSAM/otelsql v0.35 .0
9
+ github.com/a-h/templ v0.2.793
8
10
github.com/cespare/xxhash/v2 v2.3.0
9
11
github.com/dustin/go-humanize v1.0.1
12
+ github.com/ebitengine/purego v0.8.1
10
13
github.com/go-chi/chi/v5 v5.1.0
11
14
github.com/go-chi/stampede v0.6.0
12
15
github.com/go-jose/go-jose/v3 v3.0.3
13
16
github.com/jackc/pgx/v5 v5.7.1
14
17
github.com/jmoiron/sqlx v1.4.0
15
18
github.com/mattn/go-colorable v0.1.13
16
19
github.com/pelletier/go-toml/v2 v2.2.3
17
- github.com/prometheus/client_golang v1.20.4
18
- github.com/samber/slog-chi v1.11.2
20
+ github.com/prometheus/client_golang v1.20.5
21
+ github.com/samber/slog-chi v1.12.3
19
22
github.com/spf13/cobra v1.8.1
20
23
github.com/spf13/viper v1.19.0
21
- github.com/topi314/chroma/v2 v2.0.0-20240614212830-eb9beba2251d
22
24
github.com/topi314/gomigrate v0.0.0-20241004214626-bb286a22f06c
23
25
github.com/topi314/otelchi v0.0.0-20240303215413-6ead809329d9
24
26
github.com/topi314/tint v0.0.0-20240303212505-44dd4a1b4f7f
25
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.55.0
26
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0
27
- go.opentelemetry.io/otel v1.30.0
28
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0
29
- go.opentelemetry.io/otel/exporters/prometheus v0.52.0
30
- go.opentelemetry.io/otel/metric v1.30.0
31
- go.opentelemetry.io/otel/sdk v1.30.0
32
- go.opentelemetry.io/otel/sdk/metric v1.30.0
33
- go.opentelemetry.io/otel/trace v1.30.0
34
- golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6
35
- modernc.org/sqlite v1.33.1
27
+ github.com/tree-sitter/go-tree-sitter v0.24.0
28
+ go.gopad.dev/go-tree-sitter-highlight v0.0.0-20241212010141-660c7ae706ef
29
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.57.0
30
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
31
+ go.opentelemetry.io/otel v1.32.0
32
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0
33
+ go.opentelemetry.io/otel/exporters/prometheus v0.54.0
34
+ go.opentelemetry.io/otel/metric v1.32.0
35
+ go.opentelemetry.io/otel/sdk v1.32.0
36
+ go.opentelemetry.io/otel/sdk/metric v1.32.0
37
+ go.opentelemetry.io/otel/trace v1.32.0
38
+ golang.org/x/exp v0.0.0-20241210194714-1829a127f884
39
+ modernc.org/sqlite v1.34.2
36
40
)
37
41
38
42
require (
43
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
39
44
github.com/beorn7/perks v1.0.1 // indirect
40
45
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
41
- github.com/dlclark/regexp2 v1.11.4 // indirect
46
+ github.com/charmbracelet/lipgloss v0.10.0 // indirect
47
+ github.com/charmbracelet/log v0.4.0 // indirect
42
48
github.com/felixge/httpsnoop v1.0.4 // indirect
43
- github.com/fsnotify/fsnotify v1.7.0 // indirect
49
+ github.com/fsnotify/fsnotify v1.8.0 // indirect
50
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
44
51
github.com/go-logr/logr v1.4.2 // indirect
45
52
github.com/go-logr/stdr v1.2.2 // indirect
46
53
github.com/google/uuid v1.6.0 // indirect
47
54
github.com/goware/singleflight v0.2.0 // indirect
48
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
55
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24 .0 // indirect
49
56
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
50
57
github.com/hashicorp/hcl v1.0.0 // indirect
51
58
github.com/inconshreveable/mousetrap v1.1.0 // indirect
52
59
github.com/jackc/pgpassfile v1.0.0 // indirect
53
60
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
54
61
github.com/jackc/puddle/v2 v2.2.2 // indirect
55
- github.com/klauspost/compress v1.17.10 // indirect
56
- github.com/magiconair/properties v1.8.7 // indirect
62
+ github.com/klauspost/compress v1.17.11 // indirect
63
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
64
+ github.com/magiconair/properties v1.8.9 // indirect
57
65
github.com/mattn/go-isatty v0.0.20 // indirect
66
+ github.com/mattn/go-pointer v0.0.1 // indirect
67
+ github.com/mattn/go-runewidth v0.0.15 // indirect
58
68
github.com/mitchellh/mapstructure v1.5.0 // indirect
69
+ github.com/muesli/reflow v0.3.0 // indirect
70
+ github.com/muesli/termenv v0.15.2 // indirect
59
71
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60
72
github.com/ncruces/go-strftime v0.1.9 // indirect
61
73
github.com/prometheus/client_model v0.6.1 // indirect
62
- github.com/prometheus/common v0.60 .0 // indirect
74
+ github.com/prometheus/common v0.61 .0 // indirect
63
75
github.com/prometheus/procfs v0.15.1 // indirect
64
76
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
77
+ github.com/rivo/uniseg v0.4.7 // indirect
65
78
github.com/sagikazarmark/locafero v0.6.0 // indirect
66
79
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
67
80
github.com/sourcegraph/conc v0.3.0 // indirect
68
81
github.com/spf13/afero v1.11.0 // indirect
69
82
github.com/spf13/cast v1.7.0 // indirect
70
83
github.com/spf13/pflag v1.0.5 // indirect
71
84
github.com/subosito/gotenv v1.6.0 // indirect
72
- go.opentelemetry.io/contrib v1.30.0 // indirect
73
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
74
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
85
+ github.com/teacat/noire v1.1.0 // indirect
86
+ go.opentelemetry.io/contrib v1.32.0 // indirect
87
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
88
+ go.opentelemetry.io/proto/otlp v1.4.0 // indirect
75
89
go.uber.org/multierr v1.11.0 // indirect
76
- golang.org/x/crypto v0.28 .0 // indirect
77
- golang.org/x/net v0.30 .0 // indirect
78
- golang.org/x/sync v0.8 .0 // indirect
79
- golang.org/x/sys v0.26 .0 // indirect
80
- golang.org/x/text v0.19 .0 // indirect
81
- google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
82
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
83
- google.golang.org/grpc v1.67 .1 // indirect
84
- google.golang.org/protobuf v1.34 .2 // indirect
90
+ golang.org/x/crypto v0.31 .0 // indirect
91
+ golang.org/x/net v0.32 .0 // indirect
92
+ golang.org/x/sync v0.10 .0 // indirect
93
+ golang.org/x/sys v0.28 .0 // indirect
94
+ golang.org/x/text v0.21 .0 // indirect
95
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
96
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
97
+ google.golang.org/grpc v1.68 .1 // indirect
98
+ google.golang.org/protobuf v1.35 .2 // indirect
85
99
gopkg.in/ini.v1 v1.67.0 // indirect
86
100
gopkg.in/yaml.v3 v3.0.1 // indirect
87
101
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect
88
- modernc.org/libc v1.61.0 // indirect
102
+ modernc.org/libc v1.61.4 // indirect
89
103
modernc.org/mathutil v1.6.0 // indirect
90
104
modernc.org/memory v1.8.0 // indirect
91
105
modernc.org/strutil v1.2.0 // indirect
0 commit comments