Skip to content

Commit 52ec9ea

Browse files
author
chenhg5
committed
update version
1 parent ffac70b commit 52ec9ea

File tree

12 files changed

+257
-281
lines changed

12 files changed

+257
-281
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,6 @@ GO111MODULE=on go run .
2727

2828
visit: [http://localhost:9033/admin](http://localhost:9033/admin)
2929

30-
## use gopath
31-
32-
To use go path, you should set GO111MODULE=off first.
33-
34-
### step 1
35-
36-
```shell
37-
git clone https://github.com/GoAdminGroup/example.git
38-
```
39-
40-
### step 2
41-
42-
```shell
43-
go get github.com/kardianos/govendor
44-
cd example
45-
govendor sync
46-
```
47-
48-
### step 3
49-
50-
```shell
51-
go run .
52-
```
53-
54-
visit: [http://localhost:9033/admin](http://localhost:9033/admin)
55-
5630
## use docker
5731

5832
### step 1

README_CN.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,6 @@ GOPROXY=https://goproxy.cn GO111MODULE=on go run .
3131

3232
访问: [http://localhost:9033/admin](http://localhost:9033/admin)
3333

34-
### 使用GOPATH加载依赖
35-
36-
使用 go path的话,需要先设置环境变量```GO111MODULE``````off```
37-
38-
#### 第一步
39-
40-
```shell
41-
git clone https://github.com/GoAdminGroup/example.git
42-
```
43-
44-
#### 第二步
45-
46-
```shell
47-
go get github.com/kardianos/govendor
48-
cd example
49-
govendor sync
50-
```
51-
52-
如果你在中国,因为各种原因导致用以上步骤进行下载安装依赖有问题,那么你可以直接从这里下载:[vendor.zip](http://file.go-admin.cn/go_admin/vendor/v1_2_23/vendor.zip)
53-
54-
下载完解压到项目文件夹即可。
55-
56-
#### 第三步
57-
58-
```shell
59-
go run .
60-
```
61-
62-
访问: [http://localhost:9033/admin](http://localhost:9033/admin)
63-
6434
### use docker 使用docker
6535

6636
#### 第一步

admin.db

0 Bytes
Binary file not shown.

go.mod

Lines changed: 72 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,87 @@
11
module github.com/GoAdminGroup/example
22

3-
go 1.13
3+
go 1.21.5
44

55
require (
6-
github.com/GoAdminGroup/go-admin v1.2.24
7-
github.com/GoAdminGroup/themes v0.0.42
6+
github.com/GoAdminGroup/go-admin v1.2.26
7+
github.com/GoAdminGroup/themes v0.0.47
8+
github.com/gavv/httpexpect v2.0.0+incompatible
9+
github.com/gin-gonic/gin v1.5.0
10+
github.com/jinzhu/gorm v1.9.12
11+
)
12+
13+
require (
14+
filippo.io/edwards25519 v1.1.0 // indirect
15+
github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
16+
github.com/GoAdminGroup/html v0.0.1 // indirect
17+
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
818
github.com/ajg/form v1.5.1 // indirect
19+
github.com/andybalholm/brotli v1.1.0 // indirect
920
github.com/buaazp/fasthttprouter v0.1.1 // indirect
10-
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
21+
github.com/davecgh/go-spew v1.1.1 // indirect
22+
github.com/denisenkom/go-mssqldb v0.0.0-20200206145737-bbfc9a55622e // indirect
1123
github.com/fatih/structs v1.1.0 // indirect
12-
github.com/gavv/httpexpect v2.0.0+incompatible
13-
github.com/gin-gonic/gin v1.5.0
14-
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
15-
github.com/google/go-querystring v1.0.0 // indirect
24+
github.com/gin-contrib/sse v0.1.0 // indirect
25+
github.com/go-playground/locales v0.12.1 // indirect
26+
github.com/go-playground/universal-translator v0.16.0 // indirect
27+
github.com/go-sql-driver/mysql v1.8.1 // indirect
28+
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
29+
github.com/golang/protobuf v1.5.3 // indirect
30+
github.com/golang/snappy v0.0.4 // indirect
31+
github.com/google/go-cmp v0.6.0 // indirect
32+
github.com/google/go-querystring v1.1.0 // indirect
33+
github.com/google/uuid v1.6.0 // indirect
34+
github.com/gopherjs/gopherjs v1.17.2 // indirect
35+
github.com/gorilla/websocket v1.5.1 // indirect
1636
github.com/imkira/go-interpol v1.1.0 // indirect
17-
github.com/jinzhu/gorm v1.9.12
18-
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
37+
github.com/jinzhu/inflection v1.0.0 // indirect
38+
github.com/json-iterator/go v1.1.12 // indirect
39+
github.com/jtolds/gls v4.20.0+incompatible // indirect
40+
github.com/klauspost/compress v1.17.6 // indirect
41+
github.com/kr/pretty v0.3.1 // indirect
42+
github.com/leodido/go-urn v1.1.0 // indirect
43+
github.com/lib/pq v1.10.5 // indirect
44+
github.com/mattn/go-colorable v0.1.13 // indirect
45+
github.com/mattn/go-isatty v0.0.20 // indirect
46+
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
47+
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
48+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49+
github.com/modern-go/reflect2 v1.0.2 // indirect
50+
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
1951
github.com/moul/http2curl v1.0.0 // indirect
52+
github.com/nxadm/tail v1.4.11 // indirect
53+
github.com/onsi/ginkgo v1.16.5 // indirect
54+
github.com/onsi/gomega v1.27.10 // indirect
55+
github.com/pkg/errors v0.9.1 // indirect
56+
github.com/pmezard/go-difflib v1.0.0 // indirect
2057
github.com/sclevine/agouti v3.0.0+incompatible // indirect
21-
github.com/sergi/go-diff v1.1.0 // indirect
22-
github.com/smartystreets/goconvey v1.6.4 // indirect
23-
github.com/valyala/fasthttp v1.15.1 // indirect
58+
github.com/sergi/go-diff v1.2.0 // indirect
59+
github.com/smarty/assertions v1.15.0 // indirect
60+
github.com/stretchr/testify v1.9.0 // indirect
61+
github.com/syndtr/goleveldb v1.0.0 // indirect
62+
github.com/ugorji/go/codec v1.2.12 // indirect
63+
github.com/valyala/bytebufferpool v1.0.0 // indirect
64+
github.com/valyala/fasthttp v1.52.0 // indirect
65+
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
66+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
2467
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
2568
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
2669
github.com/yudai/gojsondiff v1.0.0 // indirect
2770
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
28-
github.com/yudai/pp v2.0.1+incompatible // indirect
29-
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
71+
go.uber.org/atomic v1.9.0 // indirect
72+
go.uber.org/multierr v1.7.0 // indirect
73+
go.uber.org/zap v1.19.1 // indirect
74+
golang.org/x/crypto v0.20.0 // indirect
75+
golang.org/x/net v0.21.0 // indirect
76+
golang.org/x/sys v0.17.0 // indirect
77+
golang.org/x/text v0.14.0 // indirect
78+
google.golang.org/protobuf v1.32.0 // indirect
79+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
80+
gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
81+
gopkg.in/ini.v1 v1.67.0 // indirect
82+
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
83+
gopkg.in/yaml.v2 v2.4.0 // indirect
84+
gopkg.in/yaml.v3 v3.0.1 // indirect
85+
xorm.io/builder v0.3.7 // indirect
86+
xorm.io/xorm v1.0.2 // indirect
3087
)

0 commit comments

Comments
 (0)