File tree Expand file tree Collapse file tree 37 files changed +151
-7175
lines changed Expand file tree Collapse file tree 37 files changed +151
-7175
lines changed Original file line number Diff line number Diff line change 14
14
- name : Setup Go
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.17
17
+ go-version : 1.18
18
18
- name : Setup golangci-lint
19
19
uses : golangci/golangci-lint-action@v2.5.2
20
20
- name : Run linter
Original file line number Diff line number Diff line change 1
1
module github.com/rookie-ninja/rk-demo
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.8.1
7
7
github.com/rookie-ninja/rk-boot/v2 v2.2.6
8
- github.com/rookie-ninja/rk-cache/redis v1.2.9
9
- github.com/rookie-ninja/rk-gin/v2 v2.2.14
8
+ github.com/rookie-ninja/rk-cache/redis v1.2.11
9
+ github.com/rookie-ninja/rk-gin/v2 v2.2.15
10
10
)
11
11
12
12
require (
@@ -48,8 +48,8 @@ require (
48
48
github.com/prometheus/client_model v0.2.0 // indirect
49
49
github.com/prometheus/common v0.37.0 // indirect
50
50
github.com/prometheus/procfs v0.8.0 // indirect
51
- github.com/rookie-ninja/rk-db/redis v1.2.9 // indirect
52
- github.com/rookie-ninja/rk-entry/v2 v2.2.11 // indirect
51
+ github.com/rookie-ninja/rk-db/redis v1.2.11 // indirect
52
+ github.com/rookie-ninja/rk-entry/v2 v2.2.13 // indirect
53
53
github.com/rookie-ninja/rk-logger v1.2.12 // indirect
54
54
github.com/rookie-ninja/rk-query v1.2.14 // indirect
55
55
github.com/rs/xid v1.3.0 // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module github.com/rookie-ninja/rk-demo
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.8.1
7
7
github.com/rookie-ninja/rk-boot/v2 v2.2.6
8
- github.com/rookie-ninja/rk-db/clickhouse v1.2.12
9
- github.com/rookie-ninja/rk-gin/v2 v2.2.13
8
+ github.com/rookie-ninja/rk-db/clickhouse v1.2.13
9
+ github.com/rookie-ninja/rk-gin/v2 v2.2.15
10
10
github.com/rs/xid v1.3.0
11
11
gorm.io/gorm v1.24.0
12
12
)
@@ -59,7 +59,7 @@ require (
59
59
github.com/prometheus/client_model v0.2.0 // indirect
60
60
github.com/prometheus/common v0.37.0 // indirect
61
61
github.com/prometheus/procfs v0.8.0 // indirect
62
- github.com/rookie-ninja/rk-entry/v2 v2.2.11 // indirect
62
+ github.com/rookie-ninja/rk-entry/v2 v2.2.13 // indirect
63
63
github.com/rookie-ninja/rk-logger v1.2.12 // indirect
64
64
github.com/rookie-ninja/rk-query v1.2.14 // indirect
65
65
github.com/segmentio/asm v1.2.0 // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module github.com/rookie-ninja/rk-demo
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.8.1
7
7
github.com/rookie-ninja/rk-boot/v2 v2.2.3
8
- github.com/rookie-ninja/rk-db/mongodb v1.2.10
9
- github.com/rookie-ninja/rk-gin/v2 v2.2.14
8
+ github.com/rookie-ninja/rk-db/mongodb v1.2.11
9
+ github.com/rookie-ninja/rk-gin/v2 v2.2.15
10
10
go.mongodb.org/mongo-driver v1.10.3
11
11
)
12
12
@@ -50,7 +50,7 @@ require (
50
50
github.com/prometheus/client_model v0.2.0 // indirect
51
51
github.com/prometheus/common v0.37.0 // indirect
52
52
github.com/prometheus/procfs v0.8.0 // indirect
53
- github.com/rookie-ninja/rk-entry/v2 v2.2.11 // indirect
53
+ github.com/rookie-ninja/rk-entry/v2 v2.2.13 // indirect
54
54
github.com/rookie-ninja/rk-logger v1.2.12 // indirect
55
55
github.com/rookie-ninja/rk-query v1.2.14 // indirect
56
56
github.com/rs/xid v1.4.0 // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module github.com/rookie-ninja/rk-demo
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.8.1
7
7
github.com/rookie-ninja/rk-boot/v2 v2.2.6
8
- github.com/rookie-ninja/rk-db/mongodb v1.2.10
9
- github.com/rookie-ninja/rk-gin/v2 v2.2.14
8
+ github.com/rookie-ninja/rk-db/mongodb v1.2.11
9
+ github.com/rookie-ninja/rk-gin/v2 v2.2.15
10
10
github.com/rs/xid v1.3.0
11
11
go.mongodb.org/mongo-driver v1.10.3
12
12
)
@@ -49,7 +49,7 @@ require (
49
49
github.com/prometheus/client_model v0.2.0 // indirect
50
50
github.com/prometheus/common v0.37.0 // indirect
51
51
github.com/prometheus/procfs v0.8.0 // indirect
52
- github.com/rookie-ninja/rk-entry/v2 v2.2.11 // indirect
52
+ github.com/rookie-ninja/rk-entry/v2 v2.2.13 // indirect
53
53
github.com/rookie-ninja/rk-logger v1.2.12 // indirect
54
54
github.com/rookie-ninja/rk-query v1.2.14 // indirect
55
55
github.com/spf13/afero v1.8.2 // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module github.com/rookie-ninja/rk-demo
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gin-gonic/gin v1.8.1
7
7
github.com/rookie-ninja/rk-boot/v2 v2.2.6
8
- github.com/rookie-ninja/rk-db/mysql v1.2.12
9
- github.com/rookie-ninja/rk-gin/v2 v2.2.14
8
+ github.com/rookie-ninja/rk-db/mysql v1.2.13
9
+ github.com/rookie-ninja/rk-gin/v2 v2.2.15
10
10
gorm.io/gorm v1.24.0
11
11
)
12
12
@@ -47,7 +47,7 @@ require (
47
47
github.com/prometheus/client_model v0.2.0 // indirect
48
48
github.com/prometheus/common v0.37.0 // indirect
49
49
github.com/prometheus/procfs v0.8.0 // indirect
50
- github.com/rookie-ninja/rk-entry/v2 v2.2.11 // indirect
50
+ github.com/rookie-ninja/rk-entry/v2 v2.2.13 // indirect
51
51
github.com/rookie-ninja/rk-logger v1.2.12 // indirect
52
52
github.com/rookie-ninja/rk-query v1.2.14 // indirect
53
53
github.com/rs/xid v1.3.0 // indirect
You can’t perform that action at this time.
0 commit comments