-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathgo.mod
executable file
·67 lines (65 loc) · 2.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module github.com/gen0cide/laforge
go 1.16
require (
entgo.io/contrib v0.0.0-20210510070807-19d2feb90dc4
entgo.io/ent v0.9.1
github.com/99designs/gqlgen v0.13.0
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/UnnoTed/fileb0x v1.1.4 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
github.com/briandowns/formatifier v0.0.0-20150226010542-6d068a6ce63a
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.10.0
github.com/frankban/quicktest v1.13.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.1
github.com/go-git/go-git/v5 v5.4.2 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/go-redis/redis/v8 v8.11.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.3 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/sessions v1.2.1
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/hcl/v2 v2.10.0
github.com/hedwigz/entviz v0.0.0-20211018071308-cbfafe399286 // indirect
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28
github.com/iancoleman/strcase v0.1.3
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.11.0
github.com/json-iterator/go v1.1.11 // indirect
github.com/kardianos/service v1.2.0
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/markbates/goth v1.67.1
github.com/mattn/go-sqlite3 v1.14.8
github.com/mattn/go-zglob v0.0.3
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/shirou/gopsutil v3.21.4+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/ugorji/go v1.2.5 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/vektah/gqlparser/v2 v2.1.0
github.com/vmihailenco/msgpack/v5 v5.3.1
github.com/vmware/govmomi v0.25.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/zclconf/go-cty v1.8.3
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/net v0.0.0-20210510120150-4163338589ed
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
gopkg.in/guregu/null.v4 v4.0.0
)