Skip to content

Commit

Permalink
module/apmbeego: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Mar 15, 2022
1 parent 3b1317d commit 8123edb
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 14 deletions.
3 changes: 2 additions & 1 deletion module/apmbeego/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module go.elastic.co/apm/module/apmbeego/v2

require (
github.com/astaxie/beego v1.11.1
github.com/astaxie/beego v1.12.3
github.com/stretchr/testify v1.6.1
go.elastic.co/apm/module/apmhttp/v2 v2.0.0
go.elastic.co/apm/module/apmsql/v2 v2.0.0
go.elastic.co/apm/v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace go.elastic.co/apm/v2 => ../..
Expand Down
Loading

0 comments on commit 8123edb

Please sign in to comment.