We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go.mod
1 parent 50dc5a4 commit be209faCopy full SHA for be209fa
go.mod
@@ -26,6 +26,7 @@ require (
26
golang.org/x/crypto v0.37.0
27
golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d
28
google.golang.org/api v0.148.0
29
+ gopkg.in/yaml.v3 v3.0.1
30
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
31
)
32
@@ -109,7 +110,6 @@ require (
109
110
google.golang.org/grpc v1.59.0 // indirect
111
google.golang.org/protobuf v1.34.2 // indirect
112
gopkg.in/yaml.v2 v2.4.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
113
gorm.io/driver/mysql v1.5.2 // indirect
114
gorm.io/driver/postgres v1.5.6 // indirect
115
gorm.io/driver/sqlite v1.5.5 // indirect
0 commit comments