examples/ogx/extra/ogxrelic/go.mod

25 lines
817 B
Modula-2

module gitee.com/chentanyang/ogx/extra/ogxrelic
go 1.18
replace gitee.com/chentanyang/ogx => ../..
require (
gitee.com/chentanyang/ogx v1.1.7
github.com/newrelic/go-agent/v3 v3.19.2
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220929141241-1ce7b20da813 // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)