-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
40 lines (38 loc) · 1.53 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
39
40
module id-maker
go 1.16
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/Eun/go-convert v1.2.12 // indirect
github.com/Eun/go-hit v0.5.23
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/gin-gonic/gin v1.7.4
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/go-xorm/xorm v0.7.9
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/ilyakaznacheev/cleanenv v1.2.5
github.com/joho/godotenv v1.4.0 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.10 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/rs/zerolog v1.25.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
github.com/swaggo/gin-swagger v1.3.2
github.com/swaggo/swag v1.7.4
github.com/ugorji/go v1.2.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267 // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)