-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
44 lines (42 loc) · 1.7 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
module github.com/maxiepax/go-via
go 1.15
require (
github.com/agiledragon/gomonkey/v2 v2.3.1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/davecgh/go-spew v1.1.1
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.3
github.com/go-openapi/spec v0.20.6 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/google/gopacket v1.1.19
github.com/gorilla/websocket v1.4.2 // indirect
github.com/imdario/mergo v0.3.11
github.com/kdomanski/iso9660 v0.2.0
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/lib/pq v1.8.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
github.com/otiai10/copy v1.7.0 // indirect
github.com/pin/tftp v0.0.0-20210325153949-b0a0cac76b6a
github.com/rakyll/statik v0.1.7
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.8.4
github.com/urfave/cli/v2 v2.11.1 // indirect
github.com/vmware/govmomi v0.24.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/tools v0.1.11 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/datatypes v1.0.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
nhooyr.io/websocket v1.8.6
)