Skip to content

Commit c6a1c06

Browse files
committed
update
1 parent e0de5ab commit c6a1c06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codegen/tml/gomod/template_gomod.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ import (
1010

1111
const txt = `module {{.}}
1212
13-
go 1.23.2
13+
go 1.23
1414
1515
require (
1616
github.com/chenjie199234/admin main
1717
github.com/chenjie199234/Corelib %s
18-
github.com/fsnotify/fsnotify v1.7.0
18+
github.com/fsnotify/fsnotify v1.8.0
1919
github.com/go-sql-driver/mysql v1.8.1
2020
github.com/redis/go-redis/v9 v9.7.0
2121
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
2424
)`
2525

2626
func CreatePathAndFile(packagename string) {

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var major = 0
66
var minor = 0
7-
var patch = 131
7+
var patch = 132
88
var status = ""
99

1010
func String() string {

0 commit comments

Comments
 (0)