Skip to content

Commit 16f46f8

Browse files
authored
fix: import issue - require sub modules in top module (#6)
1 parent b32a091 commit 16f46f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module github.com/traceloop/go-openllmetry
22

33
go 1.21
4+
5+
require (
6+
"github.com/traceloop/go-openllmetry/traceloop-sdk"
7+
"github.com/traceloop/go-openllmetry/semconv-ai"
8+
)

0 commit comments

Comments
 (0)