Skip to content

Commit 148fd57

Browse files
committed
fix: Add go.mod and README
1 parent 75d93c6 commit 148fd57

File tree

3 files changed

+10
-120
lines changed

3 files changed

+10
-120
lines changed

v3/integrations/nroci/README.md

Whitespace-only changes.

v3/integrations/nroci/example/nosql-go-sdk/main.go

Lines changed: 0 additions & 120 deletions
This file was deleted.

v3/integrations/nroci/go.mod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module github.com/newrelic/go-agent/v3/integrations/norci
2+
3+
go 1.24
4+
5+
require (
6+
github.com/newrelic/go-agent/v3 v3.42.0
7+
github.com/oracle/oci-go-sdk v24.3.0+incompatible
8+
)
9+
10+
replace github.com/newrelic/go-agent/v3 => ../..

0 commit comments

Comments
 (0)