-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (38 loc) · 1.88 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
module github.com/JerryCheese/dlems
go 1.14
require (
9fans.net/go v0.0.2 // indirect
github.com/acroca/go-symbols v0.1.1 // indirect
github.com/cweill/gotests v1.6.0 // indirect
github.com/davidrjenni/reftools v0.0.0-20201119194839-01cf781abd5b // indirect
github.com/fatih/gomodifytags v1.13.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-delve/delve v1.5.1 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/haya14busa/goplay v1.0.0 // indirect
github.com/josharian/impl v1.0.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mdempsky/gocode v0.0.0-20200405233807-4acdcbdea79d // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/ramya-rao-a/go-outline v0.0.0-20200117021646-2a048b4510eb // indirect
github.com/rogpeppe/godef v1.1.2 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/spf13/cast v1.3.1
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
github.com/ugorji/go v1.2.2 // indirect
github.com/zmb3/gogetdoc v0.0.0-20190228002656-b37376c5da6a // indirect
go.mongodb.org/mongo-driver v1.4.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
golang.org/x/tools v0.0.0-20210107193943-4ed967dd8eff // indirect
golang.org/x/tools/gopls v0.6.2 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0
sourcegraph.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
)