-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (34 loc) · 1.3 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
module github.com/freerware/tutor
go 1.21
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/cactus/go-statsd-client v3.1.0+incompatible
github.com/freerware/morph v1.4.0
github.com/freerware/negotiator v0.2.0
github.com/freerware/work/v4 v4.0.0-beta
github.com/freerware/workfx/v4 v4.0.0-20210117042742-a219b58a7eb3
github.com/go-sql-driver/mysql v1.8.1
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/protobuf v1.4.0-rc.4
github.com/gorilla/mux v1.7.4
github.com/uber-go/tally v3.3.17+incompatible
go.uber.org/fx v1.13.1
go.uber.org/zap v1.16.0
google.golang.org/protobuf v1.20.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/gertd/go-pluralize v0.2.1 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/dig v1.10.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20210115202250-e0d201561e39 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
honnef.co/go/tools v0.1.0 // indirect
)