chore: align infrastructure to v1.5.x (by AI)
This commit is contained in:
parent
55c3f60d1c
commit
060b3d3369
@ -368,17 +368,6 @@
|
||||
"Precision": 0,
|
||||
"WithoutKey": false,
|
||||
"Hide": false
|
||||
},
|
||||
{
|
||||
"Index": 8,
|
||||
"Name": "CallStacks",
|
||||
"KeyName": "",
|
||||
"AttachBefore": false,
|
||||
"Color": "",
|
||||
"Format": "",
|
||||
"Precision": 0,
|
||||
"WithoutKey": false,
|
||||
"Hide": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
22
go.mod
22
go.mod
@ -3,21 +3,21 @@ module apigo.cc/go/starter
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/crypto v1.5.0
|
||||
apigo.cc/go/id v1.5.0
|
||||
apigo.cc/go/log v1.5.5
|
||||
apigo.cc/go/crypto v1.5.2
|
||||
apigo.cc/go/id v1.5.3
|
||||
apigo.cc/go/log v1.5.6
|
||||
)
|
||||
|
||||
require apigo.cc/go/jsmod v1.5.0 // indirect
|
||||
require apigo.cc/go/jsmod v1.5.2 // indirect
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.5.0 // indirect
|
||||
apigo.cc/go/config v1.5.1 // indirect
|
||||
apigo.cc/go/encoding v1.5.0 // indirect
|
||||
apigo.cc/go/file v1.5.0 // indirect
|
||||
apigo.cc/go/rand v1.5.0 // indirect
|
||||
apigo.cc/go/safe v1.5.0 // indirect
|
||||
apigo.cc/go/shell v1.5.0 // indirect
|
||||
apigo.cc/go/cast v1.5.2 // indirect
|
||||
apigo.cc/go/config v1.5.2 // indirect
|
||||
apigo.cc/go/encoding v1.5.3 // indirect
|
||||
apigo.cc/go/file v1.5.4 // indirect
|
||||
apigo.cc/go/rand v1.5.2 // indirect
|
||||
apigo.cc/go/safe v1.5.1 // indirect
|
||||
apigo.cc/go/shell v1.5.2 // indirect
|
||||
golang.org/x/crypto v0.52.0 // indirect
|
||||
golang.org/x/sys v0.45.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user