@@ -3,61 +3,61 @@ module github.com/topi314/gobin/v2
3
3
go 1.21
4
4
5
5
require (
6
- github.com/XSAM/otelsql v0.27 .0
7
- github.com/a-h/templ v0.2.501
6
+ github.com/XSAM/otelsql v0.29 .0
7
+ github.com/a-h/templ v0.2.598
8
8
github.com/cespare/xxhash/v2 v2.2.0
9
9
github.com/dustin/go-humanize v1.0.1
10
- github.com/go-chi/chi/v5 v5.0.11
11
- github.com/go-chi/stampede v0.5.1
12
- github.com/go-jose/go-jose/v3 v3.0.1
13
- github.com/jackc/pgx/v5 v5.5.1
10
+ github.com/go-chi/chi/v5 v5.0.12
11
+ github.com/go-chi/stampede v0.6.0
12
+ github.com/go-jose/go-jose/v3 v3.0.2
13
+ github.com/jackc/pgx/v5 v5.5.3
14
14
github.com/jmoiron/sqlx v1.3.5
15
15
github.com/mattn/go-colorable v0.1.13
16
16
github.com/mitchellh/mapstructure v1.5.0
17
- github.com/prometheus/client_golang v1.18.0
17
+ github.com/prometheus/client_golang v1.19.0
18
+ github.com/samber/slog-chi v1.9.1
18
19
github.com/spf13/cobra v1.8.0
19
20
github.com/spf13/viper v1.18.2
20
21
github.com/topi314/chroma/v2 v2.0.0-20231229220512-0f0395ad4fa5
21
- github.com/topi314/otelchi v0.0.0-20231208214946-fb2c72ca7c99
22
- github.com/topi314/slog-chi v0.0.0-20231208214917-9b74bfd5ab00
23
- github.com/topi314/tint v0.0.0-20231106205902-77268b701ca6
24
- go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1
25
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
26
- go.opentelemetry.io/otel v1.21.0
27
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0
28
- go.opentelemetry.io/otel/exporters/prometheus v0.44.0
29
- go.opentelemetry.io/otel/metric v1.21.0
30
- go.opentelemetry.io/otel/sdk v1.21.0
31
- go.opentelemetry.io/otel/sdk/metric v1.21.0
32
- go.opentelemetry.io/otel/trace v1.21.0
33
- modernc.org/sqlite v1.28.0
22
+ github.com/topi314/otelchi v0.0.0-20240303215413-6ead809329d9
23
+ github.com/topi314/tint v0.0.0-20240303212505-44dd4a1b4f7f
24
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.49.0
25
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
26
+ go.opentelemetry.io/otel v1.24.0
27
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
28
+ go.opentelemetry.io/otel/exporters/prometheus v0.46.0
29
+ go.opentelemetry.io/otel/metric v1.24.0
30
+ go.opentelemetry.io/otel/sdk v1.24.0
31
+ go.opentelemetry.io/otel/sdk/metric v1.24.0
32
+ go.opentelemetry.io/otel/trace v1.24.0
33
+ modernc.org/sqlite v1.29.2
34
34
)
35
35
36
36
require (
37
37
github.com/beorn7/perks v1.0.1 // indirect
38
38
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
39
- github.com/dlclark/regexp2 v1.10 .0 // indirect
39
+ github.com/dlclark/regexp2 v1.11 .0 // indirect
40
40
github.com/felixge/httpsnoop v1.0.4 // indirect
41
41
github.com/fsnotify/fsnotify v1.7.0 // indirect
42
42
github.com/go-logr/logr v1.4.1 // indirect
43
43
github.com/go-logr/stdr v1.2.2 // indirect
44
44
github.com/golang/protobuf v1.5.3 // indirect
45
- github.com/google/uuid v1.5.0 // indirect
46
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // indirect
47
- github.com/hashicorp/golang-lru v1.0.2 // indirect
45
+ github.com/google/uuid v1.6.0 // indirect
46
+ github.com/goware/singleflight v0.2.0 // indirect
47
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
48
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
48
49
github.com/hashicorp/hcl v1.0.0 // indirect
49
50
github.com/inconshreveable/mousetrap v1.1.0 // indirect
50
51
github.com/jackc/pgpassfile v1.0.0 // indirect
51
52
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
52
53
github.com/jackc/puddle/v2 v2.2.1 // indirect
53
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
54
54
github.com/lib/pq v1.10.9 // indirect
55
55
github.com/magiconair/properties v1.8.7 // indirect
56
56
github.com/mattn/go-isatty v0.0.20 // indirect
57
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
57
+ github.com/ncruces/go-strftime v0.1.9 // indirect
58
58
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
59
- github.com/prometheus/client_model v0.5 .0 // indirect
60
- github.com/prometheus/common v0.45 .0 // indirect
59
+ github.com/prometheus/client_model v0.6 .0 // indirect
60
+ github.com/prometheus/common v0.49 .0 // indirect
61
61
github.com/prometheus/procfs v0.12.0 // indirect
62
62
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
63
63
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -67,31 +67,26 @@ require (
67
67
github.com/spf13/cast v1.6.0 // indirect
68
68
github.com/spf13/pflag v1.0.5 // indirect
69
69
github.com/subosito/gotenv v1.6.0 // indirect
70
- go.opentelemetry.io/contrib v1.21.1 // indirect
71
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0 // indirect
72
- go.opentelemetry.io/proto/otlp v1.0 .0 // indirect
70
+ go.opentelemetry.io/contrib v1.24.0 // indirect
71
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24 .0 // indirect
72
+ go.opentelemetry.io/proto/otlp v1.1 .0 // indirect
73
73
go.uber.org/multierr v1.11.0 // indirect
74
- golang.org/x/crypto v0.17.0 // indirect
75
- golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
76
- golang.org/x/mod v0.14.0 // indirect
77
- golang.org/x/net v0.19.0 // indirect
78
- golang.org/x/sync v0.5.0 // indirect
79
- golang.org/x/sys v0.15.0 // indirect
74
+ golang.org/x/crypto v0.20.0 // indirect
75
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
76
+ golang.org/x/net v0.21.0 // indirect
77
+ golang.org/x/sync v0.6.0 // indirect
78
+ golang.org/x/sys v0.17.0 // indirect
80
79
golang.org/x/text v0.14.0 // indirect
81
- golang.org/x/tools v0.16.1 // indirect
82
- google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
83
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
84
- google.golang.org/grpc v1.60.1 // indirect
80
+ google.golang.org/genproto/googleapis/api v0.0.0-20240228224816-df926f6c8641 // indirect
81
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect
82
+ google.golang.org/grpc v1.62.0 // indirect
85
83
google.golang.org/protobuf v1.32.0 // indirect
86
84
gopkg.in/ini.v1 v1.67.0 // indirect
87
85
gopkg.in/yaml.v3 v3.0.1 // indirect
88
- lukechampine.com/uint128 v1.3.0 // indirect
89
- modernc.org/cc/v3 v3.41.0 // indirect
90
- modernc.org/ccgo/v3 v3.16.15 // indirect
91
- modernc.org/libc v1.38.0 // indirect
86
+ modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
87
+ modernc.org/libc v1.41.0 // indirect
92
88
modernc.org/mathutil v1.6.0 // indirect
93
89
modernc.org/memory v1.7.2 // indirect
94
- modernc.org/opt v0.1.3 // indirect
95
90
modernc.org/strutil v1.2.0 // indirect
96
91
modernc.org/token v1.1.0 // indirect
97
92
)
0 commit comments