Skip to content

Commit bebaed7

Browse files
authored
refactor: working on publishing package for connectors (#41)
Co-authored-by: Dimy Jeannot <>
1 parent c1e6fde commit bebaed7

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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
2021
)
2122

2223
require (
@@ -51,6 +52,4 @@ require (
5152
golang.org/x/text v0.19.0 // indirect
5253
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5354
gopkg.in/ini.v1 v1.67.0 // indirect
54-
gopkg.in/yaml.v3 v3.0.1 // indirect
5555
)
56-

0 commit comments

Comments
 (0)