-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
35 lines (32 loc) · 1.27 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
module github.com/acmestack/gobatis-plus
go 1.18
require (
github.com/acmestack/gobatis v0.2.8
github.com/acmestack/godkits v0.0.10
github.com/go-sql-driver/mysql v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
k8s.io/gengo v0.0.0-20220613173612-397b4ae3bce7
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v0.2.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.1 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/xfali/loadbalance v0.0.1 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/klog/v2 v2.2.0 // indirect
)