chore: 更新go-oam库版本

This commit is contained in:
TsMask
2025-07-21 18:04:27 +08:00
parent c4bd986040
commit 8fe698ebc1
6 changed files with 7 additions and 7 deletions

2
go.mod
View File

@@ -27,7 +27,7 @@ require (
github.com/swaggo/files v1.0.1 github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0 github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.16.4 github.com/swaggo/swag v1.16.4
github.com/tsmask/go-oam v1.0.3 github.com/tsmask/go-oam v1.0.4
github.com/wneessen/go-mail v0.6.2 github.com/wneessen/go-mail v0.6.2
github.com/xuri/excelize/v2 v2.9.0 github.com/xuri/excelize/v2 v2.9.0
golang.org/x/crypto v0.40.0 golang.org/x/crypto v0.40.0

4
go.sum
View File

@@ -216,8 +216,8 @@ github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8O
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4= github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso= github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=
github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ= github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ=
github.com/tsmask/go-oam v1.0.3 h1:FN5Kf1aToYVDIQ3lueV2yo/TltmSBgL/FXVbqL6Duoc= github.com/tsmask/go-oam v1.0.4 h1:Q3sV8paXweQweLUJ4uDyO9Pn9TjElWjeWd6cfVOFgNw=
github.com/tsmask/go-oam v1.0.3/go.mod h1:HqFtN0LA9BiR1HWyHO++DY0fyYTl2sKVnRrZzuWy9n4= github.com/tsmask/go-oam v1.0.4/go.mod h1:HqFtN0LA9BiR1HWyHO++DY0fyYTl2sKVnRrZzuWy9n4=
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE= github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=

View File

@@ -6,7 +6,7 @@ import (
"time" "time"
"github.com/tsmask/go-oam" "github.com/tsmask/go-oam"
"github.com/tsmask/go-oam/src/framework/utils/parse" "github.com/tsmask/go-oam/framework/utils/parse"
"be.ems/src/framework/constants" "be.ems/src/framework/constants"
"be.ems/src/framework/i18n" "be.ems/src/framework/i18n"

View File

@@ -5,7 +5,7 @@ import (
"strings" "strings"
"be.ems/src/framework/config" "be.ems/src/framework/config"
"github.com/tsmask/go-oam/src/framework/utils/parse" "github.com/tsmask/go-oam/framework/utils/parse"
) )
// GetOMCYaml 获取OMC网元配置文件 // GetOMCYaml 获取OMC网元配置文件

View File

@@ -8,7 +8,7 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/tsmask/go-oam" "github.com/tsmask/go-oam"
goOamState "github.com/tsmask/go-oam/src/modules/state/service" goOamState "github.com/tsmask/go-oam/modules/state/service"
"be.ems/src/framework/logger" "be.ems/src/framework/logger"
"be.ems/src/framework/resp" "be.ems/src/framework/resp"

View File

@@ -6,7 +6,7 @@ import (
"net" "net"
"strings" "strings"
"github.com/tsmask/go-oam/src/framework/socket" "github.com/tsmask/go-oam/framework/socket"
"be.ems/src/framework/config" "be.ems/src/framework/config"
"be.ems/src/framework/logger" "be.ems/src/framework/logger"