forked from devimteam/microgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 726 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 726 Bytes
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
module github.com/valerylobachev/microgen
go 1.19
require (
github.com/dave/jennifer v1.6.0
github.com/go-kit/kit v0.12.0
github.com/gorilla/mux v1.8.0
github.com/opentracing/opentracing-go v1.2.0
github.com/samber/lo v1.36.0
github.com/stretchr/testify v1.8.1
github.com/vetcher/go-astra v1.2.0
golang.org/x/sync v0.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/go-kit/log v0.2.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
google.golang.org/grpc v1.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)