1
1
module github.com/dipdup-net/go-lib
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/dave/jennifer v1.7.0
7
7
github.com/docker/go-connections v0.4.0
8
8
github.com/ebellocchia/go-base58 v0.1.0
9
- github.com/go-pg/pg/v10 v10.10.6
10
- github.com/go-playground/validator/v10 v10.15.0
9
+ github.com/go-playground/validator/v10 v10.18.0
11
10
github.com/go-testfixtures/testfixtures/v3 v3.9.0
12
11
github.com/golang/mock v1.6.0
13
12
github.com/gorilla/websocket v1.5.0
@@ -26,13 +25,9 @@ require (
26
25
github.com/uptrace/bun v1.1.14
27
26
github.com/uptrace/bun/dialect/pgdialect v1.1.14
28
27
github.com/yhirose/go-peg v0.0.0-20210804202551-de25d6753cf1
29
- golang.org/x/crypto v0.17 .0
28
+ golang.org/x/crypto v0.19 .0
30
29
golang.org/x/text v0.14.0
31
30
gopkg.in/yaml.v3 v3.0.1
32
- gorm.io/driver/mysql v1.5.1
33
- gorm.io/driver/postgres v1.5.2
34
- gorm.io/driver/sqlite v1.5.2
35
- gorm.io/gorm v1.25.3
36
31
)
37
32
38
33
require (
@@ -53,23 +48,17 @@ require (
53
48
github.com/docker/distribution v2.8.2+incompatible // indirect
54
49
github.com/docker/docker v24.0.7+incompatible // indirect
55
50
github.com/docker/go-units v0.5.0 // indirect
56
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
51
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
57
52
github.com/go-faster/city v1.0.1 // indirect
58
53
github.com/go-faster/errors v0.6.1 // indirect
59
- github.com/go-pg/zerochecker v0.2.0 // indirect
60
54
github.com/go-playground/locales v0.14.1 // indirect
61
55
github.com/go-playground/universal-translator v0.18.1 // indirect
62
- github.com/go-sql-driver/mysql v1.7.1 // indirect
63
56
github.com/gogo/protobuf v1.3.2 // indirect
64
57
github.com/golang/protobuf v1.5.3 // indirect
65
58
github.com/google/uuid v1.3.0 // indirect
66
- github.com/jackc/pgpassfile v1.0.0 // indirect
67
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
68
- github.com/jackc/pgx/v5 v5.4.3 // indirect
69
59
github.com/jinzhu/inflection v1.0.0 // indirect
70
- github.com/jinzhu/now v1.1.5 // indirect
71
60
github.com/klauspost/compress v1.16.5 // indirect
72
- github.com/leodido/go-urn v1.2.4 // indirect
61
+ github.com/leodido/go-urn v1.4.0 // indirect
73
62
github.com/magiconair/properties v1.8.7 // indirect
74
63
github.com/mattn/go-colorable v0.1.13 // indirect
75
64
github.com/mattn/go-isatty v0.0.19 // indirect
@@ -95,19 +84,16 @@ require (
95
84
github.com/tidwall/match v1.1.1 // indirect
96
85
github.com/tidwall/pretty v1.2.1 // indirect
97
86
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
98
- github.com/vmihailenco/bufpool v0.1.11 // indirect
99
87
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
100
- github.com/vmihailenco/tagparser v0.1.2 // indirect
101
88
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
102
89
go.opentelemetry.io/otel v1.19.0 // indirect
103
90
go.opentelemetry.io/otel/trace v1.19.0 // indirect
104
91
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
105
92
golang.org/x/mod v0.11.0 // indirect
106
- golang.org/x/net v0.17 .0 // indirect
107
- golang.org/x/sys v0.15 .0 // indirect
93
+ golang.org/x/net v0.21 .0 // indirect
94
+ golang.org/x/sys v0.17 .0 // indirect
108
95
golang.org/x/tools v0.10.0 // indirect
109
96
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
110
97
google.golang.org/grpc v1.58.3 // indirect
111
98
google.golang.org/protobuf v1.31.0 // indirect
112
- mellium.im/sasl v0.3.1 // indirect
113
99
)
0 commit comments