-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (24 loc) · 885 Bytes
/
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
module github.com/aarnaud/ipxeblue
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/logger v0.0.2
github.com/gin-gonic/gin v1.6.3
github.com/go-openapi/spec v0.20.0 // indirect
github.com/google/uuid v1.1.2
github.com/jackc/pgtype v1.5.0
github.com/minio/minio-go/v7 v7.0.6
github.com/pin/tftp/v3 v3.0.0
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.16.0
github.com/spf13/viper v1.7.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.3.0
github.com/swaggo/swag v1.7.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/tools v0.0.0-20201223010750-3fa0e8f87c1a // indirect
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.21.7
)