Commit c6a1c06 1 parent e0de5ab commit c6a1c06 Copy full SHA for c6a1c06
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ import (
10
10
11
11
const txt = `module {{.}}
12
12
13
- go 1.23.2
13
+ go 1.23
14
14
15
15
require (
16
16
github.com/chenjie199234/admin main
17
17
github.com/chenjie199234/Corelib %s
18
- github.com/fsnotify/fsnotify v1.7 .0
18
+ github.com/fsnotify/fsnotify v1.8 .0
19
19
github.com/go-sql-driver/mysql v1.8.1
20
20
github.com/redis/go-redis/v9 v9.7.0
21
21
go.mongodb.org/mongo-driver v1.17.1
22
- google.golang.org/grpc v1.67.1
23
- google.golang.org/protobuf v1.35.1
22
+ google.golang.org/grpc v1.68.0
23
+ google.golang.org/protobuf v1.35.2
24
24
)`
25
25
26
26
func CreatePathAndFile (packagename string ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "fmt"
4
4
5
5
var major = 0
6
6
var minor = 0
7
- var patch = 131
7
+ var patch = 132
8
8
var status = ""
9
9
10
10
func String () string {
You can’t perform that action at this time.
0 commit comments