Commit ab4037e 1 parent bb857bb commit ab4037e Copy full SHA for ab4037e
File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ const text = `*
20
20
!/dao/*
21
21
!/dao/**/
22
22
!/dao/**/*
23
- !/discovery/
24
- !/discovery/*
25
- !/discovery/**/
26
- !/discovery/**/*
27
23
!/model/
28
24
!/model/*
29
25
!/model/**/
@@ -43,7 +39,6 @@ const text = `*
43
39
!AppConfig.json
44
40
!cmd.sh
45
41
!cmd.bat
46
- !DiscoveryConfig.json
47
42
!go.mod
48
43
!main.go
49
44
!README.md
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ const text = `module {{.}}
11
11
go 1.15
12
12
13
13
require (
14
+ github.com/chenjie199234/Corelib v0.0.1
14
15
github.com/fsnotify/fsnotify v1.4.9
15
- github.com/gin-gonic/gin v1.6.3
16
16
github.com/go-redis/redis/v8 v8.4.8
17
17
github.com/go-sql-driver/mysql v1.5.0
18
- github.com/golang/protobuf v1.4.2
18
+ github.com/golang/protobuf v1.4.3
19
19
github.com/segmentio/kafka-go v0.4.8
20
20
google.golang.org/protobuf v1.25.0
21
21
)`
You can’t perform that action at this time.
0 commit comments