File: go.mod

package info (click to toggle)
golang-github-newrelic-go-agent 3.15.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,356 kB
  • sloc: sh: 65; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This sqlx example is a separate module to avoid adding sqlx dependency to the
// nrpq go.mod file.

module github.com/newrelic/go-agent/v3/integrations/nrpq/example/sqlx

go 1.13

require (
	github.com/jmoiron/sqlx v1.2.0
	github.com/lib/pq v1.1.0
	github.com/newrelic/go-agent/v3 v3.3.0
	github.com/newrelic/go-agent/v3/integrations/nrpq v0.0.0
)

replace github.com/newrelic/go-agent/v3 => ../../../../

replace github.com/newrelic/go-agent/v3/integrations/nrpq => ../../