Skip to content

Commit

Permalink
!24 fix go mod file
Browse files Browse the repository at this point in the history
Merge pull request !24 from Clement Li/masterone
  • Loading branch information
li-clement authored and gitee-org committed Dec 24, 2021
2 parents d6f0f4b + 8bb505f commit f6d88a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gitee.com/lizi/test-bot
module gitee.com/sunmao-dx/strategy-executor

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion src/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"strings"
"time"

gitee_utils "gitee.com/lizi/test-bot/src/gitee-utils"
"gitee.com/openeuler/go-gitee/gitee"
gitee_utils "gitee.com/sunmao-dx/strategy-executor/src/gitee-utils"
"github.com/sirupsen/logrus"
)

Expand Down

0 comments on commit f6d88a3

Please sign in to comment.