-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (35 loc) · 1.51 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/goclub/lbs-service
go 1.18
require (
github.com/go-sql-driver/mysql v1.8.1
github.com/goclub/conv v0.0.0-20220123033218-4bf9bd69cac8
github.com/goclub/error v0.0.0-20230426033558-b7484856e143
github.com/goclub/http v0.0.0-20240909025730-2bae6a4fc9b2
github.com/goclub/json v0.0.0-20220423105620-2f7d38d8b86a
github.com/goclub/qqwry v0.0.0-20240912031901-d8f7b1471bae
github.com/goclub/slice v0.0.0-20230418071717-cc68a4f2e20d
github.com/goclub/sql v0.0.0-20240607024030-f7eb6e53885a
github.com/goclub/time v0.0.0-20240731025210-b6f1ba8eda74
github.com/goclub/tlbs v0.0.0-20240619071831-e938b71d2295
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goclub/reflect v0.0.0-20201224025738-7f37ac2827fc // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/jaevor/go-nanoid v1.3.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.2.4 // indirect
github.com/jmoiron/sqlx v1.3.4 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.16.0 // indirect
)