-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 872 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/mikros-dev/protoc-gen-mikros-extensions
go 1.22.3
require (
dario.cat/mergo v1.0.0
github.com/BurntSushi/toml v1.4.0
github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee
github.com/creasty/defaults v1.8.0
github.com/fatih/camelcase v1.0.0
github.com/go-playground/validator/v10 v10.22.0
github.com/iancoleman/strcase v0.3.0
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4
google.golang.org/protobuf v1.34.2
)
require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)