Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
kefu_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a25ab0e9
authored
Jul 07, 2020
by
chenxianqi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add go mod
parent
58dd4262
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
controllers/public_controller.go
go.mod
go.sum
controllers/public_controller.go
View file @
a25ab0e9
...
...
@@ -17,8 +17,8 @@ import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/orm"
"github.com/astaxie/beego/validation"
"github.com/qiniu/api.v7/auth/qbox"
"github.com/qiniu/api.v7/storage"
"github.com/qiniu/api.v7/
v7/
auth/qbox"
"github.com/qiniu/api.v7/
v7/
storage"
)
// PublicController struct
...
...
go.mod
0 → 100644
View file @
a25ab0e9
module kefu_server
go 1.13
require (
github.com/astaxie/beego v1.12.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2
github.com/qiniu/api.v7 v7.2.5+incompatible
github.com/qiniu/api.v7/v7 v7.4.0
github.com/qiniu/x v7.0.8+incompatible // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
google.golang.org/grpc v1.30.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
go.sum
0 → 100644
View file @
a25ab0e9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment