Skip to content

Commit

Permalink
add require
Browse files Browse the repository at this point in the history
  • Loading branch information
冯立强 committed Nov 17, 2021
1 parent 55ff893 commit f2b9758
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions framework/beego/go.mod
@@ -0,0 +1,7 @@
module github.com/TingYunAPM/go/framework/beego

go 1.12
require (
github.com/TingYunAPM/go v0.8.1
)

6 changes: 6 additions & 0 deletions framework/gin/go.mod
@@ -0,0 +1,6 @@
module github.com/TingYunAPM/go/framework/gin

go 1.12
require (
github.com/TingYunAPM/go v0.8.1
)

0 comments on commit f2b9758

Please sign in to comment.