-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (47 loc) · 2.03 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/phogolabs/restify
go 1.19
require (
github.com/fatih/structs v1.1.0
github.com/go-chi/chi/v5 v5.0.8
github.com/go-playground/form v3.1.4+incompatible
github.com/onsi/ginkgo/v2 v2.6.1
github.com/onsi/gomega v1.24.2
github.com/phogolabs/flaw v0.0.0-20221219132214-2b8ff98f4f4c
github.com/phogolabs/inflate v0.0.0-20221219134934-20b57c865748
github.com/phogolabs/log v0.0.0-20221219133944-91ababdb9d91
github.com/phogolabs/schema v0.0.0-20221219132603-9818dada473d
go.opencensus.io v0.24.0
go.opentelemetry.io/otel/trace v1.11.2
gopkg.in/go-playground/validator.v9 v9.31.0
)
require (
github.com/creasty/defaults v1.6.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/friendsofgo/errors v0.9.2 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/rs/xid v1.4.0 // indirect
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/null v8.0.0+incompatible // indirect
github.com/volatiletech/sqlboiler v3.7.1+incompatible // indirect
go.opentelemetry.io/otel v1.11.2 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)