Skip to content

Commit 37bbf2b

Browse files
authored
refactor: working on publishing package for connectors (#43)
Co-authored-by: Dimy Jeannot <>
1 parent e49a2f0 commit 37bbf2b

File tree

1 file changed

+2
-1
lines changed
  • libs/public/go/sdk/v2alpha

1 file changed

+2
-1
lines changed

libs/public/go/sdk/v2alpha/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/spf13/afero v1.11.0
1818
github.com/spf13/viper v1.19.0
1919
google.golang.org/protobuf v1.36.1
20-
gopkg.in/yaml.v3 v3.0.1
20+
2121
)
2222

2323
require (
@@ -52,4 +52,5 @@ require (
5252
golang.org/x/text v0.19.0 // indirect
5353
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5454
gopkg.in/ini.v1 v1.67.0 // indirect
55+
gopkg.in/yaml.v3 v3.0.1 // indirect
5556
)

0 commit comments

Comments
 (0)