1
1
module github.com/tonkeeper/opentonapi
2
2
3
- go 1.20
3
+ go 1.21.0
4
+
5
+ toolchain go1.22.0
4
6
5
7
require (
6
8
github.com/BurntSushi/toml v1.2.1
@@ -11,25 +13,25 @@ require (
11
13
github.com/cespare/xxhash/v2 v2.1.2
12
14
github.com/getsentry/sentry-go v0.24.1
13
15
github.com/ghodss/yaml v1.0.0
14
- github.com/go-faster/errors v0.6 .1
16
+ github.com/go-faster/errors v0.7 .1
15
17
github.com/go-faster/jx v1.1.0
16
18
github.com/gorilla/websocket v1.5.1
17
19
github.com/labstack/gommon v0.4.0
18
20
github.com/nicksnyder/go-i18n/v2 v2.2.1
19
- github.com/ogen-go/ogen v0.77 .0
21
+ github.com/ogen-go/ogen v1.0 .0
20
22
github.com/prometheus/client_golang v1.14.0
21
23
github.com/puzpuzpuz/xsync/v2 v2.4.0
22
24
github.com/shopspring/decimal v1.3.1
23
25
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29
24
26
github.com/sourcegraph/conc v0.3.0
25
- github.com/stretchr/testify v1.8.4
27
+ github.com/stretchr/testify v1.9.0
26
28
github.com/tonkeeper/scam_backoffice_rules v0.0.0-20231229114100-e5f223eff6e0
27
29
github.com/tonkeeper/tongo v1.4.3-0.20240111224308-6e99df0b7ea1
28
- go.opentelemetry.io/otel v1.19 .0
29
- go.opentelemetry.io/otel/metric v1.19 .0
30
- go.opentelemetry.io/otel/trace v1.19 .0
30
+ go.opentelemetry.io/otel v1.24 .0
31
+ go.opentelemetry.io/otel/metric v1.24 .0
32
+ go.opentelemetry.io/otel/trace v1.24 .0
31
33
go.uber.org/multierr v1.11.0
32
- go.uber.org/zap v1.26 .0
34
+ go.uber.org/zap v1.27 .0
33
35
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
34
36
golang.org/x/text v0.14.0
35
37
gopkg.in/yaml.v3 v3.0.1
@@ -38,13 +40,13 @@ require (
38
40
require (
39
41
github.com/beorn7/perks v1.0.1 // indirect
40
42
github.com/davecgh/go-spew v1.1.1 // indirect
41
- github.com/dlclark/regexp2 v1.10 .0 // indirect
42
- github.com/fatih/color v1.15 .0 // indirect
43
+ github.com/dlclark/regexp2 v1.11 .0 // indirect
44
+ github.com/fatih/color v1.16 .0 // indirect
43
45
github.com/go-faster/yaml v0.4.6 // indirect
44
- github.com/go-logr/logr v1.2.4 // indirect
46
+ github.com/go-logr/logr v1.4.1 // indirect
45
47
github.com/go-logr/stdr v1.2.2 // indirect
46
48
github.com/golang/protobuf v1.5.2 // indirect
47
- github.com/google/uuid v1.4 .0 // indirect
49
+ github.com/google/uuid v1.6 .0 // indirect
48
50
github.com/mattn/go-colorable v0.1.13 // indirect
49
51
github.com/mattn/go-isatty v0.0.20 // indirect
50
52
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -58,12 +60,12 @@ require (
58
60
github.com/snksoft/crc v1.1.0 // indirect
59
61
github.com/valyala/bytebufferpool v1.0.0 // indirect
60
62
github.com/valyala/fasttemplate v1.2.2 // indirect
61
- golang.org/x/crypto v0.17 .0 // indirect
62
- golang.org/x/mod v0.13 .0 // indirect
63
- golang.org/x/net v0.17 .0 // indirect
64
- golang.org/x/sync v0.4 .0 // indirect
65
- golang.org/x/sys v0.15 .0 // indirect
66
- golang.org/x/tools v0.14 .0 // indirect
63
+ golang.org/x/crypto v0.21 .0 // indirect
64
+ golang.org/x/mod v0.16 .0 // indirect
65
+ golang.org/x/net v0.22 .0 // indirect
66
+ golang.org/x/sync v0.6 .0 // indirect
67
+ golang.org/x/sys v0.18 .0 // indirect
68
+ golang.org/x/tools v0.19 .0 // indirect
67
69
google.golang.org/protobuf v1.29.1 // indirect
68
70
gopkg.in/yaml.v2 v2.4.0 // indirect
69
71
)
0 commit comments